Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/clients/usbser/
H A Dusbser_var.h186 USBSER_PORT_OPEN, /* port is open */ enumerator
235 #define USBSER_PORT_ACCESS_OK(pp) ((pp)->port_state == USBSER_PORT_OPEN)
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c1094 if (pp->port_state == USBSER_PORT_OPEN || in usbser_disconnect_ports()
1100 if (pp->port_state == USBSER_PORT_OPEN) { in usbser_disconnect_ports()
1306 pp->port_state = USBSER_PORT_OPEN; in usbser_restore_ports_state()
1415 case USBSER_PORT_OPEN: in usbser_open_setup()
1454 pp->port_state = USBSER_PORT_OPEN; in usbser_open_setup()