Lines Matching refs:megamod_pic
50 struct megamod_pic { struct
59 static struct megamod_pic *mm_pic; argument
62 struct megamod_pic *pic;
70 struct megamod_pic *pic = irq_data_get_irq_chip_data(data); in mask_megamod()
81 struct megamod_pic *pic = irq_data_get_irq_chip_data(data); in unmask_megamod()
99 struct megamod_pic *pic; in megamod_irq_cascade()
123 struct megamod_pic *pic = h->host_data; in megamod_map()
145 static void __init set_megamod_mux(struct megamod_pic *pic, int src, int output) in set_megamod_mux()
178 static void __init parse_priority_map(struct megamod_pic *pic, in parse_priority_map()
201 static struct megamod_pic * __init init_megamod_pic(struct device_node *np) in init_megamod_pic()
203 struct megamod_pic *pic; in init_megamod_pic()
209 pic = kzalloc(sizeof(struct megamod_pic), GFP_KERNEL); in init_megamod_pic()