Searched refs:timeout_handle (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/dev/usb/
H A Dusb_core.h129 struct usb_callout timeout_handle; member in struct:usb_xfer
H A Dusb_transfer.c1195 usb_callout_init_mtx(&xfer->timeout_handle,
1505 usb_callout_drain(&xfer->timeout_handle);
2645 usb_callout_stop(&xfer->timeout_handle);
2917 usb_callout_reset(&xfer->timeout_handle,
/freebsd-11-stable/sys/dev/ce/
H A Dif_ce.c174 struct callout timeout_handle; member in struct:_drv_t
224 static struct callout timeout_handle; variable in typeref:struct:callout
357 callout_reset (&timeout_handle, hz, ce_timeout, 0);
659 callout_init (&d->timeout_handle, 1);
787 callout_stop (&d->timeout_handle);
842 callout_drain (&d->timeout_handle);
961 callout_stop (&d->timeout_handle);
1051 callout_reset (&d->timeout_handle, hz, ce_watchdog_timer, d);
1084 callout_reset (&d->timeout_handle, hz, ce_watchdog_timer, d);
2488 callout_reset (&d->timeout_handle, h
[all...]
/freebsd-11-stable/sys/dev/cp/
H A Dif_cp.c125 struct callout timeout_handle; member in struct:_drv_t
168 static struct callout timeout_handle; variable in typeref:struct:callout
253 callout_reset (&timeout_handle, hz, cp_timeout, 0);
476 callout_init (&d->timeout_handle, 1);
588 callout_stop (&d->timeout_handle);
630 callout_drain (&d->timeout_handle);
744 callout_stop (&d->timeout_handle);
825 callout_reset (&d->timeout_handle, hz, cp_watchdog_timer, d);
858 callout_reset (&d->timeout_handle, hz, cp_watchdog_timer, d);
2185 callout_reset (&d->timeout_handle, h
[all...]
/freebsd-11-stable/sys/dev/cx/
H A Dif_cx.c153 struct callout timeout_handle; member in struct:_drv_t
218 static struct callout timeout_handle; variable in typeref:struct:callout
315 callout_reset (&timeout_handle, hz*5, cx_timeout, 0);
799 callout_init (&d->timeout_handle, 1);
947 callout_stop (&d->timeout_handle);
981 callout_drain (&d->timeout_handle);
1112 callout_stop (&d->timeout_handle);
1195 callout_reset (&d->timeout_handle, hz, cx_watchdog_timer, d);
1228 callout_reset (&d->timeout_handle, hz, cx_watchdog_timer, d);
2466 callout_reset (&d->timeout_handle, h
[all...]
/freebsd-11-stable/sys/dev/ctau/
H A Dif_ct.c128 struct callout timeout_handle; member in struct:_drv_t
174 static struct callout timeout_handle; variable in typeref:struct:callout
228 callout_reset (&timeout_handle, hz, ct_timeout, 0);
688 callout_init (&d->timeout_handle, 1);
803 callout_stop (&d->timeout_handle);
838 callout_drain(&d->timeout_handle);
950 callout_stop (&d->timeout_handle);
1035 callout_reset (&d->timeout_handle, hz, ct_watchdog_timer, d);
1069 callout_reset (&d->timeout_handle, hz, ct_watchdog_timer, d);
2130 callout_reset (&d->timeout_handle, h
[all...]

Completed in 121 milliseconds