Home
last modified time | relevance | path

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

/linux/drivers/input/serio/
H A Di8042.c329 int i8042_command(unsigned char *param, int command) in i8042_command() function
338 EXPORT_SYMBOL(i8042_command);
368 return i8042_command(&c, port->mux == -1 ? in i8042_aux_write()
396 if (i8042_command(&i8042_ctr, I8042_CMD_CTL_WCTR)) in i8042_port_close()
403 if (i8042_command(&i8042_ctr, I8042_CMD_CTL_WCTR)) in i8042_port_close()
622 if (i8042_command(&i8042_ctr, I8042_CMD_CTL_WCTR)) { in i8042_enable_kbd_port()
641 if (i8042_command(&i8042_ctr, I8042_CMD_CTL_WCTR)) { in i8042_enable_aux_port()
662 i8042_command(&param, I8042_CMD_MUX_PFX + i); in i8042_enable_mux_ports()
663 i8042_command(&param, I8042_CMD_AUX_ENABLE); in i8042_enable_mux_ports()
691 if (i8042_command(&param, I8042_CMD_AUX_LOOP) || param != val) in i8042_set_mux_mode()
[all …]
H A Di8042-acpipnpio.h1843 i8042_command(&a20_on, 0x10d1); in i8042_platform_init()
1844 i8042_command(NULL, 0x00ff); /* Null command for SMM firmware */ in i8042_platform_init()
/linux/drivers/leds/
H A Dleds-clevo-mail.c101 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/arch/mips/loongson2ef/lemote-2f/
H A Dpm.c32 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 Dacer-wmi.c1266 i8042_command(&param, 0x1059); in WMID_set_u32()