Symbol: SW_CAMERA_LENS_COVER
drivers/hid/hid-debug.c
3575
[SW_CAMERA_LENS_COVER] = "CameraLensCover",
drivers/platform/x86/dell/dell-wmi-privacy.c
323
dell_wmi_keymap_type_0012[i].sw.code == SW_CAMERA_LENS_COVER &&
drivers/platform/x86/dell/dell-wmi-privacy.c
342
input_report_switch(priv->input_dev, SW_CAMERA_LENS_COVER,
drivers/platform/x86/dell/dell-wmi-privacy.c
87
{ KE_VSW, 0x0002, { SW_CAMERA_LENS_COVER } },
drivers/platform/x86/hp/hp-wmi.c
1113
__set_bit(SW_CAMERA_LENS_COVER, camera_shutter_input_dev->swbit);
drivers/platform/x86/hp/hp-wmi.c
1259
input_report_switch(camera_shutter_input_dev, SW_CAMERA_LENS_COVER, 1);
drivers/platform/x86/hp/hp-wmi.c
1261
input_report_switch(camera_shutter_input_dev, SW_CAMERA_LENS_COVER, 0);
drivers/platform/x86/lenovo/thinkpad_acpi.c
11488
input_report_switch(tpacpi_inputdev, SW_CAMERA_LENS_COVER, camera_shutter_state);
drivers/platform/x86/lenovo/thinkpad_acpi.c
3481
input_set_capability(tpacpi_inputdev, EV_SW, SW_CAMERA_LENS_COVER);
drivers/platform/x86/lenovo/thinkpad_acpi.c
3482
input_report_switch(tpacpi_inputdev, SW_CAMERA_LENS_COVER, camera_shutter_state);
drivers/platform/x86/lenovo/wmi-camera.c
44
input_set_capability(priv->idev, EV_SW, SW_CAMERA_LENS_COVER);
drivers/platform/x86/lenovo/wmi-camera.c
46
input_report_switch(priv->idev, SW_CAMERA_LENS_COVER,
drivers/platform/x86/lenovo/wmi-camera.c
94
input_report_switch(priv->idev, SW_CAMERA_LENS_COVER, 0);
drivers/platform/x86/lenovo/wmi-camera.c
96
input_report_switch(priv->idev, SW_CAMERA_LENS_COVER, 1);
drivers/platform/x86/samsung-galaxybook.c
1280
input_report_switch(galaxybook->input, SW_CAMERA_LENS_COVER,
drivers/platform/x86/samsung-galaxybook.c
1281
!test_bit(SW_CAMERA_LENS_COVER, galaxybook->input->sw));
drivers/platform/x86/samsung-galaxybook.c
866
SW_CAMERA_LENS_COVER, value ? 1 : 0);
drivers/platform/x86/samsung-galaxybook.c
883
input_set_capability(galaxybook->input, EV_SW, SW_CAMERA_LENS_COVER);
drivers/platform/x86/samsung-galaxybook.c
909
input_report_switch(galaxybook->input, SW_CAMERA_LENS_COVER, value ? 1 : 0);