Searched refs:i8042_command (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/leds/ |
H A D | leds-clevo-mail.c | 101 i8042_command(NULL, CLEVO_MAIL_LED_OFF); in clevo_mail_led_set() 103 i8042_command(NULL, CLEVO_MAIL_LED_BLINK_0_5HZ); in clevo_mail_led_set() 105 i8042_command(NULL, CLEVO_MAIL_LED_BLINK_1HZ); in clevo_mail_led_set() 126 i8042_command(NULL, CLEVO_MAIL_LED_BLINK_0_5HZ); in clevo_mail_led_blink() 131 i8042_command(NULL, CLEVO_MAIL_LED_BLINK_1HZ); in clevo_mail_led_blink() 136 i8042_command(NULL, CLEVO_MAIL_LED_BLINK_0_5HZ); in clevo_mail_led_blink()
|
/linux/include/linux/ |
H A D | i8042.h | 77 int i8042_command(unsigned char *param, int command); 91 static inline int i8042_command(unsigned char *param, int command) in i8042_command() function
|
/linux/arch/mips/loongson2ef/lemote-2f/ |
H A D | pm.c | 32 if (i8042_command(&i8042_ctr, I8042_CMD_CTL_RCTR)) { in i8042_enable_kbd_port() 41 if (i8042_command(&i8042_ctr, I8042_CMD_CTL_WCTR)) { in i8042_enable_kbd_port()
|
/linux/drivers/platform/x86/ |
H A D | amilo-rfkill.c | 34 rc = i8042_command(¶m, A1655_WIFI_COMMAND); in amilo_a1655_rfkill_set_block()
|
H A D | acer-wmi.c | 1216 i8042_command(¶m, 0x1059); in WMID_set_u32()
|
/linux/drivers/input/serio/ |
H A D | i8042-acpipnpio.h | 1797 i8042_command(&a20_on, 0x10d1); in i8042_platform_init() 1798 i8042_command(NULL, 0x00ff); /* Null command for SMM firmware */ in i8042_platform_init()
|
/linux/drivers/platform/x86/dell/ |
H A D | dell-laptop.c | 973 i8042_command(&data, command | 1 << 12); in touchpad_led_on() 980 i8042_command(&data, command | 1 << 12); in touchpad_led_off()
|
/linux/drivers/platform/x86/lenovo/ |
H A D | ideapad-laptop.c | 1786 i8042_command(¶m, value ? I8042_CMD_AUX_ENABLE : I8042_CMD_AUX_DISABLE); in ideapad_sync_touchpad_state()
|