Lines Matching full:privacy
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.
186 ATTRIBUTE_GROUPS(privacy);
190 * various applications interested in knowing the Privacy feature capabilities.
211 dev_err(&wdev->dev, "dell privacy priv is NULL\n"); in get_current_status()
214 /* check privacy support features and device states */ in get_current_status()
230 dev_err(&wdev->dev, "Dell privacy buffer has unexpected length (%d)!\n", in get_current_status()
261 dev_err(&priv->wdev->dev, "Error setting privacy EC ack value: %s\n", in dell_privacy_micmute_led_set()
287 priv->cdev.name = "dell-privacy::micmute"; in dell_privacy_leds_setup()
303 pr_debug("Unable to detect available Dell privacy devices!\n"); in dell_privacy_wmi_probe()
327 /* remap the keymap code with Dell privacy key type 0x12 as prefix in dell_privacy_wmi_probe()
351 priv->input_dev->name = "Dell Privacy Driver"; in dell_privacy_wmi_probe()
390 .name = "dell-privacy",