Lines Matching defs:privacy
3 * Dell privacy notification driver
19 #include "dell-wmi-privacy.h"
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);
211 dev_err(&wdev->dev, "dell privacy priv is NULL\n");
214 /* check privacy support features and device states */
230 dev_err(&wdev->dev, "Dell privacy buffer has unexpected length (%d)!\n",
261 dev_err(&priv->wdev->dev, "Error setting privacy EC ack value: %s\n",
287 priv->cdev.name = "dell-privacy::micmute";
303 pr_debug("Unable to detect available Dell privacy devices!\n");
327 /* remap the keymap code with Dell privacy key type 0x12 as prefix
390 .name = "dell-privacy",