Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/include/
Dvmlinux.h6656 struct irq_chip { struct
6657 struct device *parent_device;
6658 const char *name;
6659 unsigned int (*irq_startup)(struct irq_data *);
6660 void (*irq_shutdown)(struct irq_data *);
6661 void (*irq_enable)(struct irq_data *);
6662 void (*irq_disable)(struct irq_data *);
6663 void (*irq_ack)(struct irq_data *);
6664 void (*irq_mask)(struct irq_data *);
6665 void (*irq_mask_ack)(struct irq_data *);
[all …]