Searched refs:pm_timer (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/sys/powerpc/mpc85xx/
H A Dfsl_sata.c283 struct callout pm_timer; /* Power management events */ member in struct:fsl_sata_channel
337 callout_init_mtx(&ch->pm_timer, &ch->mtx, 0);
403 callout_reset(&ch->pm_timer,
437 callout_drain(&ch->pm_timer);
911 callout_stop(&ch->pm_timer);
1361 callout_schedule(&ch->pm_timer,
/freebsd-current/sys/dev/mvs/
H A Dmvs.h582 struct callout pm_timer; /* Power management events */ member in struct:mvs_channel
H A Dmvs.c128 callout_init_mtx(&ch->pm_timer, &ch->mtx, 0);
196 callout_reset(&ch->pm_timer,
234 callout_drain(&ch->pm_timer);
1208 callout_stop(&ch->pm_timer);
1763 callout_schedule(&ch->pm_timer,
/freebsd-current/sys/dev/ahci/
H A Dahci.h462 struct callout pm_timer; /* Power management events */ member in struct:ahci_channel
H A Dahci.c825 callout_init_mtx(&ch->pm_timer, &ch->mtx, 0);
917 callout_reset(&ch->pm_timer,
962 callout_drain(&ch->pm_timer);
1604 callout_stop(&ch->pm_timer);
2141 callout_schedule(&ch->pm_timer,

Completed in 99 milliseconds