Home
last modified time | relevance | path

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

/arch/arm/mach-omap2/
Dmux.h187 struct omap_hwmod_mux_info;
216 extern struct omap_hwmod_mux_info *
226 void omap_hwmod_mux(struct omap_hwmod_mux_info *hmux, u8 state);
249 static inline struct omap_hwmod_mux_info *
255 static inline void omap_hwmod_mux(struct omap_hwmod_mux_info *hmux, u8 state) in omap_hwmod_mux()
Domap_hwmod.h160 struct omap_hwmod_mux_info { struct
674 struct omap_hwmod_mux_info *mux;
Dmux.c262 struct omap_hwmod_mux_info * __init
265 struct omap_hwmod_mux_info *hmux; in omap_hwmod_mux_init()
271 hmux = kzalloc(sizeof(struct omap_hwmod_mux_info), GFP_KERNEL); in omap_hwmod_mux_init()
369 static bool omap_hwmod_mux_scan_wakeups(struct omap_hwmod_mux_info *hmux, in omap_hwmod_mux_scan_wakeups()
431 void omap_hwmod_mux(struct omap_hwmod_mux_info *hmux, u8 state) in omap_hwmod_mux()