Home
last modified time | relevance | path

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

/freebsd/sys/dev/atkbdc/
H A Datkbdc.c619 write_aux_command(KBDC p, int c) in write_aux_command() function
656 if (!write_aux_command(p, c)) in send_aux_command()
712 if (!write_aux_command(p, c)) in send_aux_command_and_data()
725 if (!write_aux_command(p, d)) in send_aux_command_and_data()
1020 if (!write_aux_command(p, PSMC_RESET_DEV)) in reset_aux_dev()
H A Datkbdcreg.h247 int write_aux_command(KBDC kbdc,int c);
H A Dpsm.c2597 if (!write_aux_command(sc->kbdc, buf[i])) {