Searched refs:su_type (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 }; enum
91 enum su_type su_type; member in struct:uart_sunsu_port
493 if (up->su_type == SU_PORT_KBD) {
497 } else if (up->su_type == SU_PORT_MS) {
654 if (up->su_type != SU_PORT_PORT) {
656 IRQF_SHARED, su_typev[up->su_type], up);
659 IRQF_SHARED, su_typev[up->su_type], up);
1013 if (up->su_type == SU_PORT_NONE)
1171 if (up->su_type
[all...]

Completed in 122 milliseconds