Home
last modified time | relevance | path

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

/linux/drivers/acpi/acpica/
A 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/drivers/pinctrl/nuvoton/
A 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/kernel/irq/
A Dchip.c1574 if (IS_ENABLED(CONFIG_PM) && data->chip->parent_device) { in irq_chip_pm_get()
1575 retval = pm_runtime_get_sync(data->chip->parent_device); in irq_chip_pm_get()
1577 pm_runtime_put_noidle(data->chip->parent_device); in irq_chip_pm_get()
1597 if (IS_ENABLED(CONFIG_PM) && data->chip->parent_device) in irq_chip_pm_put()
1598 retval = pm_runtime_put(data->chip->parent_device); in irq_chip_pm_put()
/linux/drivers/irqchip/
A Dirq-renesas-irqc.c190 p->gc->chip_types[0].chip.parent_device = dev; in irqc_probe()
A Dirq-imx-intmux.c245 data->irqchip_data[i].chip.parent_device = &pdev->dev; in imx_intmux_probe()
A Dirq-renesas-intc-irqpin.c510 irq_chip->parent_device = dev; in intc_irqpin_probe()
A Dirq-gic.c1136 gic->chip.parent_device = dev; in gic_init_chip()
/linux/drivers/gpio/
A Dgpio-tqmx86.c284 irq_chip->parent_device = &pdev->dev; in tqmx86_gpio_probe()
A Dgpio-mt7621.c244 rg->irq_chip.parent_device = dev; in mediatek_gpio_bank_probe()
A Dgpio-rcar.c536 irq_chip->parent_device = dev; in gpio_rcar_probe()
A Dgpio-omap.c1405 irqc->parent_device = dev; in omap_gpio_probe()
/linux/include/acpi/
A Dacpixf.h739 parent_device,
/linux/include/linux/
A Dirq.h506 struct device *parent_device; member

Completed in 29 milliseconds