Home
last modified time | relevance | path

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

/Linux-v5.10/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-v5.10/drivers/pinctrl/nuvoton/
Dpinctrl-npcm7xx.c229 dev_dbg(chip->parent_device, "==> got irq sts %.8x %.8x\n", sts, in npcmgpio_irq_handler()
244 dev_dbg(d->chip->parent_device, "setirqtype: %u.%u = %u\n", gpio, in npcmgpio_set_irq_type()
248 dev_dbg(d->chip->parent_device, "edge.rising\n"); in npcmgpio_set_irq_type()
253 dev_dbg(d->chip->parent_device, "edge.falling\n"); in npcmgpio_set_irq_type()
258 dev_dbg(d->chip->parent_device, "edge.both\n"); in npcmgpio_set_irq_type()
262 dev_dbg(d->chip->parent_device, "level.low\n"); in npcmgpio_set_irq_type()
266 dev_dbg(d->chip->parent_device, "level.high\n"); in npcmgpio_set_irq_type()
270 dev_dbg(d->chip->parent_device, "invalid irq type\n"); in npcmgpio_set_irq_type()
292 dev_dbg(d->chip->parent_device, "irq_ack: %u.%u\n", gpio, d->irq); in npcmgpio_irq_ack()
304 dev_dbg(d->chip->parent_device, "irq_mask: %u.%u\n", gpio, d->irq); in npcmgpio_irq_mask()
[all …]
/Linux-v5.10/kernel/irq/
Dchip.c1596 if (IS_ENABLED(CONFIG_PM) && data->chip->parent_device) { in irq_chip_pm_get()
1597 retval = pm_runtime_get_sync(data->chip->parent_device); in irq_chip_pm_get()
1599 pm_runtime_put_noidle(data->chip->parent_device); in irq_chip_pm_get()
1619 if (IS_ENABLED(CONFIG_PM) && data->chip->parent_device) in irq_chip_pm_put()
1620 retval = pm_runtime_put(data->chip->parent_device); in irq_chip_pm_put()
/Linux-v5.10/drivers/irqchip/
Dirq-renesas-irqc.c190 p->gc->chip_types[0].chip.parent_device = dev; in irqc_probe()
Dirq-imx-intmux.c248 data->irqchip_data[i].chip.parent_device = &pdev->dev; in imx_intmux_probe()
Dirq-renesas-intc-irqpin.c510 irq_chip->parent_device = dev; in intc_irqpin_probe()
Dirq-gic.c1121 gic->chip.parent_device = dev; in gic_init_chip()
/Linux-v5.10/drivers/gpio/
Dgpio-tqmx86.c286 irq_chip->parent_device = &pdev->dev; in tqmx86_gpio_probe()
Dgpio-mt7621.c245 rg->irq_chip.parent_device = dev; in mediatek_gpio_bank_probe()
Dgpio-rcar.c493 irq_chip->parent_device = dev; in gpio_rcar_probe()
Dgpio-omap.c1401 irqc->parent_device = dev; in omap_gpio_probe()
/Linux-v5.10/include/acpi/
Dacpixf.h739 parent_device,
/Linux-v5.10/include/linux/
Dirq.h504 struct device *parent_device; member