Home
last modified time | relevance | path

Searched refs:irq_get_ops (Results 1 – 2 of 2) sorted by relevance

/u-boot/drivers/misc/
A Dirq-uclass.c18 const struct irq_ops *ops = irq_get_ops(dev); in irq_route_pmc_gpio_gpe()
28 const struct irq_ops *ops = irq_get_ops(dev); in irq_set_polarity()
38 const struct irq_ops *ops = irq_get_ops(dev); in irq_snapshot_polarities()
48 const struct irq_ops *ops = irq_get_ops(dev); in irq_restore_polarities()
58 const struct irq_ops *ops = irq_get_ops(irq->dev); in irq_read_and_clear()
119 ops = irq_get_ops(dev_irq); in irq_get_by_index_tail()
155 ops = irq_get_ops(dev); in irq_request()
184 ops = irq_get_ops(irq->dev); in irq_get_acpi()
/u-boot/include/
A Dirq.h143 #define irq_get_ops(dev) ((struct irq_ops *)(dev)->driver->ops) macro

Completed in 4 milliseconds