Home
last modified time | relevance | path

Searched refs:usb_proc_is_gone (Results 1 - 5 of 5) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
H A Dusb_process.h73 uint8_t usb_proc_is_gone(struct usb_process *up);
H A Dusb_process.c347 * usb_proc_is_gone
354 usb_proc_is_gone(struct usb_process *up) in usb_proc_is_gone() function
H A Dusb_request.c728 if (usb_proc_is_gone(pproc)) { in usbd_do_request_proc()
/third_party/FreeBSD/sys/dev/usb/net/
H A Dusb_ethernet.c66 if (usb_proc_is_gone(&ue->ue_tq)) { in uether_pause()
83 if (usb_proc_is_gone(&ue->ue_tq)) { in ue_queue_command()
399 return (usb_proc_is_gone(&ue->ue_tq)); in uether_is_gone()
/third_party/FreeBSD/sys/dev/usb/serial/
H A Dusb_serial.c391 if (usb_proc_is_gone(&ssc->sc_tq)) { in ucom_queue_command()
443 return (usb_proc_is_gone(&ssc->sc_tq)); in ucom_cfg_is_gone()

Completed in 10 milliseconds