Home
last modified time | relevance | path

Searched refs:usb_callout_reset (Results 1 – 22 of 22) sorted by relevance

/trueos/sys/dev/usb/gadget/
HDg_mouse.c188 usb_callout_reset(&sc->sc_button_press_callout, i, in g_mouse_button_press_timeout_reset()
211 usb_callout_reset(&sc->sc_cursor_update_callout, i, in g_mouse_cursor_update_timeout_reset()
HDg_modem.c208 usb_callout_reset(&sc->sc_callout, i, &g_modem_timeout, sc); in g_modem_timeout_reset()
237 usb_callout_reset(&sc->sc_watchdog, hz, &g_modem_watchdog, sc); in g_modem_watchdog_reset()
HDg_audio.c225 usb_callout_reset(&sc->sc_callout, i, &g_audio_timeout, sc); in g_audio_timeout_reset()
251 usb_callout_reset(&sc->sc_watchdog, hz, &g_audio_watchdog, sc); in g_audio_watchdog_reset()
HDg_keyboard.c182 usb_callout_reset(&sc->sc_callout, i, &g_keyboard_timeout, sc); in g_keyboard_timeout_reset()
/trueos/sys/dev/usb/net/
HDusb_ethernet.c368 usb_callout_reset(&ue->ue_watchdog, hz, ue_watchdog, ue); in ue_start_task()
471 usb_callout_reset(&ue->ue_watchdog, hz, ue_watchdog, ue); in ue_watchdog()
HDif_usie.c1050 usb_callout_reset(&sc->sc_if_sync_ch, 2 * hz, usie_if_sync_to, sc); in usie_if_sync_cb()
/trueos/sys/dev/usb/controller/
HDxhci_pci.c150 usb_callout_reset(&sc->sc_callout, 1, (void *)&xhci_interrupt_poll, sc); in xhci_interrupt_poll()
HDusb_controller.c675 usb_callout_reset(&bus->power_wdog, in usb_power_wdog()
HDehci.c1527 usb_callout_reset(&sc->sc_tmo_pcd, hz, in ehci_interrupt()
1542 usb_callout_reset(&sc->sc_tmo_poll, hz / 128, in ehci_interrupt()
HDdwc_otg.c2325 usb_callout_reset(&sc->sc_timer, in dwc_otg_timer()
2340 usb_callout_reset(&sc->sc_timer, in dwc_otg_timer_start()
HDohci.c1203 usb_callout_reset(&sc->sc_tmo_rhsc, hz, in ohci_interrupt()
HDuhci.c2824 usb_callout_reset(&sc->sc_root_intr, hz, in uhci_root_intr()
/trueos/sys/dev/usb/serial/
HDulpt.c740 usb_callout_reset(&sc->sc_watchdog, in ulpt_watchdog()
HDuslcom.c395 usb_callout_reset(&sc->sc_watchdog, in uslcom_watchdog()
/trueos/sys/dev/usb/
HDusbdi.h410 #define usb_callout_reset(c,t,f,d) callout_reset(&(c)->co,t,f,d) macro
HDusb_transfer.c2790 usb_callout_reset(&xfer->timeout_handle, in usbd_transfer_timeout_ms()
/trueos/sys/dev/usb/wlan/
HDif_ural.c2247 usb_callout_reset(&uvp->ratectl_ch, hz, ural_ratectl_timeout, uvp); in ural_ratectl_start()
2288 usb_callout_reset(&uvp->ratectl_ch, hz, ural_ratectl_timeout, uvp); in ural_ratectl_task()
HDif_rum.c2243 usb_callout_reset(&rvp->ratectl_ch, hz, rum_ratectl_timeout, rvp); in rum_ratectl_start()
2285 usb_callout_reset(&rvp->ratectl_ch, hz, rum_ratectl_timeout, rvp); in rum_ratectl_task()
HDif_run.c2167 usb_callout_reset(&sc->ratectl_ch, hz, run_ratectl_to, sc); in run_newstate()
2531 usb_callout_reset(&sc->ratectl_ch, hz, run_ratectl_to, sc); in run_ratectl_cb()
2743 usb_callout_reset(&sc->ratectl_ch, hz, run_ratectl_to, sc); in run_newassoc()
HDif_urtw.c3690 usb_callout_reset(&sc->sc_led_ch, hz, urtw_led_ch, sc); in urtw_led_mode0()
3849 usb_callout_reset(&sc->sc_led_ch, hz, urtw_led_ch, sc); in urtw_led_blink()
/trueos/sys/dev/usb/input/
HDums.c318 usb_callout_reset(&sc->sc_callout, hz / 20, in ums_intr_callback()
HDukbd.c393 usb_callout_reset(&sc->sc_callout, hz / 40, &ukbd_timeout, sc); in ukbd_start_timer()