Searched refs:NVEC_PS2 (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/staging/nvec/ |
D | nvec_ps2.c | 55 unsigned char buf[] = { NVEC_PS2, AUTO_RECEIVE_N, PACKET_SIZE }; in ps2_startstreaming() 62 unsigned char buf[] = { NVEC_PS2, CANCEL_AUTO_RECEIVE }; in ps2_stopstreaming() 69 unsigned char buf[] = { NVEC_PS2, SEND_COMMAND, ENABLE_MOUSE, 1 }; in ps2_sendcommand() 90 case NVEC_PS2: in nvec_ps2_notifier() 109 char mouse_reset[] = { NVEC_PS2, SEND_COMMAND, PSMOUSE_RST, 3 }; in nvec_mouse_probe()
|
D | nvec.h | 78 NVEC_PS2, enumerator
|