Lines Matching refs:omap_intr_handler_s

43     OBJECT_CHECK(struct omap_intr_handler_s, (obj), TYPE_OMAP_INTC)
45 struct omap_intr_handler_s { struct
67 static void omap_inth_sir_update(struct omap_intr_handler_s *s, int is_fiq) in omap_inth_sir_update() argument
95 static inline void omap_inth_update(struct omap_intr_handler_s *s, int is_fiq) in omap_inth_update()
116 struct omap_intr_handler_s *ih = (struct omap_intr_handler_s *) opaque; in omap_set_intr()
143 struct omap_intr_handler_s *ih = (struct omap_intr_handler_s *) opaque; in omap_set_intr_noedge()
163 struct omap_intr_handler_s *s = (struct omap_intr_handler_s *) opaque; in omap_inth_read()
241 struct omap_intr_handler_s *s = (struct omap_intr_handler_s *) opaque; in omap_inth_write()
343 struct omap_intr_handler_s *s = OMAP_INTC(dev); in omap_inth_reset()
373 struct omap_intr_handler_s *s = OMAP_INTC(obj); in omap_intc_init()
387 struct omap_intr_handler_s *s = OMAP_INTC(dev); in omap_intc_realize()
395 DEFINE_PROP_UINT32("size", struct omap_intr_handler_s, size, 0x100),
396 DEFINE_PROP_PTR("clk", struct omap_intr_handler_s, iclk),
421 struct omap_intr_handler_s *s = (struct omap_intr_handler_s *) opaque; in omap2_inth_read()
502 struct omap_intr_handler_s *s = (struct omap_intr_handler_s *) opaque; in omap2_inth_write()
620 struct omap_intr_handler_s *s = OMAP_INTC(obj); in omap2_intc_init()
635 struct omap_intr_handler_s *s = OMAP_INTC(dev); in omap2_intc_realize()
648 DEFINE_PROP_UINT8("revision", struct omap_intr_handler_s,
650 DEFINE_PROP_PTR("iclk", struct omap_intr_handler_s, iclk),
651 DEFINE_PROP_PTR("fclk", struct omap_intr_handler_s, fclk),
676 .instance_size = sizeof(struct omap_intr_handler_s),