Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/
H A Dusb_process.c218 usb_proc_free(up); in usb_proc_create()
232 usb_proc_free(struct usb_process *up) in usb_proc_free() function
H A Dusb_process.h75 void usb_proc_free(struct usb_process *up);
/dragonfly/sys/bus/u4b/controller/
H A Dusb_controller.c227 usb_proc_free(USB_BUS_GIANT_PROC(bus)); in usb_detach()
228 usb_proc_free(USB_BUS_NON_GIANT_PROC(bus)); in usb_detach()
232 usb_proc_free(USB_BUS_EXPLORE_PROC(bus)); in usb_detach()
236 usb_proc_free(USB_BUS_CONTROL_XFER_PROC(bus)); in usb_detach()
/dragonfly/sys/bus/u4b/net/
H A Dusb_ethernet.c304 usb_proc_free(&ue->ue_tq); in uether_ifdetach()
/dragonfly/sys/bus/u4b/serial/
H A Dusb_serial.c405 usb_proc_free(&ssc->sc_tq); in ucom_detach()