Searched refs:USBSER_PORT_CLOSED (Results 1 – 2 of 2) sorted by relevance
596 ASSERT(pp->port_state != USBSER_PORT_CLOSED); in usbser_rsrv()619 ASSERT(pp->port_state != USBSER_PORT_CLOSED); in usbser_wput()652 ASSERT(pp->port_state != USBSER_PORT_CLOSED); in usbser_wsrv()874 pp->port_state = USBSER_PORT_CLOSED; in usbser_attach_ports()943 if (pp->port_state != USBSER_PORT_CLOSED) { in usbser_detach_ports()1205 if (pp->port_state != USBSER_PORT_CLOSED) { in usbser_suspend_ports()1375 case USBSER_PORT_CLOSED: in usbser_open_setup()1478 ASSERT(pp->port_state == USBSER_PORT_CLOSED); in usbser_open_init()1614 pp->port_state = USBSER_PORT_CLOSED; in usbser_open_fini()
183 USBSER_PORT_CLOSED, /* port is closed */ enumerator