Searched refs:sc_tq (Results 1 – 2 of 2) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/serial/ |
D | usb_serial.h | 142 struct usb_process sc_tq; member 216 usbd_do_request_proc(udev, &(com)->sc_super->sc_tq, req, ptr, flags, NULL, timo)
|
D | usb_serial.c | 199 error = usb_proc_create(&ssc->sc_tq, umtx, "ucom", USB_PRI_MED); in ucom_attach() 251 usb_proc_drain(&ssc->sc_tq); in ucom_detach() 266 usb_proc_free(&ssc->sc_tq); in ucom_detach() 393 if (usb_proc_is_gone(&ssc->sc_tq)) { in ucom_queue_command() 403 usb_proc_msignal(&ssc->sc_tq, t0, t1); in ucom_queue_command() 420 usb_proc_mwait(&ssc->sc_tq, t0, t1); in ucom_queue_command() 445 return (usb_proc_is_gone(&ssc->sc_tq)); in ucom_cfg_is_gone()
|