/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_privacy_screen.c | 24 * register a privacy-screen device, which the KMS drivers can then use 25 * to implement the standard privacy-screen properties, see 28 * KMS drivers using a privacy-screen class device are advised to use the 45 * drm_privacy_screen_lookup_add - add an entry to the static privacy-screen 49 * Add an entry to the static privacy-screen lookup list. Note the 51 * gets added to a list owned by the privacy-screen core. So the passed in 65 * privacy-screen lookup list 69 * from the static privacy-screen lookup list. 102 * drm_privacy_screen_get - get a privacy-screen provider 103 * @dev: consumer-device for which to get a privacy-screen provider [all …]
|
H A D | drm_connector.c | 1434 * privacy-screen sw-state, privacy-screen hw-state: 1436 * electronic privacy screen that is available on some displays; and in 1440 * "privacy-screen hw-state" is read-only and reflects the actual state 1441 * of the privacy-screen, possible values: "Enabled", "Disabled, 1447 * "privacy-screen sw-state" can be set to change the privacy-screen state 1453 * "privacy-screen hw-state" is "Enabled-locked" and the sw-state 1458 * In some cases the privacy-screen's actual state might change outside of 1471 * privacy-screen sw-state in an atomic commit unless it wants to change 2658 * privacy-screen properties. 2659 * @connector: connector for which to create the privacy-screen properties [all …]
|
H A D | drm_privacy_screen_x86.c | 44 /* And call the privacy-screen get-status method */ in detect_thinkpad_privacy_screen() 91 pr_info("Found '%s' privacy-screen provider\n", in drm_privacy_screen_lookup_init()
|
/openbmc/linux/include/drm/ |
H A D | drm_privacy_screen_driver.h | 22 * Defines the operations which the privacy-screen class code may call. 23 * These functions should be implemented by the privacy-screen driver. 27 * @set_sw_state: Called to request a change of the privacy-screen 28 * state. The privacy-screen class code contains a check to avoid this 37 * privacy-screen state from the hardware and then updates sw_state and 39 * the privacy-screen is registered in sysfs. 45 * struct drm_privacy_screen - central privacy-screen structure 47 * Central privacy-screen structure, this contains the struct device used 51 /** @dev: device used to register the privacy-screen in sysfs. */ 55 /** @list: privacy-screen devices list list-entry. */ [all …]
|
H A D | drm_privacy_screen_machine.h | 15 * struct drm_privacy_screen_lookup - static privacy-screen lookup list entry 17 * Used for the static lookup-list for mapping privacy-screen consumer 18 * dev-connector pairs to a privacy-screen provider.
|
H A D | drm_connector.h | 405 * enum drm_privacy_screen_status - privacy screen status 407 * This enum is used to track and control the state of the integrated privacy 408 * screen present on some display panels, via the "privacy-screen sw-state" 409 * and "privacy-screen hw-state" properties. Note the _LOCKED enum values 410 * are only valid for the "privacy-screen hw-state" property. 413 * The privacy-screen on the panel is disabled 415 * The privacy-screen on the panel is enabled 417 * The privacy-screen on the panel is disabled and locked (cannot be changed) 419 * The privacy-screen on the panel is enabled and locked (cannot be changed) 1677 /** @privacy_screen_notifier: privacy-screen notifier_block */ [all …]
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-platform-dell-privacy-wmi | 6 Display which dell hardware level privacy devices are supported 7 “Dell Privacy” is a set of HW, FW, and SW features to enhance 8 Dell’s commitment to platform privacy for MIC, Camera, and 10 The supported hardware privacy devices are: 25 The privacy device is supported by this system 28 The privacy device is not supported on this system 30 For example to check which privacy devices are supported:: 32 …# cat /sys/bus/wmi/drivers/dell-privacy/6932965F-1671-4CEB-B988-D3AB0A901919/dell_privacy_supporte… 42 Allow user space to check current dell privacy device state. 44 consumed by various applications interested in knowing the Privacy [all …]
|
/openbmc/linux/drivers/platform/chrome/ |
H A D | chromeos_privacy_screen.c | 4 * ChromeOS Privacy Screen support 8 * This is the Chromeos privacy screen provider, present on certain chromebooks, 11 * the privacy-screen. 19 * the firmware team, on how to control privacy screen using ACPI methods. 22 #define PRIV_SCRN_DSM_FN_GET_STATUS 1 /* Get privacy screen status */ 23 #define PRIV_SCRN_DSM_FN_ENABLE 2 /* Enable privacy screen */ 24 #define PRIV_SCRN_DSM_FN_DISABLE 3 /* Disable privacy screen */ 45 "_DSM failed to get privacy-screen state\n"); in chromeos_privacy_screen_get_hw_state() 51 "Bad _DSM to get privacy-screen state\n"); in chromeos_privacy_screen_get_hw_state() 86 "Bad attempt to set privacy-screen status to %u\n", in chromeos_privacy_screen_set_sw_state() [all …]
|
/openbmc/linux/drivers/platform/x86/dell/ |
H A D | dell-wmi-privacy.c | 3 * Dell privacy notification driver 19 #include "dell-wmi-privacy.h" 43 /* DELL Privacy Type */ 58 * Keymap for WMI privacy events of type 0x0012 61 /* privacy mic mute */ 63 /* privacy camera mute */ 83 * The flow of privacy event: 86 * 3) WMI event is received by dell-privacy 87 * 4) KEY_MICMUTE emitted from dell-privacy 91 * 7) dell-privacy notifies EC, the timeout is cancelled and the HW mute activates. [all …]
|
H A D | dell-wmi-privacy.h | 3 * Dell privacy notification driver
|
H A D | Kconfig | 167 bool "Dell WMI Hardware Privacy Support" 171 This option adds integration with the "Dell Hardware Privacy"
|
H A D | Makefile | 19 dell-wmi-$(CONFIG_DELL_WMI_PRIVACY) += dell-wmi-privacy.o
|
/openbmc/linux/drivers/platform/x86/intel/int3472/ |
H A D | led.c | 29 "int3472,privacy-led"); in skl_int3472_register_pled() 32 "getting privacy LED GPIO\n"); in skl_int3472_register_pled() 57 int3472->pled.lookup.con_id = "privacy-led"; in skl_int3472_register_pled()
|
/openbmc/linux/drivers/net/wireless/ath/wil6210/ |
H A D | cfg80211.c | 1123 wil_info(wil, " Privacy: %s\n", sme->privacy ? "secure" : "open"); in wil_print_connect_params() 1157 if (vif->privacy != sme->privacy) { in wil_ft_connect() 1158 wil_err(wil, "FT: privacy mismatch, current (%d) roam (%d)\n", in wil_ft_connect() 1159 vif->privacy, sme->privacy); in wil_ft_connect() 1251 if (sme->privacy && !rsn_eid) { in wil_cfg80211_connect() 1276 vif->privacy = sme->privacy; in wil_cfg80211_connect() 1318 if (vif->privacy) { in wil_cfg80211_connect() 1337 if (vif->privacy) { in wil_cfg80211_connect() 1933 const u8 *ssid, size_t ssid_len, u32 privacy, in _wil_cfg80211_start_ap() argument 1995 vif->privacy = privacy; in _wil_cfg80211_start_ap() [all …]
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | CDLA-Permissive-1.0 | 61 …er this Agreement; and (b) Publication of such Data does not violate any privacy or confidentialit… 77 …with regard to Your Use or Publication of Data, including any applicable privacy, data protection,… 83 …privacy, data protection or confidentiality in any Data that they Publish under this Agreement. I…
|
H A D | CDLA-Sharing-1.0 | 65 …er this Agreement; and (b) Publication of such Data does not violate any privacy or confidentialit… 81 …with regard to Your Use or Publication of Data, including any applicable privacy, data protection,… 87 …privacy, data protection or confidentiality in any Data that they Publish under this Agreement. I…
|
H A D | Unicode-TOU | 3 For the general privacy policy governing access to this site, see the Unicode Privacy Policy. For t…
|
/openbmc/linux/drivers/media/pci/intel/ivsc/ |
H A D | mei_csi.c | 47 * IPC, as well as the privacy notification id 48 * used when processing privacy event. 57 /* privacy notification id used when privacy state changes */ 67 /* privacy status definition */ 141 /* privacy status */ 195 /* notify privacy on instead of reporting error */ in mei_csi_send()
|
/openbmc/linux/Documentation/filesystems/nfs/ |
H A D | rpc-server-gss.rst | 36 - integrity/privacy protection (signing and encrypting of individual 42 Therefore, we perform per-packet integrity and privacy protection in the
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-gnupg_0.5.3.bb | 1 SUMMARY = "A wrapper for the Gnu Privacy Guard (GPG or GnuPG)"
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/ |
H A D | README.md | 31 Refer [Wikipedia][privacy-enhanced-mail] for details. 39 [privacy-enhanced-mail]: https://en.wikipedia.org/wiki/Privacy-Enhanced_Mail
|
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-app/ |
H A D | xhost_1.0.9.bb | 7 the case of hosts, this provides a rudimentary form of privacy control \
|
/openbmc/linux/Documentation/devicetree/bindings/leds/ |
H A D | leds-cpcap.txt | 17 * "motorola,cpcap-led-cp" (Camera Privacy LED)
|
/openbmc/linux/drivers/staging/rtl8192e/ |
H A D | Kconfig | 55 Adds support for the (now weak) Wired Equivalent Privacy
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Attestation/ |
H A D | MeasurementSet.interface.yaml | 43 A Privacy Enhanced Mail (PEM)-encoded public key that can be
|