Searched refs:sc_tq (Results 1 - 2 of 2) sorted by relevance
| /third_party/FreeBSD/sys/dev/usb/serial/ |
| H A D | usb_serial.h | 141 struct usb_process sc_tq; member 215 usbd_do_request_proc(udev, &(com)->sc_super->sc_tq, req, ptr, flags, NULL, timo)
|
| H A D | usb_serial.c | 197 error = usb_proc_create(&ssc->sc_tq, umtx, "ucom", USB_PRI_MED); in ucom_attach() 249 usb_proc_drain(&ssc->sc_tq); in ucom_detach() 264 usb_proc_free(&ssc->sc_tq); in ucom_detach() 391 if (usb_proc_is_gone(&ssc->sc_tq)) { in ucom_queue_command() 401 usb_proc_msignal(&ssc->sc_tq, t0, t1); in ucom_queue_command() 418 usb_proc_mwait(&ssc->sc_tq, t0, t1); in ucom_queue_command() 443 return (usb_proc_is_gone(&ssc->sc_tq)); in ucom_cfg_is_gone()
|
Completed in 2 milliseconds