Home
last modified time | relevance | path

Searched refs:clk_regmap_mux (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/clk/qcom/
H A Dclk-regmap-mux.c13 static inline struct clk_regmap_mux *to_clk_regmap_mux(struct clk_hw *hw) in to_clk_regmap_mux()
15 return container_of(to_clk_regmap(hw), struct clk_regmap_mux, clkr); in to_clk_regmap_mux()
20 struct clk_regmap_mux *mux = to_clk_regmap_mux(hw); in mux_get_parent()
38 struct clk_regmap_mux *mux = to_clk_regmap_mux(hw); in mux_set_parent()
H A Dclk-regmap-mux.h13 struct clk_regmap_mux { struct
H A Dlcc-msm8960.c176 static struct clk_regmap_mux mi2s_bit_clk = {
282 static struct clk_regmap_mux prefix##_bit_clk = { \
389 static struct clk_regmap_mux pcm_clk = {
H A Dlcc-mdm9615.c178 static struct clk_regmap_mux mi2s_bit_clk = {
284 static struct clk_regmap_mux prefix##_bit_clk = { \
391 static struct clk_regmap_mux pcm_clk = {
H A Dlcc-ipq806x.c194 static struct clk_regmap_mux mi2s_bit_clk = {
272 static struct clk_regmap_mux pcm_clk = {
H A Dapss-ipq6018.c36 static struct clk_regmap_mux apcs_alias0_clk_src = {
H A Dgcc-ipq8074.c997 static struct clk_regmap_mux pcie0_pipe_clk_src = {
1040 static struct clk_regmap_mux pcie1_pipe_clk_src = {
1177 static struct clk_regmap_mux usb0_pipe_clk_src = {
1235 static struct clk_regmap_mux usb1_pipe_clk_src = {
H A Dgcc-ipq6018.c1604 static struct clk_regmap_mux pcie0_pipe_clk_src = {
1725 static struct clk_regmap_mux usb0_pipe_clk_src = {
/OK3568_Linux_fs/kernel/drivers/clk/rockchip/regmap/
H A Dclk-regmap-mux.c20 #define to_clk_regmap_mux(_hw) container_of(_hw, struct clk_regmap_mux, hw)
24 struct clk_regmap_mux *mux = to_clk_regmap_mux(hw); in clk_regmap_mux_get_parent()
38 struct clk_regmap_mux *mux = to_clk_regmap_mux(hw); in clk_regmap_mux_set_parent()
57 struct clk_regmap_mux *mux; in devm_clk_regmap_register_mux()
H A Dclk-regmap.h252 struct clk_regmap_mux { struct
H A Dclk-regmap-composite.c216 struct clk_regmap_mux *mux = NULL; in devm_clk_regmap_register_composite()