Searched refs:send_aux_command (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/sys/dev/atkbdc/ |
| H A D | psm.c | 772 res = send_aux_command(kbdc, PSMC_ENABLE_DEV); in enable_aux_dev() 783 res = send_aux_command(kbdc, PSMC_DISABLE_DEV); in disable_aux_dev() 806 res = send_aux_command(kbdc, cmd); in get_mouse_status() 834 res = send_aux_command(kbdc, PSMC_SEND_DEV_ID); in get_aux_id() 873 res = send_aux_command(kbdc, scale); in set_mouse_scaling() 1629 i = send_aux_command(sc->kbdc, PSMC_SET_DEFAULTS); 6985 if (send_aux_command(kbdc, 0xe1) != PSM_ACK || 7057 res |= send_aux_command(kbdc, reg) != PSM_ACK; 7076 res |= send_aux_command(kbdc, reg) != PSM_ACK; 7082 res |= send_aux_command(kbdc, val) != PSM_ACK; [all …]
|
| H A D | atkbdcreg.h | 251 int send_aux_command(KBDC kbdc,int c);
|
| H A D | atkbdc.c | 622 send_aux_command(KBDC p, int c) in send_aux_command() function
|