Searched refs:pm_timer (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/sys/powerpc/mpc85xx/ |
| D | fsl_sata.c | 287 struct callout pm_timer; /* Power management events */ member 366 callout_init_mtx(&ch->pm_timer, &ch->mtx, 0); in fsl_sata_attach() 433 callout_reset(&ch->pm_timer, in fsl_sata_attach() 467 callout_drain(&ch->pm_timer); in fsl_sata_detach() 940 callout_stop(&ch->pm_timer); in fsl_sata_begin_transaction() 1389 callout_schedule(&ch->pm_timer, in fsl_sata_end_transaction()
|
| /freebsd-12-stable/sys/dev/ahci/ |
| D | ahci.h | 468 struct callout pm_timer; /* Power management events */ member
|
| D | ahci.c | 826 callout_init_mtx(&ch->pm_timer, &ch->mtx, 0); in ahci_ch_attach() 918 callout_reset(&ch->pm_timer, in ahci_ch_attach() 963 callout_drain(&ch->pm_timer); in ahci_ch_detach() 1606 callout_stop(&ch->pm_timer); in ahci_begin_transaction() 2145 callout_schedule(&ch->pm_timer, in ahci_end_transaction()
|
| /freebsd-12-stable/sys/dev/mvs/ |
| D | mvs.h | 583 struct callout pm_timer; /* Power management events */ member
|
| D | mvs.c | 131 callout_init_mtx(&ch->pm_timer, &ch->mtx, 0); in mvs_ch_attach() 199 callout_reset(&ch->pm_timer, in mvs_ch_attach() 237 callout_drain(&ch->pm_timer); in mvs_ch_detach() 1217 callout_stop(&ch->pm_timer); in mvs_begin_transaction() 1773 callout_schedule(&ch->pm_timer, in mvs_end_transaction()
|