Searched defs:intc_desc_int (Results 1 – 1 of 1) sorted by relevance
52 struct intc_desc_int { struct53 struct list_head list;54 struct sys_device sysdev;55 struct radix_tree_root tree;56 raw_spinlock_t lock;57 unsigned int index;58 unsigned long *reg;60 unsigned long *smp;62 unsigned int nr_reg;63 struct intc_handle_int *prio;[all …]