Home
last modified time | relevance | path

Searched refs:sprd_mux (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/drivers/clk/sprd/
Dmux.h27 struct sprd_mux { struct
42 struct sprd_mux _struct = { \ argument
59 static inline struct sprd_mux *hw_to_sprd_mux(const struct clk_hw *hw) in hw_to_sprd_mux()
63 return container_of(common, struct sprd_mux, common); in hw_to_sprd_mux()
Dmux.c41 struct sprd_mux *cm = hw_to_sprd_mux(hw); in sprd_mux_get_parent()
66 struct sprd_mux *cm = hw_to_sprd_mux(hw); in sprd_mux_set_parent()