Searched refs:os_timer_for_ldm (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/sys/dev/hptnr/
H A Dhptnr_os_bsd.c241 static void os_timer_for_ldm(void *arg) function
253 untimeout(os_timer_for_ldm, vbus_ext, vbus_ext->timer);
254 vbus_ext->timer = timeout(os_timer_for_ldm, vbus_ext, interval * hz / 1000000);
/freebsd-10.1-release/sys/dev/hptrr/
H A Dhptrr_os_bsd.c212 static void os_timer_for_ldm(void *arg) function
224 untimeout(os_timer_for_ldm, vbus_ext, vbus_ext->timer);
225 vbus_ext->timer = timeout(os_timer_for_ldm, vbus_ext, interval * hz / 1000000);
/freebsd-10.1-release/sys/dev/hpt27xx/
H A Dhpt27xx_os_bsd.c280 static void os_timer_for_ldm(void *arg) function
292 untimeout(os_timer_for_ldm, vbus_ext, vbus_ext->timer);
293 vbus_ext->timer = timeout(os_timer_for_ldm, vbus_ext, interval * hz / 1000000);

Completed in 56 milliseconds