Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Linux/include/drm/   (Open Source Betriebssystem Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 1 kB image not shown  

Quelle  drm_privacy_screen_machine.h   Sprache: C

 
/* SPDX-License-Identifier: MIT */
/*
 * Copyright (C) 2020 Red Hat, Inc.
 *
 * Authors:
 * Hans de Goede <hdegoede@redhat.com>
 */


#ifndef __DRM_PRIVACY_SCREEN_MACHINE_H__
#define __DRM_PRIVACY_SCREEN_MACHINE_H__

#include <linux/list.h>

/**
 * struct drm_privacy_screen_lookup -  static privacy-screen lookup list entry
 *
 * Used for the static lookup-list for mapping privacy-screen consumer
 * dev-connector pairs to a privacy-screen provider.
 */

struct drm_privacy_screen_lookup {
 /** @list: Lookup list list-entry. */
 struct list_head list;
 /** @dev_id: Consumer device name or NULL to match all devices. */
 const char *dev_id;
 /** @con_id: Consumer connector name or NULL to match all connectors. */
 const char *con_id;
 /** @provider: dev_name() of the privacy_screen provider. */
 const char *provider;
};

void drm_privacy_screen_lookup_add(struct drm_privacy_screen_lookup *lookup);
void drm_privacy_screen_lookup_remove(struct drm_privacy_screen_lookup *lookup);

#if IS_ENABLED(CONFIG_DRM_PRIVACY_SCREEN) && IS_ENABLED(CONFIG_X86)
void drm_privacy_screen_lookup_init(void);
void drm_privacy_screen_lookup_exit(void);
#else
static inline void drm_privacy_screen_lookup_init(void)
{
}
static inline void drm_privacy_screen_lookup_exit(void)
{
}
#endif

#endif

Messung V0.5
C=95 H=92 G=93

¤ Dauer der Verarbeitung: 0.2 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.