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