Searched refs:i8042_command (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/drivers/input/serio/ |
D | i8042.c | 311 int i8042_command(unsigned char *param, int command) in i8042_command() function 322 EXPORT_SYMBOL(i8042_command); 353 return i8042_command(&c, port->mux == -1 ? in i8042_aux_write() 381 if (i8042_command(&i8042_ctr, I8042_CMD_CTL_WCTR)) in i8042_port_close() 388 if (i8042_command(&i8042_ctr, I8042_CMD_CTL_WCTR)) in i8042_port_close() 563 if (i8042_command(&i8042_ctr, I8042_CMD_CTL_WCTR)) { in i8042_enable_kbd_port() 582 if (i8042_command(&i8042_ctr, I8042_CMD_CTL_WCTR)) { in i8042_enable_aux_port() 603 i8042_command(¶m, I8042_CMD_MUX_PFX + i); in i8042_enable_mux_ports() 604 i8042_command(¶m, I8042_CMD_AUX_ENABLE); in i8042_enable_mux_ports() 632 if (i8042_command(¶m, I8042_CMD_AUX_LOOP) || param != val) in i8042_set_mux_mode() [all …]
|
D | i8042-x86ia64io.h | 1102 i8042_command(&a20_on, 0x10d1); in i8042_platform_init() 1103 i8042_command(NULL, 0x00ff); /* Null command for SMM firmware */ in i8042_platform_init()
|
/linux-4.4.14/drivers/leds/ |
D | leds-clevo-mail.c | 100 i8042_command(NULL, CLEVO_MAIL_LED_OFF); in clevo_mail_led_set() 102 i8042_command(NULL, CLEVO_MAIL_LED_BLINK_0_5HZ); in clevo_mail_led_set() 104 i8042_command(NULL, CLEVO_MAIL_LED_BLINK_1HZ); in clevo_mail_led_set() 125 i8042_command(NULL, CLEVO_MAIL_LED_BLINK_0_5HZ); in clevo_mail_led_blink() 130 i8042_command(NULL, CLEVO_MAIL_LED_BLINK_1HZ); in clevo_mail_led_blink() 135 i8042_command(NULL, CLEVO_MAIL_LED_BLINK_0_5HZ); in clevo_mail_led_blink()
|
/linux-4.4.14/include/linux/ |
D | i8042.h | 64 int i8042_command(unsigned char *param, int command); 81 static inline int i8042_command(unsigned char *param, int command) in i8042_command() function
|
/linux-4.4.14/arch/mips/loongson64/lemote-2f/ |
D | pm.c | 36 if (i8042_command(&i8042_ctr, I8042_CMD_CTL_RCTR)) { in i8042_enable_kbd_port() 45 if (i8042_command(&i8042_ctr, I8042_CMD_CTL_WCTR)) { in i8042_enable_kbd_port()
|
/linux-4.4.14/drivers/platform/x86/ |
D | amilo-rfkill.c | 38 rc = i8042_command(¶m, A1655_WIFI_COMMAND); in amilo_a1655_rfkill_set_block()
|
D | dell-laptop.c | 1065 i8042_command(&data, command | 1 << 12); in touchpad_led_on() 1072 i8042_command(&data, command | 1 << 12); in touchpad_led_off()
|
D | ideapad-laptop.c | 783 i8042_command(¶m, value ? I8042_CMD_AUX_ENABLE : in ideapad_sync_touchpad_state()
|
D | acer-wmi.c | 1014 i8042_command(¶m, 0x1059); in WMID_set_u32()
|