Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/cx/
Dif_cx.c135 struct callout dcd_timeout_handle; member
870 callout_init (&d->dcd_timeout_handle, 1); in cx_attach()
922 callout_stop (&d->dcd_timeout_handle); in cx_detach()
980 callout_drain (&d->dcd_timeout_handle); in cx_detach()
2249 callout_reset (&d->dcd_timeout_handle, hz/2, cx_carrier, d); in cx_modem()