Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
H A Dxhci_pci.c127 usb_callout_init_mtx(&sc->sc_callout, &sc->sc_bus.bus_mtx, 0); in xhci_pci_attach()
H A Dusb_controller.c854 usb_callout_init_mtx(&bus->power_wdog, in usb_bus_mem_alloc_all()
/third_party/FreeBSD/sys/dev/usb/net/
H A Dusb_ethernet.c290 usb_callout_init_mtx(&ue->ue_watchdog, ue->ue_mtx, 0); in ue_attach_post_task()
/third_party/FreeBSD/sys/dev/usb/
H A Dusbdi.h437 #define usb_callout_init_mtx(c,m,f) callout_init_mtx(&(c)->co,m,f) macro
H A Dusb_transfer.c1044 usb_callout_init_mtx(&xfer->timeout_handle, in usbd_transfer_setup()

Completed in 8 milliseconds