| /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()
|
| H A D | drm_connector.c | 1792 * privacy-screen sw-state, privacy-screen hw-state: 1794 * electronic privacy screen that is available on some displays; and in 1798 * "privacy-screen hw-state" is read-only and reflects the actual state 1799 * of the privacy-screen, possible values: "Enabled", "Disabled, 1805 * "privacy-screen sw-state" can be set to change the privacy-screen state 1811 * "privacy-screen hw-state" is "Enabled-locked" and the sw-state 1816 * In some cases the privacy-screen's actual state might change outside of 1829 * privacy-screen sw-state in an atomic commit unless it wants to change 3280 * privacy-screen properties. 3281 * @connector: connector for which to create the privacy-screen properties [all …]
|
| /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 | 440 * enum drm_privacy_screen_status - privacy screen status 442 * This enum is used to track and control the state of the integrated privacy 443 * screen present on some display panels, via the "privacy-screen sw-state" 444 * and "privacy-screen hw-state" properties. Note the _LOCKED enum values 445 * are only valid for the "privacy-screen hw-state" property. 448 * The privacy-screen on the panel is disabled 450 * The privacy-screen on the panel is enabled 452 * The privacy-screen on the panel is disabled and locked (cannot be changed) 454 * The privacy-screen on the panel is enabled and locked (cannot be changed) 2303 /** @privacy_screen_notifier: privacy-screen notifier_block */ [all …]
|
| /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 22 #include "dell-wmi-privacy.h" 33 * various applications interested in knowing the Privacy feature capabilities. 66 /* DELL Privacy Type */ 81 * Keymap for WMI privacy events of type 0x0012 84 /* privacy mic mute */ 86 /* privacy camera mute */ 106 * The flow of privacy event: 109 * 3) WMI event is received by dell-privacy 110 * 4) KEY_MICMUTE emitted from dell-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 */ 722 "sublink %d (%d:%d): Mic privacy is enabled\n", in hdac_bus_eml_power_up_base() 1053 /* The change in privacy state needs to be acked for each link */ in hdac_bus_eml_is_mic_privacy_changed() 1091 /* Return the privacy state from the first active link */ in hdac_bus_eml_get_mic_privacy_state() 1098 dev_dbg(bus->dev, "alt: %d, elid: %d: Mic privacy is %s\n", alt, in hdac_bus_eml_get_mic_privacy_state()
|
| /linux/drivers/net/wireless/ath/wil6210/ |
| H A D | cfg80211.c | 1121 wil_info(wil, " Privacy: %s\n", sme->privacy ? "secure" : "open"); in wil_print_connect_params() 1155 if (vif->privacy != sme->privacy) { in wil_ft_connect() 1156 wil_err(wil, "FT: privacy mismatch, current (%d) roam (%d)\n", in wil_ft_connect() 1157 vif->privacy, sme->privacy); in wil_ft_connect() 1249 if (sme->privacy && !rsn_eid) { in wil_cfg80211_connect() 1274 vif->privacy = sme->privacy; in wil_cfg80211_connect() 1316 if (vif->privacy) { in wil_cfg80211_connect() 1335 if (vif->privacy) { in wil_cfg80211_connect() 1930 const u8 *ssid, size_t ssid_len, u32 privacy, in _wil_cfg80211_start_ap() argument 1992 vif->privacy = privacy; in _wil_cfg80211_start_ap() [all …]
|
| /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/mac80211/ |
| H A D | ibss.c | 463 if (ifibss->privacy) in ieee80211_ibss_csa_beacon() 469 IEEE80211_PRIVACY(ifibss->privacy)); in ieee80211_ibss_csa_beacon() 516 IEEE80211_PRIVACY(ifibss->privacy)); in ieee80211_ibss_finish_csa() 661 IEEE80211_PRIVACY(ifibss->privacy)); in ieee80211_ibss_disconnect() 1284 if (ifibss->privacy) in ieee80211_sta_create_ibss() 1392 IEEE80211_PRIVACY(ifibss->privacy)); in ieee80211_sta_find_ibss() 1725 sdata->u.ibss.privacy = params->privacy; in ieee80211_ibss_join()
|
| /linux/net/bluetooth/ |
| H A D | hci_sync.c | 1013 /* If privacy is not enabled don't use RPA */ in adv_use_rpa() 1017 /* If basic privacy mode is enabled use RPA */ in adv_use_rpa() 1021 /* If limited privacy mode is enabled don't use RPA if we're in adv_use_rpa() 1029 * privacy mode, therefore use RPA. in adv_use_rpa() 1068 /* If privacy is enabled use a resolvable private address. If in hci_update_random_address_sync() 1073 /* If Controller supports LL Privacy use own address type is in hci_update_random_address_sync() 1098 /* In case of required privacy without resolvable private address, in hci_update_random_address_sync() 1145 /* Neither privacy nor static address is being used so use a in hci_update_random_address_sync() 2506 /* Default privacy mode is always Network */ in hci_le_add_resolve_list_sync() 2529 /* Set Device Privacy Mode. */ [all …]
|
| /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), 3884 enum ieee80211_privacy privacy), 3885 TP_ARGS(wiphy, channel, bssid, ssid, ssid_len, bss_type, privacy), [all …]
|
| /linux/Documentation/netlink/specs/ |
| H A D | rt-addr.yaml | 79 name: stable-privacy
|
| /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 | 981 /* Set up privacy in bss_desc */ in mwifiex_cmd_802_11_ad_hoc_start() 983 /* Ad-Hoc capability privacy on */ in mwifiex_cmd_802_11_ad_hoc_start() 985 "info: ADHOC_S_CMD: wep_status set privacy to WEP\n"); in mwifiex_cmd_802_11_ad_hoc_start() 986 bss_desc->privacy = MWIFIEX_802_11_PRIV_FILTER_8021X_WEP; in mwifiex_cmd_802_11_ad_hoc_start() 991 "setting privacy to ACCEPT ALL\n"); in mwifiex_cmd_802_11_ad_hoc_start() 992 bss_desc->privacy = MWIFIEX_802_11_PRIV_FILTER_ACCEPT_ALL; in mwifiex_cmd_802_11_ad_hoc_start()
|
| /linux/drivers/net/wireless/nxp/nxpwifi/ |
| H A D | scan.c | 64 "info: %s: %s:\twpa_ie=%#x wpa2_ie=%#x WEP=%s WPA=%s WPA2=%s\tEncMode=%#x privacy=%#x\n", in _dbg_security_flags() 74 bss_desc->privacy); in _dbg_security_flags() 153 !priv->sec_info.encryption_mode && !bss_desc->privacy) { in nxpwifi_is_bss_no_sec() 159 /* Check whether static WEP is enabled and the BSS privacy setting matches */ 165 !priv->sec_info.wpa2_enabled && bss_desc->privacy) { in nxpwifi_is_bss_static_wep() 194 * Some APs (e.g., WRT54G) may omit the privacy bit even when in nxpwifi_is_bss_wpa2() 203 /* Check dynamic WEP: enabled in driver, privacy set, and no WPA/RSN IE present */ 212 priv->sec_info.encryption_mode && bss_desc->privacy) { in nxpwifi_is_bss_dynamic_wep() 221 * configuration. The decision considers WEP, WPA, WPA2, privacy settings, 229 * - Dynamic WEP: compatible when privacy is enabled.
|
| /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/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/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() 588 u32 privacy; in rtw_is_desired_network() local 593 privacy = pnetwork->network.privacy; in rtw_is_desired_network() 608 if ((desired_encmode == Ndis802_11EncryptionDisabled) && (privacy != 0)) in rtw_is_desired_network() 624 if ((desired_encmode != Ndis802_11EncryptionDisabled) && (privacy == 0)) in rtw_is_desired_network() 2129 pdev_network->privacy = (psecuritypriv->dot11_privacy_algrthm > 0 ? 1 : 0) ; /* adhoc no 802.1x */ in rtw_update_registrypriv_dev_network()
|
| /linux/drivers/leds/ |
| H A D | leds-cpcap.c | 52 /* camera privacy led */
|