Searched refs:wd_timer (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/intel/io/heci/ |
H A D | heci_main.c | 313 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 D | heci_intr.c | 1583 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 D | heci_data_structures.h | 519 timeout_id_t wd_timer; member
|
H A D | io_heci.c | 469 dev->wd_timer = timeout(heci_wd_timer, dev, 1); in heci_ioctl_wd()
|