Searched refs:usb_callout_reset (Results 1 - 4 of 4) sorted by relevance

/haiku/src/libs/compat/freebsd_network/compat/dev/usb/
H A Dusbdi.h321 #define usb_callout_reset(c,t,f,d) callout_reset(&(c)->co,t,f,d) macro
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/usb/wlan/
H A Dif_ural.c2176 usb_callout_reset(&uvp->ratectl_ch, hz, ural_ratectl_timeout, uvp);
2215 usb_callout_reset(&uvp->ratectl_ch, hz, ural_ratectl_timeout, uvp);
H A Dif_rum.c3125 usb_callout_reset(&rvp->ratectl_ch, hz, rum_ratectl_timeout, rvp);
3168 usb_callout_reset(&rvp->ratectl_ch, hz, rum_ratectl_timeout, rvp);
H A Dif_run.c2290 usb_callout_reset(&sc->ratectl_ch, hz, run_ratectl_to, sc);
2619 usb_callout_reset(&sc->ratectl_ch, hz, run_ratectl_to, sc);
2819 usb_callout_reset(&sc->ratectl_ch, hz, run_ratectl_to, sc);

Completed in 70 milliseconds