Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dsunsu.c55 enum su_type { SU_PORT_NONE, SU_PORT_MS, SU_PORT_KBD, SU_PORT_PORT }; enum
94 enum su_type su_type; member
480 if (up->su_type == SU_PORT_KBD) { in receive_kbd_ms_chars()
484 } else if (up->su_type == SU_PORT_MS) { in receive_kbd_ms_chars()
646 if (up->su_type != SU_PORT_PORT) { in sunsu_startup()
648 IRQF_SHARED, su_typev[up->su_type], up); in sunsu_startup()
651 IRQF_SHARED, su_typev[up->su_type], up); in sunsu_startup()
1012 if (up->su_type == SU_PORT_NONE) in sunsu_autoconfig()
1170 if (up->su_type in sunsu_kbd_ms_init()
[all...]