Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/
H A Dusb_process.h70 uint8_t usb_proc_is_gone(struct usb_process *up);
H A Dusb_process.c342 usb_proc_is_gone(struct usb_process *up) in usb_proc_is_gone() function
H A Dusb_request.c771 if (usb_proc_is_gone(pproc)) {
/dragonfly/sys/bus/u4b/net/
H A Dusb_ethernet.c94 if (usb_proc_is_gone(&ue->ue_tq)) { in uether_pause()
111 if (usb_proc_is_gone(&ue->ue_tq)) { in ue_queue_command()
310 return (usb_proc_is_gone(&ue->ue_tq)); in uether_is_gone()
/dragonfly/sys/bus/u4b/serial/
H A Dusb_serial.c645 if (usb_proc_is_gone(&ssc->sc_tq)) { in ucom_queue_command()
709 return (usb_proc_is_gone(&ssc->sc_tq)); in ucom_cfg_is_gone()