Searched refs:pm_timer (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/powerpc/mpc85xx/ |
H A D | fsl_sata.c | 283 struct callout pm_timer; /* Power management events */ member 337 callout_init_mtx(&ch->pm_timer, &ch->mtx, 0); in fsl_sata_attach() 403 callout_reset(&ch->pm_timer, in fsl_sata_attach() 437 callout_drain(&ch->pm_timer); in fsl_sata_detach() 911 callout_stop(&ch->pm_timer); in fsl_sata_begin_transaction() 1361 callout_schedule(&ch->pm_timer, in fsl_sata_end_transaction()
|
/freebsd/sys/dev/mvs/ |
H A D | mvs.h | 582 struct callout pm_timer; /* Power management events */ member
|
H A D | mvs.c | 128 callout_init_mtx(&ch->pm_timer, &ch->mtx, 0); in mvs_ch_attach() 196 callout_reset(&ch->pm_timer, in mvs_ch_attach() 234 callout_drain(&ch->pm_timer); in mvs_ch_detach() 1208 callout_stop(&ch->pm_timer); in mvs_begin_transaction() 1763 callout_schedule(&ch->pm_timer, in mvs_end_transaction()
|
/freebsd/sys/dev/ahci/ |
H A D | ahci.h | 462 struct callout pm_timer; /* Power management events */ member
|
H A D | ahci.c | 827 callout_init_mtx(&ch->pm_timer, &ch->mtx, 0); in ahci_ch_attach() 919 callout_reset(&ch->pm_timer, in ahci_ch_attach() 964 callout_drain(&ch->pm_timer); in ahci_ch_detach() 1606 callout_stop(&ch->pm_timer); in ahci_begin_transaction() 2143 callout_schedule(&ch->pm_timer, in ahci_end_transaction()
|