Searched refs:get_mux_priv (Results 1 - 4 of 4) sorted by relevance

/seL4-test-master/projects/util_libs/libplatsupport/src/plat/apq8064/
H A Dmux.c25 static inline struct apq8064_mux* get_mux_priv(mux_sys_t* mux) { function
43 m = get_mux_priv(mux);
/seL4-test-master/projects/util_libs/libplatsupport/src/plat/omap3/
H A Dmux.c25 static inline struct omap3_mux* get_mux_priv(mux_sys_t* mux) { function
43 m = get_mux_priv(mux);
/seL4-test-master/projects/util_libs/libplatsupport/src/plat/imx31/
H A Dmux.c25 static inline struct imx31_mux* get_mux_priv(mux_sys_t* mux) { function
43 m = get_mux_priv(mux);
/seL4-test-master/projects/util_libs/libplatsupport/src/plat/imx6/
H A Dmux.c640 static inline struct imx6_mux* get_mux_priv(const mux_sys_t* mux) { function
658 m = get_mux_priv(mux);
799 m = get_mux_priv(mux);

Completed in 48 milliseconds