Home
last modified time | relevance | path

Searched refs:timeout_handle (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/sys/dev/ce/
H A Dif_ce.c157 struct callout timeout_handle; member
201 static struct callout timeout_handle; variable
536 callout_init (&d->timeout_handle, 1); in ce_attach()
637 callout_stop (&d->timeout_handle); in ce_detach()
681 callout_drain (&d->timeout_handle); in ce_detach()
790 callout_stop (&d->timeout_handle); in ce_down()
2057 if (!callout_drain (&d->timeout_handle)) in ng_ce_disconnect()
2058 callout_stop (&d->timeout_handle); in ng_ce_disconnect()
2076 callout_init (&timeout_handle, 1); in ce_modevent()
2090 if (!callout_drain (&timeout_handle)) in ce_modevent()
[all …]
/freebsd-13.1/sys/dev/cp/
H A Dif_cp.c125 struct callout timeout_handle; member
168 static struct callout timeout_handle; variable
476 callout_init (&d->timeout_handle, 1); in cp_attach()
588 callout_stop (&d->timeout_handle); in cp_detach()
630 callout_drain (&d->timeout_handle); in cp_detach()
744 callout_stop (&d->timeout_handle); in cp_down()
2207 if (!callout_drain (&d->timeout_handle)) in ng_cp_disconnect()
2208 callout_stop (&d->timeout_handle); in ng_cp_disconnect()
2225 callout_init (&timeout_handle, 1); in cp_modevent()
2239 if (!callout_drain (&timeout_handle)) in cp_modevent()
[all …]
/freebsd-13.1/sys/dev/usb/
H A Dusb_core.h133 struct usb_callout timeout_handle; member
H A Dusb_transfer.c1176 usb_callout_init_mtx(&xfer->timeout_handle, in usbd_transfer_setup()
1486 usb_callout_drain(&xfer->timeout_handle); in usbd_transfer_unsetup()
2616 usb_callout_stop(&xfer->timeout_handle); in usbd_transfer_done()
2887 usb_callout_reset(&xfer->timeout_handle, in usbd_transfer_timeout_ms()