Searched refs:refresh_state (Results 1 – 3 of 3) sorted by relevance
112 void (*refresh_state)(struct pci_dev *dev); member
1155 .refresh_state = acpi_pci_refresh_power_state,
1006 if (pci_platform_pm && pci_platform_pm->refresh_state) in platform_pci_refresh_power_state()1007 pci_platform_pm->refresh_state(dev); in platform_pci_refresh_power_state()