Lines Matching refs:megamod_pic
47 struct megamod_pic { struct
56 static struct megamod_pic *mm_pic; argument
59 struct megamod_pic *pic;
67 struct megamod_pic *pic = irq_data_get_irq_chip_data(data); in mask_megamod()
78 struct megamod_pic *pic = irq_data_get_irq_chip_data(data); in unmask_megamod()
96 struct megamod_pic *pic; in megamod_irq_cascade()
120 struct megamod_pic *pic = h->host_data; in megamod_map()
142 static void __init set_megamod_mux(struct megamod_pic *pic, int src, int output) in set_megamod_mux()
175 static void __init parse_priority_map(struct megamod_pic *pic, in parse_priority_map()
198 static struct megamod_pic * __init init_megamod_pic(struct device_node *np) in init_megamod_pic()
200 struct megamod_pic *pic; in init_megamod_pic()
206 pic = kzalloc(sizeof(struct megamod_pic), GFP_KERNEL); in init_megamod_pic()