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

/linux-4.4.14/drivers/tty/serial/
H A Dsunsu.c58 enum su_type { SU_PORT_NONE, SU_PORT_MS, SU_PORT_KBD, SU_PORT_PORT }; enum
97 enum su_type su_type; member in struct:uart_sunsu_port
510 if (up->su_type == SU_PORT_KBD) { receive_kbd_ms_chars()
514 } else if (up->su_type == SU_PORT_MS) { receive_kbd_ms_chars()
676 if (up->su_type != SU_PORT_PORT) { sunsu_startup()
678 IRQF_SHARED, su_typev[up->su_type], up); sunsu_startup()
681 IRQF_SHARED, su_typev[up->su_type], up); sunsu_startup()
1044 if (up->su_type == SU_PORT_NONE) sunsu_autoconfig()
1202 if (up->su_type == SU_PORT_KBD) { sunsu_kbd_ms_init()
1217 (up->su_type == SU_PORT_KBD) ? "Keyboard" : "Mouse", sunsu_kbd_ms_init()
1226 if (up->su_type == SU_PORT_KBD) { sunsu_kbd_ms_init()
1393 static enum su_type su_get_type(struct device_node *dp) su_get_type()
1419 enum su_type type; su_probe()
1438 up->su_type = type; su_probe()
1458 if (up->su_type == SU_PORT_KBD || up->su_type == SU_PORT_MS) { su_probe()
1511 if (up->su_type == SU_PORT_MS || su_remove()
1512 up->su_type == SU_PORT_KBD) su_remove()

Completed in 81 milliseconds