Home
last modified time | relevance | path

Searched refs:write_aux_command (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/sys/dev/atkbdc/
H A Datkbdc.c641 write_aux_command(KBDC p, int c) in write_aux_command() function
678 if (!write_aux_command(p, c)) in send_aux_command()
734 if (!write_aux_command(p, c)) in send_aux_command_and_data()
747 if (!write_aux_command(p, d)) in send_aux_command_and_data()
1042 if (!write_aux_command(p, PSMC_RESET_DEV)) in reset_aux_dev()
H A Datkbdcreg.h248 int write_aux_command(KBDC kbdc,int c);
H A Dpsm.c2590 if (!write_aux_command(sc->kbdc, buf[i])) {