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