Home
last modified time | relevance | path

Searched refs:parent_device (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/acpi/acpica/
Dhwpci.c141 acpi_handle parent_device; in acpi_hw_build_pci_list() local
153 status = acpi_get_parent(current_device, &parent_device); in acpi_hw_build_pci_list()
164 if (parent_device == root_pci_device) { in acpi_hw_build_pci_list()
180 list_element->device = parent_device; in acpi_hw_build_pci_list()
183 current_device = parent_device; in acpi_hw_build_pci_list()
/Linux-v4.19/kernel/irq/
Dchip.c1423 if (IS_ENABLED(CONFIG_PM) && data->chip->parent_device) { in irq_chip_pm_get()
1424 retval = pm_runtime_get_sync(data->chip->parent_device); in irq_chip_pm_get()
1426 pm_runtime_put_noidle(data->chip->parent_device); in irq_chip_pm_get()
1446 if (IS_ENABLED(CONFIG_PM) && data->chip->parent_device) in irq_chip_pm_put()
1447 retval = pm_runtime_put(data->chip->parent_device); in irq_chip_pm_put()
/Linux-v4.19/drivers/gpio/
Dgpio-rcar.c485 irq_chip->parent_device = dev; in gpio_rcar_probe()
/Linux-v4.19/include/acpi/
Dacpixf.h744 parent_device,
/Linux-v4.19/include/linux/
Dirq.h447 struct device *parent_device; member
/Linux-v4.19/drivers/irqchip/
Dirq-gic.c1078 gic->chip.parent_device = dev; in gic_init_chip()