Searched refs:i8042_command (Results 1 - 9 of 9) sorted by relevance

/linux-4.1.27/drivers/leds/
H A Dleds-clevo-mail.c100 i8042_command(NULL, CLEVO_MAIL_LED_OFF); clevo_mail_led_set()
102 i8042_command(NULL, CLEVO_MAIL_LED_BLINK_0_5HZ); clevo_mail_led_set()
104 i8042_command(NULL, CLEVO_MAIL_LED_BLINK_1HZ); clevo_mail_led_set()
125 i8042_command(NULL, CLEVO_MAIL_LED_BLINK_0_5HZ); clevo_mail_led_blink()
130 i8042_command(NULL, CLEVO_MAIL_LED_BLINK_1HZ); clevo_mail_led_blink()
135 i8042_command(NULL, CLEVO_MAIL_LED_BLINK_0_5HZ); clevo_mail_led_blink()
/linux-4.1.27/include/linux/
H A Di8042.h64 int i8042_command(unsigned char *param, int command);
81 static inline int i8042_command(unsigned char *param, int command) i8042_command() function
/linux-4.1.27/drivers/input/serio/
H A Di8042.c100 * i8042_lock protects serialization between i8042_command and
106 * Writers to AUX and KBD ports as well as users issuing i8042_command
255 * i8042_command() executes a command on the i8042. It also sends the input
304 int i8042_command(unsigned char *param, int command) i8042_command() function
315 EXPORT_SYMBOL(i8042_command); variable
346 return i8042_command(&c, port->mux == -1 ? i8042_aux_write()
374 if (i8042_command(&i8042_ctr, I8042_CMD_CTL_WCTR)) i8042_port_close()
381 if (i8042_command(&i8042_ctr, I8042_CMD_CTL_WCTR)) i8042_port_close()
556 if (i8042_command(&i8042_ctr, I8042_CMD_CTL_WCTR)) { i8042_enable_kbd_port()
575 if (i8042_command(&i8042_ctr, I8042_CMD_CTL_WCTR)) { i8042_enable_aux_port()
596 i8042_command(&param, I8042_CMD_MUX_PFX + i); i8042_enable_mux_ports()
597 i8042_command(&param, I8042_CMD_AUX_ENABLE); i8042_enable_mux_ports()
625 if (i8042_command(&param, I8042_CMD_AUX_LOOP) || param != val) i8042_set_mux_mode()
628 if (i8042_command(&param, I8042_CMD_AUX_LOOP) || param != val) i8042_set_mux_mode()
631 if (i8042_command(&param, I8042_CMD_AUX_LOOP) || param == val) i8042_set_mux_mode()
669 if (i8042_command(&i8042_ctr, I8042_CMD_CTL_WCTR)) { i8042_check_mux()
717 if (i8042_command(&param, i8042_toggle_aux()
725 if (i8042_command(&param, I8042_CMD_CTL_RCTR)) i8042_toggle_aux()
761 retval = i8042_command(&param, I8042_CMD_AUX_LOOP); i8042_check_aux()
772 if (i8042_command(&param, I8042_CMD_AUX_TEST) || i8042_check_aux()
862 if (i8042_command(&i8042_ctr, I8042_CMD_CTL_WCTR)) i8042_check_aux()
892 if (i8042_command(&param, I8042_CMD_CTL_TEST)) { i8042_controller_selftest()
945 if (i8042_command(&ctr[n++ % 2], I8042_CMD_CTL_RCTR)) { i8042_controller_init()
996 if (i8042_command(&i8042_ctr, I8042_CMD_CTL_WCTR)) { i8042_controller_init()
1026 if (i8042_command(&i8042_ctr, I8042_CMD_CTL_WCTR)) i8042_controller_reset()
1047 if (i8042_command(&i8042_initial_ctr, I8042_CMD_CTL_WCTR)) i8042_controller_reset()
1093 error = i8042_command(&param, 0x1059); i8042_dritek_enable()
1129 if (i8042_command(&i8042_ctr, I8042_CMD_CTL_WCTR)) { i8042_controller_resume()
1132 if (i8042_command(&i8042_ctr, I8042_CMD_CTL_WCTR)) { i8042_controller_resume()
H A Di8042-x86ia64io.h1102 i8042_command(&a20_on, 0x10d1); i8042_platform_init()
1103 i8042_command(NULL, 0x00ff); /* Null command for SMM firmware */ i8042_platform_init()
/linux-4.1.27/arch/mips/loongson/lemote-2f/
H A Dpm.c36 if (i8042_command(&i8042_ctr, I8042_CMD_CTL_RCTR)) { i8042_enable_kbd_port()
45 if (i8042_command(&i8042_ctr, I8042_CMD_CTL_WCTR)) { i8042_enable_kbd_port()
/linux-4.1.27/drivers/platform/x86/
H A Damilo-rfkill.c38 rc = i8042_command(&param, A1655_WIFI_COMMAND); amilo_a1655_rfkill_set_block()
H A Dideapad-laptop.c776 i8042_command(&param, value ? I8042_CMD_AUX_ENABLE : ideapad_sync_touchpad_state()
H A Ddell-laptop.c816 i8042_command(&data, command | 1 << 12); touchpad_led_on()
823 i8042_command(&data, command | 1 << 12); touchpad_led_off()
H A Dacer-wmi.c1013 i8042_command(&param, 0x1059); WMID_set_u32()

Completed in 231 milliseconds