Searched refs:port_rq_thread (Results 1 – 2 of 2) sorted by relevance
599 usbser_thr_wake(&pp->port_rq_thread); in usbser_rsrv()863 pp->port_rq_thread.thr_port = pp; in usbser_attach_ports()864 pp->port_rq_thread.thr_func = usbser_rq_thread; in usbser_attach_ports()865 pp->port_rq_thread.thr_arg = (void *)&pp->port_rq_thread; in usbser_attach_ports()866 cv_init(&pp->port_rq_thread.thr_cv, NULL, CV_DEFAULT, NULL); in usbser_attach_ports()957 cv_destroy(&pp->port_rq_thread.thr_cv); in usbser_detach_ports()1331 usbser_thr_wake(&pp->port_rq_thread); in usbser_restore_ports_state()1512 usbser_thr_dispatch(&pp->port_rq_thread); in usbser_open_init()1609 usbser_thr_cancel(&pp->port_rq_thread); in usbser_open_fini()
114 usbser_thread_t port_rq_thread; /* rq thread */ member