Home
last modified time | relevance | path

Searched refs:refresh_state (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/pci/
Dpci.h82 void (*refresh_state)(struct pci_dev *dev); member
Dpci-acpi.c1116 .refresh_state = acpi_pci_refresh_power_state,
Dpci.c964 if (pci_platform_pm && pci_platform_pm->refresh_state) in platform_pci_refresh_power_state()
965 pci_platform_pm->refresh_state(dev); in platform_pci_refresh_power_state()