usb_callout_reset
usb_callout_reset(&sc->ratectl_ch, hz, mtw_ratectl_to, sc);
usb_callout_reset(&sc->ratectl_ch, hz, mtw_ratectl_to, sc);
usb_callout_reset(&sc->ratectl_ch, hz, &mtw_ratectl_to, sc);
usb_callout_reset(&rvp->ratectl_ch, hz, rum_ratectl_timeout, rvp);
usb_callout_reset(&rvp->ratectl_ch, hz, rum_ratectl_timeout, rvp);
usb_callout_reset(&sc->ratectl_ch, hz, run_ratectl_to, sc);
usb_callout_reset(&sc->ratectl_ch, hz, run_ratectl_to, sc);
usb_callout_reset(&sc->ratectl_ch, hz, run_ratectl_to, sc);
usb_callout_reset(&uvp->ratectl_ch, hz, ural_ratectl_timeout, uvp);
usb_callout_reset(&uvp->ratectl_ch, hz, ural_ratectl_timeout, uvp);
usb_callout_reset(&ue->ue_watchdog, hz, ue_watchdog, ue);
usb_callout_reset(&ue->ue_watchdog, hz, ue_watchdog, ue);