Symbol: usb_callout_init_mtx
sys/dev/usb/controller/dwc3/dwc3.c
158
usb_callout_init_mtx(&sc->sc_callout, &sc->sc_bus.bus_mtx, 0);
sys/dev/usb/controller/dwc_otg.c
3873
usb_callout_init_mtx(&sc->sc_timer,
sys/dev/usb/controller/ehci.c
293
usb_callout_init_mtx(&sc->sc_tmo_pcd, &sc->sc_bus.bus_mtx, 0);
sys/dev/usb/controller/ehci.c
294
usb_callout_init_mtx(&sc->sc_tmo_poll, &sc->sc_bus.bus_mtx, 0);
sys/dev/usb/controller/ohci.c
409
usb_callout_init_mtx(&sc->sc_tmo_rhsc, &sc->sc_bus.bus_mtx, 0);
sys/dev/usb/controller/uhci.c
457
usb_callout_init_mtx(&sc->sc_root_intr, &sc->sc_bus.bus_mtx, 0);
sys/dev/usb/controller/usb_controller.c
957
usb_callout_init_mtx(&bus->power_wdog,
sys/dev/usb/controller/xhci_pci.c
356
usb_callout_init_mtx(&sc->sc_callout, &sc->sc_bus.bus_mtx, 0);
sys/dev/usb/gadget/g_audio.c
299
usb_callout_init_mtx(&sc->sc_callout, &sc->sc_mtx, 0);
sys/dev/usb/gadget/g_audio.c
300
usb_callout_init_mtx(&sc->sc_watchdog, &sc->sc_mtx, 0);
sys/dev/usb/gadget/g_keyboard.c
236
usb_callout_init_mtx(&sc->sc_callout, &sc->sc_mtx, 0);
sys/dev/usb/gadget/g_modem.c
285
usb_callout_init_mtx(&sc->sc_callout, &sc->sc_mtx, 0);
sys/dev/usb/gadget/g_modem.c
286
usb_callout_init_mtx(&sc->sc_watchdog, &sc->sc_mtx, 0);
sys/dev/usb/gadget/g_mouse.c
284
usb_callout_init_mtx(&sc->sc_button_press_callout, &sc->sc_mtx, 0);
sys/dev/usb/gadget/g_mouse.c
285
usb_callout_init_mtx(&sc->sc_cursor_update_callout, &sc->sc_mtx, 0);
sys/dev/usb/input/uhid_snes.c
549
usb_callout_init_mtx(&sc->sc_watchdog, &sc->sc_mutex, 0);
sys/dev/usb/input/ukbd.c
1270
usb_callout_init_mtx(&sc->sc_callout, &Giant, 0);
sys/dev/usb/input/ums.c
590
usb_callout_init_mtx(&sc->sc_callout, &sc->sc_mtx, 0);
sys/dev/usb/net/if_umb.c
520
usb_callout_init_mtx(&sc->sc_statechg_timer, &sc->sc_mutex, 0);
sys/dev/usb/net/if_usie.c
317
usb_callout_init_mtx(&sc->sc_if_sync_ch, &sc->sc_mtx, 0);
sys/dev/usb/net/usb_ethernet.c
216
usb_callout_init_mtx(&ue->ue_watchdog, ue->ue_mtx, 0);
sys/dev/usb/serial/ulpt.c
546
usb_callout_init_mtx(&sc->sc_watchdog, &sc->sc_mtx, 0);
sys/dev/usb/serial/uslcom.c
425
usb_callout_init_mtx(&sc->sc_watchdog, &sc->sc_mtx, 0);
sys/dev/usb/usb_transfer.c
1175
usb_callout_init_mtx(&xfer->timeout_handle,
sys/dev/usb/wlan/if_mtw.c
690
usb_callout_init_mtx(&sc->ratectl_ch, &sc->sc_mtx, 0);
sys/dev/usb/wlan/if_rum.c
704
usb_callout_init_mtx(&rvp->ratectl_ch, &sc->sc_mtx, 0);
sys/dev/usb/wlan/if_run.c
918
usb_callout_init_mtx(&sc->ratectl_ch, &sc->sc_mtx, 0);
sys/dev/usb/wlan/if_ural.c
584
usb_callout_init_mtx(&uvp->ratectl_ch, &sc->sc_mtx, 0);
sys/dev/usb/wlan/if_urtw.c
811
usb_callout_init_mtx(&sc->sc_led_ch, &sc->sc_mtx, 0);