Searched refs:usb_proc_create (Results 1 – 5 of 5) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/controller/ |
D | usb_controller.c | 759 if (usb_proc_create(USB_BUS_GIANT_PROC(bus), in usb_attach_sub() 763 } else if (usb_proc_create(USB_BUS_NON_GIANT_ISOC_PROC(bus), in usb_attach_sub() 767 } else if (usb_proc_create(USB_BUS_NON_GIANT_BULK_PROC(bus), in usb_attach_sub() 771 } else if (usb_proc_create(USB_BUS_EXPLORE_PROC(bus), in usb_attach_sub() 775 } else if (usb_proc_create(USB_BUS_CONTROL_XFER_PROC(bus), in usb_attach_sub()
|
/third_party/FreeBSD/sys/dev/usb/ |
D | usb_process.h | 74 int usb_proc_create(struct usb_process *up, struct mtx *p_mtx,
|
D | usb_process.c | 207 usb_proc_create(struct usb_process *up, struct mtx *p_mtx, in usb_proc_create() function
|
/third_party/FreeBSD/sys/dev/usb/net/ |
D | usb_ethernet.c | 130 ret = usb_proc_create(&ue->ue_tq, ue->ue_mtx, in uether_ifattach()
|
/third_party/FreeBSD/sys/dev/usb/serial/ |
D | usb_serial.c | 199 error = usb_proc_create(&ssc->sc_tq, umtx, "ucom", USB_PRI_MED); in ucom_attach()
|