Home
last modified time | relevance | path

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

/linux-4.1.27/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.c618 omap_hwmod_mux(oh->mux, _HWMOD_STATE_IDLE); in _set_idle_ioring_wakeup()
2083 omap_hwmod_mux(oh->mux, _HWMOD_STATE_ENABLED); in _enable()
2113 omap_hwmod_mux(oh->mux, _HWMOD_STATE_ENABLED); in _enable()
2226 omap_hwmod_mux(oh->mux, _HWMOD_STATE_IDLE); in _idle()
2300 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