Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/heci/
H A Dheci.h117 void heci_wd_timer(void *data);
H A Dheci_intr.c1576 heci_wd_timer(void *data) in heci_wd_timer() function
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 Dheci_main.c313 device->wd_timer = timeout(heci_wd_timer, device, 1); in heci_initialize()
1531 device->wd_timer = timeout(heci_wd_timer, device, 1); in heci_resume()
H A Dio_heci.c469 dev->wd_timer = timeout(heci_wd_timer, dev, 1); in heci_ioctl_wd()