Home
last modified time | relevance | path

Searched refs:usb_callout_init_mtx (Results 1 – 24 of 24) sorted by relevance

/freebsd/sys/dev/usb/gadget/
H A Dg_mouse.c284 usb_callout_init_mtx(&sc->sc_button_press_callout, &sc->sc_mtx, 0); in g_mouse_attach()
285 usb_callout_init_mtx(&sc->sc_cursor_update_callout, &sc->sc_mtx, 0); in g_mouse_attach()
H A Dg_modem.c285 usb_callout_init_mtx(&sc->sc_callout, &sc->sc_mtx, 0); in g_modem_attach()
286 usb_callout_init_mtx(&sc->sc_watchdog, &sc->sc_mtx, 0); in g_modem_attach()
H A Dg_audio.c299 usb_callout_init_mtx(&sc->sc_callout, &sc->sc_mtx, 0); in g_audio_attach()
300 usb_callout_init_mtx(&sc->sc_watchdog, &sc->sc_mtx, 0); in g_audio_attach()
H A Dg_keyboard.c236 usb_callout_init_mtx(&sc->sc_callout, &sc->sc_mtx, 0); in g_keyboard_attach()
/freebsd/sys/dev/usb/controller/
H A Dxhci_pci.c346 usb_callout_init_mtx(&sc->sc_callout, &sc->sc_bus.bus_mtx, 0); in xhci_pci_attach()
H A Dusb_controller.c956 usb_callout_init_mtx(&bus->power_wdog, in usb_bus_mem_alloc_all()
H A Dehci.c293 usb_callout_init_mtx(&sc->sc_tmo_pcd, &sc->sc_bus.bus_mtx, 0); in ehci_init()
294 usb_callout_init_mtx(&sc->sc_tmo_poll, &sc->sc_bus.bus_mtx, 0); in ehci_init()
H A Dohci.c409 usb_callout_init_mtx(&sc->sc_tmo_rhsc, &sc->sc_bus.bus_mtx, 0); in ohci_init()
H A Duhci.c457 usb_callout_init_mtx(&sc->sc_root_intr, &sc->sc_bus.bus_mtx, 0); in uhci_init()
H A Ddwc_otg.c3873 usb_callout_init_mtx(&sc->sc_timer, in dwc_otg_init()
/freebsd/sys/dev/usb/net/
H A Dusb_ethernet.c216 usb_callout_init_mtx(&ue->ue_watchdog, ue->ue_mtx, 0); in ue_attach_post_task()
H A Dif_usie.c315 usb_callout_init_mtx(&sc->sc_if_sync_ch, &sc->sc_mtx, 0); in usie_attach()
/freebsd/sys/dev/usb/controller/dwc3/
H A Ddwc3.c159 usb_callout_init_mtx(&sc->sc_callout, &sc->sc_bus.bus_mtx, 0); in snps_dwc3_attach_xhci()
/freebsd/sys/dev/usb/input/
H A Duhid_snes.c549 usb_callout_init_mtx(&sc->sc_watchdog, &sc->sc_mutex, 0); in uhid_snes_attach()
H A Dums.c590 usb_callout_init_mtx(&sc->sc_callout, &sc->sc_mtx, 0); in ums_attach()
H A Dukbd.c1106 usb_callout_init_mtx(&sc->sc_callout, &Giant, 0); in ukbd_attach()
/freebsd/sys/dev/usb/serial/
H A Dulpt.c547 usb_callout_init_mtx(&sc->sc_watchdog, &sc->sc_mtx, 0); in ulpt_attach()
H A Duslcom.c426 usb_callout_init_mtx(&sc->sc_watchdog, &sc->sc_mtx, 0); in uslcom_attach()
/freebsd/sys/dev/usb/
H A Dusbdi.h478 #define usb_callout_init_mtx(c,m,f) callout_init_mtx(&(c)->co,m,f) macro
H A Dusb_transfer.c1175 usb_callout_init_mtx(&xfer->timeout_handle, in usbd_transfer_setup()
/freebsd/sys/dev/usb/wlan/
H A Dif_ural.c583 usb_callout_init_mtx(&uvp->ratectl_ch, &sc->sc_mtx, 0); in ural_vap_create()
H A Dif_rum.c705 usb_callout_init_mtx(&rvp->ratectl_ch, &sc->sc_mtx, 0); in rum_vap_create()
H A Dif_urtw.c812 usb_callout_init_mtx(&sc->sc_led_ch, &sc->sc_mtx, 0); in urtw_attach()
H A Dif_run.c917 usb_callout_init_mtx(&sc->ratectl_ch, &sc->sc_mtx, 0); in run_attach()