Home
last modified time | relevance | path

Searched full:sw_dock (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/platform/x86/intel/
H A Dvbtn.c56 * SW_DOCK should only be reported for docking stations, but DSDTs using the
58 * SW_DOCK=1 when in laptop-mode (in tandem with setting SW_TABLET_MODE=0).
61 * Map the dock events to KEY_IGNORE to avoid this broken SW_DOCK reporting.
63 { KE_IGNORE, 0xCA, { .sw = { SW_DOCK, 1 } } }, /* Docked */
64 { KE_IGNORE, 0xCB, { .sw = { SW_DOCK, 0 } } }, /* Undocked */
95 input_report_switch(priv->switches_dev, SW_DOCK, m); in detect_tablet_mode()
/linux/drivers/platform/x86/
H A Dfujitsu-tablet.c204 input_report_switch(fujitsu.idev, SW_DOCK, dock); in fujitsu_send_state()
252 input_set_capability(idev, EV_SW, SW_DOCK); in input_fujitsu_setup()
/linux/drivers/platform/x86/hp/
H A Dhp-wmi.c868 if (test_bit(SW_DOCK, hp_wmi_input_dev->swbit)) in hp_wmi_notify()
869 input_report_switch(hp_wmi_input_dev, SW_DOCK, in hp_wmi_notify()
981 __set_bit(SW_DOCK, hp_wmi_input_dev->swbit); in hp_wmi_input_setup()
982 input_report_switch(hp_wmi_input_dev, SW_DOCK, val); in hp_wmi_input_setup()
1706 if (test_bit(SW_DOCK, hp_wmi_input_dev->swbit)) in hp_wmi_resume_handler()
1707 input_report_switch(hp_wmi_input_dev, SW_DOCK, in hp_wmi_resume_handler()
/linux/arch/arm/boot/dts/intel/socfpga/
H A Dsocfpga_cyclone5_sockit.dts72 linux,code = <0x5>; /* SW_DOCK */
/linux/include/uapi/linux/
H A Dinput-event-codes.h915 #define SW_DOCK 0x05 /* set = plugged into dock */
913 #define SW_DOCK global() macro
/linux/include/dt-bindings/input/
H A Dlinux-event-codes.h915 #define SW_DOCK 0x05 /* set = plugged into dock */
913 #define SW_DOCK global() macro
/linux/drivers/input/keyboard/
H A Dgpio_keys.c82 * SW_DOCK = 5
/linux/arch/arm/boot/dts/nvidia/
H A Dtegra30-pegatron-chagall.dts2659 linux,code = <SW_DOCK>;