Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/gadget/
H A Dg_mouse.c184 usb_callout_reset(&sc->sc_button_press_callout, i, in g_mouse_button_press_timeout_reset()
207 usb_callout_reset(&sc->sc_cursor_update_callout, i, in g_mouse_cursor_update_timeout_reset()
H A Dg_modem.c204 usb_callout_reset(&sc->sc_callout, i, &g_modem_timeout, sc); in g_modem_timeout_reset()
233 usb_callout_reset(&sc->sc_watchdog, hz, &g_modem_watchdog, sc); in g_modem_watchdog_reset()
H A Dg_audio.c221 usb_callout_reset(&sc->sc_callout, i, &g_audio_timeout, sc); in g_audio_timeout_reset()
247 usb_callout_reset(&sc->sc_watchdog, hz, &g_audio_watchdog, sc); in g_audio_watchdog_reset()
H A Dg_keyboard.c178 usb_callout_reset(&sc->sc_callout, i, &g_keyboard_timeout, sc); in g_keyboard_timeout_reset()
/dragonfly/sys/bus/u4b/net/
H A Dusb_ethernet.c347 usb_callout_reset(&ue->ue_watchdog, hz, ue_watchdog, ue); in ue_start_task()
453 usb_callout_reset(&ue->ue_watchdog, hz, ue_watchdog, ue); in ue_watchdog()
/dragonfly/sys/bus/u4b/controller/
H A Dxhci_pci.c159 usb_callout_reset(&sc->sc_callout, 1, (void *)&xhci_interrupt_poll, sc); in xhci_interrupt_poll()
H A Dusb_controller.c674 usb_callout_reset(&bus->power_wdog, in usb_power_wdog()
H A Dehci.c1536 usb_callout_reset(&sc->sc_tmo_pcd, hz, in ehci_interrupt()
1551 usb_callout_reset(&sc->sc_tmo_poll, hz / 128, in ehci_interrupt()
H A Dohci.c1196 usb_callout_reset(&sc->sc_tmo_rhsc, hz, in ohci_interrupt()
H A Duhci.c2820 usb_callout_reset(&sc->sc_root_intr, hz, in uhci_root_intr()
/dragonfly/sys/bus/u4b/serial/
H A Dulpt.c733 usb_callout_reset(&sc->sc_watchdog, in ulpt_watchdog()
H A Duslcom.c324 usb_callout_reset(&sc->sc_watchdog, in uslcom_watchdog()
/dragonfly/sys/bus/u4b/
H A Dusbdi.h409 #define usb_callout_reset(c,t,f,d) callout_reset(&(c)->co, t, f, d) macro
H A Dusb_transfer.c2843 usb_callout_reset(&xfer->timeout_handle, in usbd_transfer_timeout_ms()
/dragonfly/sys/bus/u4b/input/
H A Dums.c354 usb_callout_reset(&sc->sc_callout, hz / 20, in ums_intr_callback()
H A Dukbd.c400 usb_callout_reset(&sc->sc_callout, hz / 40, &ukbd_timeout, sc); in ukbd_start_timer()
/dragonfly/sys/bus/u4b/wlan/
H A Dif_rum.c3093 usb_callout_reset(&rvp->ratectl_ch, hz, rum_ratectl_timeout, rvp); in rum_ratectl_start()
3140 usb_callout_reset(&rvp->ratectl_ch, hz, rum_ratectl_timeout, rvp); in rum_ratectl_task()
H A Dif_run.c2174 usb_callout_reset(&sc->ratectl_ch, hz, run_ratectl_to, sc); in run_newstate()
2498 usb_callout_reset(&sc->ratectl_ch, hz, run_ratectl_to, sc); in run_ratectl_cb()
2713 usb_callout_reset(&sc->ratectl_ch, hz, run_ratectl_to, sc); in run_newassoc()
/dragonfly/sys/bus/u4b/storage/
H A Dumass.c2191 usb_callout_reset(&sc->sc_rescan_timeout, USB_MS_TO_TICKS(200), in umass_cam_attach()