su_type            98 drivers/tty/serial/sunsu.c 	enum su_type		su_type;
su_type           511 drivers/tty/serial/sunsu.c 		if (up->su_type == SU_PORT_KBD) {
su_type           515 drivers/tty/serial/sunsu.c 		} else if (up->su_type == SU_PORT_MS) {
su_type           677 drivers/tty/serial/sunsu.c 	if (up->su_type != SU_PORT_PORT) {
su_type           679 drivers/tty/serial/sunsu.c 				     IRQF_SHARED, su_typev[up->su_type], up);
su_type           682 drivers/tty/serial/sunsu.c 				     IRQF_SHARED, su_typev[up->su_type], up);
su_type          1045 drivers/tty/serial/sunsu.c 	if (up->su_type == SU_PORT_NONE)
su_type          1203 drivers/tty/serial/sunsu.c 	if (up->su_type == SU_PORT_KBD) {
su_type          1218 drivers/tty/serial/sunsu.c 	       (up->su_type == SU_PORT_KBD) ? "Keyboard" : "Mouse",
su_type          1227 drivers/tty/serial/sunsu.c 	if (up->su_type == SU_PORT_KBD) {
su_type          1394 drivers/tty/serial/sunsu.c static enum su_type su_get_type(struct device_node *dp)
su_type          1397 drivers/tty/serial/sunsu.c 	enum su_type rc = SU_PORT_PORT;
su_type          1441 drivers/tty/serial/sunsu.c 	enum su_type type;
su_type          1460 drivers/tty/serial/sunsu.c 	up->su_type = type;
su_type          1480 drivers/tty/serial/sunsu.c 	if (up->su_type == SU_PORT_KBD || up->su_type == SU_PORT_MS) {
su_type          1534 drivers/tty/serial/sunsu.c 	if (up->su_type == SU_PORT_MS ||
su_type          1535 drivers/tty/serial/sunsu.c 	    up->su_type == SU_PORT_KBD)