Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/atkbdc/
H A Datkbdc.c591 write_aux_command(KBDC p, int c) in write_aux_command() function
628 if (!write_aux_command(p, c)) in send_aux_command()
684 if (!write_aux_command(p, c)) in send_aux_command_and_data()
697 if (!write_aux_command(p, d)) in send_aux_command_and_data()
992 if (!write_aux_command(p, PSMC_RESET_DEV)) in reset_aux_dev()
H A Datkbdcreg.h249 int write_aux_command(KBDC kbdc,int c);
H A Dpsm.c2605 if (!write_aux_command(sc->kbdc, buf[i])) {