Lines Matching refs:omap_hwmod
244 struct omap_hwmod *master;
245 struct omap_hwmod *slave;
527 int (*pre_shutdown)(struct omap_hwmod *oh);
528 int (*reset)(struct omap_hwmod *oh);
529 int (*enable_preprogram)(struct omap_hwmod *oh);
530 void (*lock)(struct omap_hwmod *oh);
531 void (*unlock)(struct omap_hwmod *oh);
577 struct omap_hwmod { struct
609 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),
619 int omap_hwmod_parse_module_range(struct omap_hwmod *oh,
630 int omap_hwmod_enable(struct omap_hwmod *oh);
631 int omap_hwmod_idle(struct omap_hwmod *oh);
632 int omap_hwmod_shutdown(struct omap_hwmod *oh);
634 int omap_hwmod_assert_hardreset(struct omap_hwmod *oh, const char *name);
635 int omap_hwmod_deassert_hardreset(struct omap_hwmod *oh, const char *name);
637 void omap_hwmod_write(u32 v, struct omap_hwmod *oh, u16 reg_offs);
638 u32 omap_hwmod_read(struct omap_hwmod *oh, u16 reg_offs);
639 int omap_hwmod_softreset(struct omap_hwmod *oh);
641 int omap_hwmod_count_resources(struct omap_hwmod *oh, unsigned long flags);
642 int omap_hwmod_fill_resources(struct omap_hwmod *oh, struct resource *res);
643 int omap_hwmod_get_resource_byname(struct omap_hwmod *oh, unsigned int type,
646 struct powerdomain *omap_hwmod_get_pwrdm(struct omap_hwmod *oh);
647 void __iomem *omap_hwmod_get_mpu_rt_va(struct omap_hwmod *oh);
649 int omap_hwmod_enable_wakeup(struct omap_hwmod *oh);
650 int omap_hwmod_disable_wakeup(struct omap_hwmod *oh);
653 int (*fn)(struct omap_hwmod *oh,
657 int omap_hwmod_set_postsetup_state(struct omap_hwmod *oh, u8 state);
658 int omap_hwmod_get_context_loss_count(struct omap_hwmod *oh);
662 const char *omap_hwmod_get_main_clk(struct omap_hwmod *oh);
668 extern int omap_hwmod_aess_preprogram(struct omap_hwmod *oh);
669 void omap_hwmod_rtc_unlock(struct omap_hwmod *oh);
670 void omap_hwmod_rtc_lock(struct omap_hwmod *oh);