Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dusb_controller.c185 usb_proc_free(USB_BUS_GIANT_PROC(bus)); in usb_detach()
186 usb_proc_free(USB_BUS_NON_GIANT_ISOC_PROC(bus)); in usb_detach()
187 usb_proc_free(USB_BUS_NON_GIANT_BULK_PROC(bus)); in usb_detach()
191 usb_proc_free(USB_BUS_EXPLORE_PROC(bus)); in usb_detach()
195 usb_proc_free(USB_BUS_CONTROL_XFER_PROC(bus)); in usb_detach()
/third_party/FreeBSD/sys/dev/usb/
Dusb_process.h78 void usb_proc_free(struct usb_process *up);
Dusb_process.c230 usb_proc_free(up); in usb_proc_create()
244 usb_proc_free(struct usb_process *up) in usb_proc_free() function
/third_party/FreeBSD/sys/dev/usb/net/
Dusb_ethernet.c393 usb_proc_free(&ue->ue_tq); in uether_ifdetach()
/third_party/FreeBSD/sys/dev/usb/serial/
Dusb_serial.c267 usb_proc_free(&ssc->sc_tq); in ucom_detach()