Lines Matching refs:omap_hwmod
305 struct omap_hwmod *master;
306 struct omap_hwmod *slave;
600 int (*pre_shutdown)(struct omap_hwmod *oh);
601 int (*reset)(struct omap_hwmod *oh);
602 int (*enable_preprogram)(struct omap_hwmod *oh);
660 struct omap_hwmod { struct
698 struct omap_hwmod *parent_hwmod; argument
701 struct omap_hwmod *omap_hwmod_lookup(const char *name);
702 int omap_hwmod_for_each(int (*fn)(struct omap_hwmod *oh, void *data),
707 int omap_hwmod_enable(struct omap_hwmod *oh);
708 int omap_hwmod_idle(struct omap_hwmod *oh);
709 int omap_hwmod_shutdown(struct omap_hwmod *oh);
711 int omap_hwmod_assert_hardreset(struct omap_hwmod *oh, const char *name);
712 int omap_hwmod_deassert_hardreset(struct omap_hwmod *oh, const char *name);
714 void omap_hwmod_write(u32 v, struct omap_hwmod *oh, u16 reg_offs);
715 u32 omap_hwmod_read(struct omap_hwmod *oh, u16 reg_offs);
716 int omap_hwmod_softreset(struct omap_hwmod *oh);
718 int omap_hwmod_count_resources(struct omap_hwmod *oh, unsigned long flags);
719 int omap_hwmod_fill_resources(struct omap_hwmod *oh, struct resource *res);
720 int omap_hwmod_fill_dma_resources(struct omap_hwmod *oh, struct resource *res);
721 int omap_hwmod_get_resource_byname(struct omap_hwmod *oh, unsigned int type,
724 struct powerdomain *omap_hwmod_get_pwrdm(struct omap_hwmod *oh);
725 void __iomem *omap_hwmod_get_mpu_rt_va(struct omap_hwmod *oh);
727 int omap_hwmod_enable_wakeup(struct omap_hwmod *oh);
728 int omap_hwmod_disable_wakeup(struct omap_hwmod *oh);
731 int (*fn)(struct omap_hwmod *oh,
735 int omap_hwmod_set_postsetup_state(struct omap_hwmod *oh, u8 state);
736 int omap_hwmod_get_context_loss_count(struct omap_hwmod *oh);
740 const char *omap_hwmod_get_main_clk(struct omap_hwmod *oh);
746 extern int omap_hwmod_aess_preprogram(struct omap_hwmod *oh);