Searched defs:intc_desc_int (Results 1 – 1 of 1) sorted by relevance
54 struct intc_desc_int { struct55 struct list_head list;56 struct device dev;57 struct radix_tree_root tree;58 raw_spinlock_t lock;59 unsigned int index;60 unsigned long *reg;62 unsigned long *smp;64 unsigned int nr_reg;65 struct intc_handle_int *prio;[all …]