Searched refs:SW_DOCK (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/platform/x86/intel/
H A Dvbtn.c53 * SW_DOCK should only be reported for docking stations, but DSDTs using the
55 * SW_DOCK=1 when in laptop-mode (in tandem with setting SW_TABLET_MODE=0).
58 * Map the dock events to KEY_IGNORE to avoid this broken SW_DOCK reporting.
60 { KE_IGNORE, 0xCA, { .sw = { SW_DOCK, 1 } } }, /* Docked */
61 { KE_IGNORE, 0xCB, { .sw = { SW_DOCK, 0 } } }, /* Undocked */
91 input_report_switch(priv->switches_dev, SW_DOCK, m);
/linux-master/drivers/platform/x86/hp/
H A Dhp-wmi.c869 if (test_bit(SW_DOCK, hp_wmi_input_dev->swbit))
870 input_report_switch(hp_wmi_input_dev, SW_DOCK,
982 __set_bit(SW_DOCK, hp_wmi_input_dev->swbit);
983 input_report_switch(hp_wmi_input_dev, SW_DOCK, val);
1575 if (test_bit(SW_DOCK, hp_wmi_input_dev->swbit))
1576 input_report_switch(hp_wmi_input_dev, SW_DOCK,
/linux-master/drivers/platform/x86/
H A Dfujitsu-tablet.c204 input_report_switch(fujitsu.idev, SW_DOCK, dock);
252 input_set_capability(idev, EV_SW, SW_DOCK);
/linux-master/include/uapi/linux/
H A Dinput-event-codes.h913 #define SW_DOCK 0x05 /* set = plugged into dock */ macro
/linux-master/scripts/dtc/include-prefixes/dt-bindings/input/
H A Dlinux-event-codes.h913 #define SW_DOCK 0x05 /* set = plugged into dock */ macro
/linux-master/include/dt-bindings/input/
H A Dlinux-event-codes.h913 #define SW_DOCK 0x05 /* set = plugged into dock */ macro

Completed in 120 milliseconds