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

/linux-master/drivers/leds/
H A Dleds-clevo-mail.c101 i8042_command(NULL, CLEVO_MAIL_LED_OFF);
103 i8042_command(NULL, CLEVO_MAIL_LED_BLINK_0_5HZ);
105 i8042_command(NULL, CLEVO_MAIL_LED_BLINK_1HZ);
126 i8042_command(NULL, CLEVO_MAIL_LED_BLINK_0_5HZ);
131 i8042_command(NULL, CLEVO_MAIL_LED_BLINK_1HZ);
136 i8042_command(NULL, CLEVO_MAIL_LED_BLINK_0_5HZ);
/linux-master/include/linux/
H A Di8042.h61 int i8042_command(unsigned char *param, int command);
77 static inline int i8042_command(unsigned char *param, int command) function
/linux-master/drivers/input/serio/
H A Di8042.c138 * i8042_lock protects serialization between i8042_command and
144 * Writers to AUX and KBD ports as well as users issuing i8042_command
295 * i8042_command() executes a command on the i8042. It also sends the input
346 int i8042_command(unsigned char *param, int command) function
360 EXPORT_SYMBOL(i8042_command); variable
391 return i8042_command(&c, port->mux == -1 ?
419 if (i8042_command(&i8042_ctr, I8042_CMD_CTL_WCTR))
426 if (i8042_command(&i8042_ctr, I8042_CMD_CTL_WCTR))
621 if (i8042_command(&i8042_ctr, I8042_CMD_CTL_WCTR)) {
640 if (i8042_command(
[all...]
H A Di8042-acpipnpio.h1742 i8042_command(&a20_on, 0x10d1);
1743 i8042_command(NULL, 0x00ff); /* Null command for SMM firmware */
/linux-master/arch/mips/loongson2ef/lemote-2f/
H A Dpm.c32 if (i8042_command(&i8042_ctr, I8042_CMD_CTL_RCTR)) {
41 if (i8042_command(&i8042_ctr, I8042_CMD_CTL_WCTR)) {
/linux-master/drivers/platform/x86/
H A Damilo-rfkill.c34 rc = i8042_command(&param, A1655_WIFI_COMMAND);
H A Dideapad-laptop.c1486 i8042_command(&param, value ? I8042_CMD_AUX_ENABLE : I8042_CMD_AUX_DISABLE);
H A Dacer-wmi.c1155 i8042_command(&param, 0x1059);
/linux-master/drivers/platform/x86/dell/
H A Ddell-laptop.c973 i8042_command(&data, command | 1 << 12);
980 i8042_command(&data, command | 1 << 12);

Completed in 150 milliseconds