Home
last modified time | relevance | path

Searched defs:irq_ops (Results 1 – 1 of 1) sorted by relevance

/u-boot/include/
A Dirq.h43 struct irq_ops { struct
51 int (*route_pmc_gpio_gpe)(struct udevice *dev, uint pmc_gpe_num);
61 int (*set_polarity)(struct udevice *dev, uint irq, bool active_low);
69 int (*snapshot_polarities)(struct udevice *dev);
77 int (*restore_polarities)(struct udevice *dev);
88 int (*read_and_clear)(struct irq *irq);
103 int (*of_xlate)(struct irq *irq, struct ofnode_phandle_args *args);
117 int (*request)(struct irq *irq);
143 #define irq_get_ops(dev) ((struct irq_ops *)(dev)->driver->ops) argument

Completed in 4 milliseconds