Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/serial/
H A Dsunsu.c55 enum su_type { SU_PORT_NONE, SU_PORT_MS, SU_PORT_KBD, SU_PORT_PORT }; enumerator
507 if (up->su_type == SU_PORT_KBD) { in receive_kbd_ms_chars()
1199 if (up->su_type == SU_PORT_KBD) { in sunsu_kbd_ms_init()
1214 (up->su_type == SU_PORT_KBD) ? "Keyboard" : "Mouse", in sunsu_kbd_ms_init()
1223 if (up->su_type == SU_PORT_KBD) { in sunsu_kbd_ms_init()
1411 rc = SU_PORT_KBD; in su_get_type()
1477 if (up->su_type == SU_PORT_KBD || up->su_type == SU_PORT_MS) { in su_probe()
1532 up->su_type == SU_PORT_KBD) in su_remove()
/kernel/linux/linux-6.6/drivers/tty/serial/
H A Dsunsu.c55 enum su_type { SU_PORT_NONE, SU_PORT_MS, SU_PORT_KBD, SU_PORT_PORT }; enumerator
503 if (up->su_type == SU_PORT_KBD) { in receive_kbd_ms_chars()
1193 if (up->su_type == SU_PORT_KBD) { in sunsu_kbd_ms_init()
1208 (up->su_type == SU_PORT_KBD) ? "Keyboard" : "Mouse", in sunsu_kbd_ms_init()
1217 if (up->su_type == SU_PORT_KBD) { in sunsu_kbd_ms_init()
1403 rc = SU_PORT_KBD; in su_get_type()
1469 if (up->su_type == SU_PORT_KBD || up->su_type == SU_PORT_MS) { in su_probe()
1524 up->su_type == SU_PORT_KBD) in su_remove()

Completed in 5 milliseconds