SW_CAMERA_LENS_COVER
[SW_CAMERA_LENS_COVER] = "CameraLensCover",
dell_wmi_keymap_type_0012[i].sw.code == SW_CAMERA_LENS_COVER &&
input_report_switch(priv->input_dev, SW_CAMERA_LENS_COVER,
{ KE_VSW, 0x0002, { SW_CAMERA_LENS_COVER } },
__set_bit(SW_CAMERA_LENS_COVER, camera_shutter_input_dev->swbit);
input_report_switch(camera_shutter_input_dev, SW_CAMERA_LENS_COVER, 1);
input_report_switch(camera_shutter_input_dev, SW_CAMERA_LENS_COVER, 0);
input_report_switch(tpacpi_inputdev, SW_CAMERA_LENS_COVER, camera_shutter_state);
input_set_capability(tpacpi_inputdev, EV_SW, SW_CAMERA_LENS_COVER);
input_report_switch(tpacpi_inputdev, SW_CAMERA_LENS_COVER, camera_shutter_state);
input_set_capability(priv->idev, EV_SW, SW_CAMERA_LENS_COVER);
input_report_switch(priv->idev, SW_CAMERA_LENS_COVER,
input_report_switch(priv->idev, SW_CAMERA_LENS_COVER, 0);
input_report_switch(priv->idev, SW_CAMERA_LENS_COVER, 1);
SW_CAMERA_LENS_COVER, value ? 1 : 0);
input_set_capability(galaxybook->camera_lens_cover_switch, EV_SW, SW_CAMERA_LENS_COVER);
SW_CAMERA_LENS_COVER, value ? 1 : 0);