Home
last modified time | relevance | path

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

/linux-6.15/include/acpi/
H A Dacpi_bus.h119 int (*scan_dependent)(struct acpi_device *adev); member
/linux-6.15/drivers/acpi/
H A Dpci_root.c55 .scan_dependent = acpi_pci_root_scan_dependent,
H A Dscan.c372 if (handler && handler->hotplug.scan_dependent) in acpi_scan_rescan_bus()
373 ret = handler->hotplug.scan_dependent(adev); in acpi_scan_rescan_bus()