Home
last modified time | relevance | path

Searched refs:omap_hwmod_mux (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/arm/mach-omap2/
Dmux.h226 void omap_hwmod_mux(struct omap_hwmod_mux_info *hmux, u8 state);
255 static inline void omap_hwmod_mux(struct omap_hwmod_mux_info *hmux, u8 state) in omap_hwmod_mux() function
Domap_hwmod.c632 omap_hwmod_mux(oh->mux, _HWMOD_STATE_IDLE); in _set_idle_ioring_wakeup()
2097 omap_hwmod_mux(oh->mux, _HWMOD_STATE_ENABLED); in _enable()
2127 omap_hwmod_mux(oh->mux, _HWMOD_STATE_ENABLED); in _enable()
2240 omap_hwmod_mux(oh->mux, _HWMOD_STATE_IDLE); in _idle()
2314 omap_hwmod_mux(oh->mux, _HWMOD_STATE_DISABLED); in _shutdown()
Dmux.c431 void omap_hwmod_mux(struct omap_hwmod_mux_info *hmux, u8 state) in omap_hwmod_mux() function