Searched refs:SU_PORT_KBD (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dsunsu.c58 enum su_type { SU_PORT_NONE, SU_PORT_MS, SU_PORT_KBD, SU_PORT_PORT }; enumerator in enum:su_type
493 if (up->su_type == SU_PORT_KBD) {
1171 if (up->su_type == SU_PORT_KBD) {
1186 (up->su_type == SU_PORT_KBD) ? "Keyboard" : "Mouse",
1195 if (up->su_type == SU_PORT_KBD) {
1380 return SU_PORT_KBD;
1436 if (up->su_type == SU_PORT_KBD || up->su_type == SU_PORT_MS) {
1488 up->su_type == SU_PORT_KBD)

Completed in 63 milliseconds