Lines Matching refs:omap_hwmod
240 struct omap_hwmod *master;
241 struct omap_hwmod *slave;
526 int (*pre_shutdown)(struct omap_hwmod *oh);
527 int (*reset)(struct omap_hwmod *oh);
528 void (*lock)(struct omap_hwmod *oh);
529 void (*unlock)(struct omap_hwmod *oh);
575 struct omap_hwmod { struct
607 struct omap_hwmod *parent_hwmod; argument
614 struct omap_hwmod *omap_hwmod_lookup(const char *name);
615 int omap_hwmod_for_each(int (*fn)(struct omap_hwmod *oh, void *data),
618 int omap_hwmod_parse_module_range(struct omap_hwmod *oh,
629 int omap_hwmod_enable(struct omap_hwmod *oh);
630 int omap_hwmod_idle(struct omap_hwmod *oh);
631 int omap_hwmod_shutdown(struct omap_hwmod *oh);
633 int omap_hwmod_assert_hardreset(struct omap_hwmod *oh, const char *name);
634 int omap_hwmod_deassert_hardreset(struct omap_hwmod *oh, const char *name);
636 void omap_hwmod_write(u32 v, struct omap_hwmod *oh, u16 reg_offs);
637 u32 omap_hwmod_read(struct omap_hwmod *oh, u16 reg_offs);
638 int omap_hwmod_softreset(struct omap_hwmod *oh);
640 void __iomem *omap_hwmod_get_mpu_rt_va(struct omap_hwmod *oh);
643 int (*fn)(struct omap_hwmod *oh,
647 int omap_hwmod_set_postsetup_state(struct omap_hwmod *oh, u8 state);
655 int (*fn)(struct omap_hwmod *oh, void *user), in omap_hwmod_for_each_by_class()