Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/clk/ti/
Dmux.c31 struct clk_omap_mux *mux = to_clk_omap_mux(hw); in ti_clk_mux_get_parent()
68 struct clk_omap_mux *mux = to_clk_omap_mux(hw); in ti_clk_mux_set_parent()
106 struct clk_omap_mux *mux; in _register_mux()
232 struct clk_omap_mux *mux; in ti_clk_build_component_mux()
261 struct clk_omap_mux *mux; in of_ti_composite_mux_clk_setup()
Dclock.h31 struct clk_omap_mux { struct
41 #define to_clk_omap_mux(_hw) container_of(_hw, struct clk_omap_mux, hw) argument
Dclkctrl.c327 struct clk_omap_mux *mux; in _ti_clkctrl_setup_mux()