Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/heci/
H A Dheci_main.c313 device->wd_timer = timeout(heci_wd_timer, device, 1); in heci_initialize()
386 if (dev->wd_timer) in heci_detach()
387 (void) untimeout(dev->wd_timer); in heci_detach()
1452 if (device->wd_timer) in heci_suspend()
1453 (void) untimeout(device->wd_timer); in heci_suspend()
1531 device->wd_timer = timeout(heci_wd_timer, device, 1); in heci_resume()
H A Dheci_intr.c1583 dev->wd_timer = timeout(heci_wd_timer, data, 2 * HZ); in heci_wd_timer()
1588 dev->wd_timer = timeout(heci_wd_timer, data, 2 * HZ); in heci_wd_timer()
1636 dev->wd_timer = timeout(heci_wd_timer, data, 2 * HZ); in heci_wd_timer()
H A Dheci_data_structures.h519 timeout_id_t wd_timer; member
H A Dio_heci.c469 dev->wd_timer = timeout(heci_wd_timer, dev, 1); in heci_ioctl_wd()