| /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/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 | 218 bool "Dell WMI Hardware Privacy Support" 222 This option adds integration with the "Dell Hardware Privacy"
|
| /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() 1049 /* The change in privacy state needs to be acked for each link */ in hdac_bus_eml_is_mic_privacy_changed() 1087 /* Return the privacy state from the first active link */ in hdac_bus_eml_get_mic_privacy_state() 1094 dev_dbg(bus->dev, "alt: %d, elid: %d: Mic privacy is %s\n", alt, in hdac_bus_eml_get_mic_privacy_state()
|
| /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/net/bluetooth/ |
| H A D | hci_sync.c | 1024 /* If privacy is not enabled don't use RPA */ in adv_use_rpa() 1028 /* If basic privacy mode is enabled use RPA */ in adv_use_rpa() 1032 /* If limited privacy mode is enabled don't use RPA if we're in adv_use_rpa() 1040 * privacy mode, therefore use RPA. in adv_use_rpa() 1074 /* If privacy is enabled use a resolvable private address. If in hci_update_random_address_sync() 1079 /* If Controller supports LL Privacy use own address type is in hci_update_random_address_sync() 1104 /* In case of required privacy without resolvable private address, in hci_update_random_address_sync() 1151 /* Neither privacy nor static address is being used so use a in hci_update_random_address_sync() 2409 /* Default privacy mode is always Network */ in hci_le_add_resolve_list_sync() 2432 /* Set Device Privacy Mode. */ [all …]
|
| /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/drivers/platform/chrome/ |
| H A D | Kconfig | 298 tristate "ChromeOS Privacy Screen support" 304 privacy screen that is present on some ChromeOS devices. When enabled,
|
| /linux/net/wireless/ |
| H A D | trace.h | 699 __field(bool, privacy) 712 __entry->privacy = settings->privacy; 721 "hidden ssid: %d, wpa versions: %u, privacy: %s, " 726 BOOL_TO_STR(__entry->privacy), __entry->auth_type, 1563 __field(bool, privacy) 1575 __entry->privacy = sme->privacy; 1581 ", ssid: %s, auth type: %d, privacy: %s, wpa versions: %u, " 1584 __entry->auth_type, BOOL_TO_STR(__entry->privacy), [all...] |
| H A D | wext-compat.c | 448 * join a new IBSS without the privacy bit clear. in cfg80211_set_encryption() 463 wdev->wext.connect.privacy = false; in cfg80211_set_encryption() 529 * the privacy bit set. in cfg80211_set_encryption() 1087 wdev->wext.connect.privacy = data->value; in cfg80211_wext_siwauth()
|
| /linux/include/sound/ |
| H A D | sdca_function.h | 388 * enum sdca_spe_controls - SDCA Controls for Security & Privacy Unit 390 * Control Selectors for Security & Privacy Unit from SDCA 632 #define SDCA_CTL_PRIVACY_POLICY_NAME "Privacy Policy" 633 #define SDCA_CTL_PRIVACY_LOCKSTATE_NAME "Privacy Lockstate" 634 #define SDCA_CTL_PRIVACY_OWNER_NAME "Privacy Owner" 1042 * @SDCA_ENTITY_TYPE_SPE: Security & Privacy Entity.
|
| /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/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/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/drivers/staging/rtl8723bs/core/ |
| H A D | rtw_mlme.c | 334 (pnetwork->network.privacy == 0)) in rtw_is_same_ibss() 337 (pnetwork->network.privacy == 1)) in rtw_is_same_ibss() 596 u32 privacy; in rtw_is_desired_network() local 601 privacy = pnetwork->network.privacy; in rtw_is_desired_network() 613 if ((desired_encmode == Ndis802_11EncryptionDisabled) && (privacy != 0)) in rtw_is_desired_network() 625 if ((desired_encmode != Ndis802_11EncryptionDisabled) && (privacy == 0)) in rtw_is_desired_network() 2126 pdev_network->privacy = (psecuritypriv->dot11PrivacyAlgrthm > 0 ? 1 : 0) ; /* adhoc no 802.1x */ in rtw_update_registrypriv_dev_network()
|
| /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
|