Home
last modified time | relevance | path

Searched refs:kbd_dock_state (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/drivers/platform/x86/
Dacer-wmi.c139 u8 kbd_dock_state; member
1756 static int acer_kbd_dock_state_to_sw_tablet_mode(u8 kbd_dock_state) in acer_kbd_dock_state_to_sw_tablet_mode() argument
1758 switch (kbd_dock_state) { in acer_kbd_dock_state_to_sw_tablet_mode()
1765 pr_warn("Unknown kbd_dock_state 0x%02x\n", kbd_dock_state); in acer_kbd_dock_state_to_sw_tablet_mode()
1814 sw_tablet_mode = acer_kbd_dock_state_to_sw_tablet_mode(event->kbd_dock_state); in acer_kbd_dock_event()