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