| /linux/drivers/gpu/drm/ |
| H A D | drm_privacy_screen.c | 25 * register a privacy-screen device, which the KMS drivers can then use 26 * to implement the standard privacy-screen properties, see 29 * KMS drivers using a privacy-screen class device are advised to use the 46 * drm_privacy_screen_lookup_add - add an entry to the static privacy-screen 50 * Add an entry to the static privacy-screen lookup list. Note the 52 * gets added to a list owned by the privacy-screen core. So the passed in 66 * privacy-screen lookup list 70 * from the static privacy-screen lookup list. 103 * drm_privacy_screen_get - get a privacy-screen provider 104 * @dev: consumer-device for which to get a privacy-screen provider [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()
|
| /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.
|
| /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_support… 42 Allow user space to check current dell privacy device state. 44 consumed by various applications interested in knowing the Privacy [all …]
|
| /linux/tools/testing/selftests/net/ |
| H A D | gre_ipv6_lladdr.sh | 69 # device (eui64, none, stable-privacy or random). 96 "stable-privacy") 98 MATCH_REGEXP="stable-privacy" 99 MSG="${GRE_TYPE}, mode: 2 (stable privacy), ${LOCAL_IP} -> ${REMOTE_IP}" 101 # Initialise stable_secret (required for stable-privacy mode) 106 MATCH_REGEXP="stable-privacy" 138 for MODE in "eui64" "none" "stable-privacy" "random"; do 154 for MODE in "eui64" "none" "stable-privacy" "random"; do
|
| /linux/sound/soc/sof/intel/ |
| H A D | ptl.c | 40 * The microphone privacy state is only available via Soundwire shim in sof_ptl_mic_privacy_work() 58 * Schedule the work to read the microphone privacy state and send IPC in sof_ptl_process_mic_privacy() 75 /* No need to set the mic privacy if it is not enabled or forced */ in sof_ptl_set_mic_privacy()
|
| H A D | hda-mlink.c | 46 * @mic_privacy_mask: bitmask of sublinks where mic privacy is applied 97 /* Microphone privacy */ 718 "sublink %d (%d:%d): Mic privacy is enabled\n", in hdac_bus_eml_power_up_base() 1044 /* The change in privacy state needs to be acked for each link */ in hdac_bus_eml_is_mic_privacy_changed() 1082 /* Return the privacy state from the first active link */ in hdac_bus_eml_get_mic_privacy_state() 1089 dev_dbg(bus->dev, "alt: %d, elid: %d: Mic privacy is %s\n", alt, in hdac_bus_eml_get_mic_privacy_state()
|
| H A D | hda.c | 197 /* ACE3+ supports microphone privacy */ in hda_sdw_probe() 723 trace_sof_intel_hda_irq(sdev, "mic privacy"); in hda_dsp_interrupt_thread() 981 /* Cancel the microphone privacy work if mic privacy is active */ in hda_dsp_remove()
|
| /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
|
| /linux/Documentation/devicetree/bindings/leds/ |
| H A D | leds-cpcap.txt | 17 * "motorola,cpcap-led-cp" (Camera Privacy LED)
|
| /linux/drivers/staging/rtl8723bs/include/ |
| H A D | rtw_security.h | 95 u32 dot11PrivacyAlgrthm; /* This specify the privacy for shared auth. algorithm. */ 103 u32 dot118021XGrpPrivacy; /* This specify the privacy algthm. used for Grp key */
|
| /linux/net/wireless/ |
| H A D | trace.h | 709 __field(bool, privacy) 722 __entry->privacy = settings->privacy; 731 "hidden ssid: %d, wpa versions: %u, privacy: %s, " 736 BOOL_TO_STR(__entry->privacy), __entry->auth_type, 1573 __field(bool, privacy) 1585 __entry->privacy = sme->privacy; 1591 ", ssid: %s, auth type: %d, privacy: %s, wpa versions: %u, " 1594 __entry->auth_type, BOOL_TO_STR(__entry->privacy), [all...] |
| H A D | wext-compat.c | 449 * join a new IBSS without the privacy bit clear. in cfg80211_set_encryption() 464 wdev->wext.connect.privacy = false; in cfg80211_set_encryption() 531 * the privacy bit set. in cfg80211_set_encryption() 1091 wdev->wext.connect.privacy = data->value; in cfg80211_wext_siwauth()
|
| /linux/Documentation/security/tpm/ |
| H A D | tpm-security.rst | 182 This process is a simplified abbreviation of the usual privacy CA 209 that TPM integrity and privacy was preserved across the entire boot
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | scan.c | 73 "info: %s: %s:\twpa_ie=%#x wpa2_ie=%#x WEP=%s WPA=%s WPA2=%s\tEncMode=%#x privacy=%#x\n", in _dbg_security_flags() 83 bss_desc->privacy); in _dbg_security_flags() 208 !priv->sec_info.encryption_mode && !bss_desc->privacy) { in mwifiex_is_bss_no_sec() 223 !priv->sec_info.wpa2_enabled && bss_desc->privacy) { in mwifiex_is_bss_static_wep() 241 * Privacy bit may NOT be set in some APs like in mwifiex_is_bss_wpa() 242 * LinkSys WRT54G && bss_desc->privacy in mwifiex_is_bss_wpa() 263 * Privacy bit may NOT be set in some APs like in mwifiex_is_bss_wpa2() 264 * LinkSys WRT54G && bss_desc->privacy in mwifiex_is_bss_wpa2() 284 !priv->sec_info.encryption_mode && bss_desc->privacy) { in mwifiex_is_bss_adhoc_aes() 302 priv->sec_info.encryption_mode && bss_desc->privacy) { in mwifiex_is_bss_dynamic_wep() [all …]
|
| H A D | join.c | 982 /* Set up privacy in bss_desc */ in mwifiex_cmd_802_11_ad_hoc_start() 984 /* Ad-Hoc capability privacy on */ in mwifiex_cmd_802_11_ad_hoc_start() 986 "info: ADHOC_S_CMD: wep_status set privacy to WEP\n"); in mwifiex_cmd_802_11_ad_hoc_start() 987 bss_desc->privacy = MWIFIEX_802_11_PRIV_FILTER_8021X_WEP; in mwifiex_cmd_802_11_ad_hoc_start() 992 "setting privacy to ACCEPT ALL\n"); in mwifiex_cmd_802_11_ad_hoc_start() 993 bss_desc->privacy = MWIFIEX_802_11_PRIV_FILTER_ACCEPT_ALL; in mwifiex_cmd_802_11_ad_hoc_start()
|
| /linux/drivers/platform/x86/intel/int3472/ |
| H A D | discrete.c | 215 *con_id = "privacy"; in int3472_get_con_id_and_polarity() 262 * 0x0d Privacy LED
|
| /linux/include/linux/soundwire/ |
| H A D | sdw_intel.h | 192 /* ACE3+ Mic privacy control and status register */ 337 * @mic_privacy: ACE version supports microphone privacy
|
| /linux/drivers/leds/ |
| H A D | leds-cpcap.c | 52 /* camera privacy led */
|
| /linux/LICENSES/deprecated/ |
| H A D | CC0-1.0 | 56 iii. publicity and privacy rights pertaining to a person's image or
|
| /linux/drivers/soundwire/ |
| H A D | intel.h | 25 * @mic_privacy: ACE version supports microphone privacy
|
| /linux/Documentation/admin-guide/hw-vuln/ |
| H A D | special-register-buffer-data-sampling.rst | 10 the special register reads that have a security expectation of privacy are
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | ext-ctrls-camera.rst | 257 Common means to enforce privacy are mechanical obturation of the 259 restricted to these methods. Devices that implement the privacy
|
| /linux/include/linux/mfd/ |
| H A D | motorola-cpcap.h | 210 #define CPCAP_REG_CLEDC 0x1024 /* Camera Privacy LED Control */
|