Searched refs:i8042_command (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/input/serio/ |
| H A D | i8042.c | 346 int i8042_command(unsigned char *param, int command) in i8042_command() function 360 EXPORT_SYMBOL(i8042_command); 391 return i8042_command(&c, port->mux == -1 ? in i8042_aux_write() 419 if (i8042_command(&i8042_ctr, I8042_CMD_CTL_WCTR)) in i8042_port_close() 426 if (i8042_command(&i8042_ctr, I8042_CMD_CTL_WCTR)) in i8042_port_close() 621 if (i8042_command(&i8042_ctr, I8042_CMD_CTL_WCTR)) { in i8042_enable_kbd_port() 640 if (i8042_command(&i8042_ctr, I8042_CMD_CTL_WCTR)) { in i8042_enable_aux_port() 661 i8042_command(¶m, I8042_CMD_MUX_PFX + i); in i8042_enable_mux_ports() 662 i8042_command(¶m, I8042_CMD_AUX_ENABLE); in i8042_enable_mux_ports() 690 if (i8042_command(¶m, I8042_CMD_AUX_LOOP) || param != val) in i8042_set_mux_mode() [all …]
|
| H A D | i8042-x86ia64io.h | 1344 i8042_command(&a20_on, 0x10d1); in i8042_platform_init() 1345 i8042_command(NULL, 0x00ff); /* Null command for SMM firmware */ in i8042_platform_init()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | i8042.h | 60 int i8042_command(unsigned char *param, int command); 76 static inline int i8042_command(unsigned char *param, int command) in i8042_command() function
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/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 | dell-laptop.c | 956 i8042_command(&data, command | 1 << 12); in touchpad_led_on() 963 i8042_command(&data, command | 1 << 12); in touchpad_led_off()
|
| H A D | ideapad-laptop.c | 883 i8042_command(¶m, value ? I8042_CMD_AUX_ENABLE : in ideapad_sync_touchpad_state()
|
| H A D | acer-wmi.c | 1106 i8042_command(¶m, 0x1059); in WMID_set_u32()
|