Searched full:sw_dock (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/drivers/platform/x86/intel/ |
H A D | vbtn.c | 53 * 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); in detect_tablet_mode()
|
/openbmc/linux/drivers/platform/x86/ |
H A D | fujitsu-tablet.c | 204 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()
|
/openbmc/linux/drivers/platform/x86/hp/ |
H A D | hp-wmi.c | 847 if (test_bit(SW_DOCK, hp_wmi_input_dev->swbit)) in hp_wmi_notify() 848 input_report_switch(hp_wmi_input_dev, SW_DOCK, in hp_wmi_notify() 960 __set_bit(SW_DOCK, hp_wmi_input_dev->swbit); in hp_wmi_input_setup() 961 input_report_switch(hp_wmi_input_dev, SW_DOCK, val); in hp_wmi_input_setup() 1518 if (test_bit(SW_DOCK, hp_wmi_input_dev->swbit)) in hp_wmi_resume_handler() 1519 input_report_switch(hp_wmi_input_dev, SW_DOCK, in hp_wmi_resume_handler()
|
/openbmc/linux/Documentation/devicetree/bindings/mfd/ |
H A D | iqs62x.yaml | 131 linux,code = <SW_DOCK>;
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | socfpga_cyclone5_sockit.dts | 72 linux,code = <0x5>; /* SW_DOCK */
|
/openbmc/linux/arch/arm/boot/dts/intel/socfpga/ |
H A D | socfpga_cyclone5_sockit.dts | 72 linux,code = <0x5>; /* SW_DOCK */
|
/openbmc/u-boot/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 742 #define SW_DOCK 0x05 /* set = plugged into dock */ macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | input-event-codes.h | 915 #define SW_DOCK 0x05 /* set = plugged into dock */ macro
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | input-event-codes.h | 915 #define SW_DOCK 0x05 /* set = plugged into dock */ macro
|
/openbmc/linux/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 915 #define SW_DOCK 0x05 /* set = plugged into dock */ macro
|
/openbmc/linux/drivers/input/keyboard/ |
H A D | gpio_keys.c | 80 * SW_DOCK = 5
|
/openbmc/linux/arch/arm/boot/dts/nvidia/ |
H A D | tegra30-pegatron-chagall.dts | 2659 linux,code = <SW_DOCK>;
|