Searched refs:muxes (Results 1 – 8 of 8) sorted by relevance
245 struct clk **muxes; member272 to_clk_mux(__clk_get_hw(ctrl->muxes[n])); in clk_muxing_get_src()274 return ctrl->muxes[n]; in clk_muxing_get_src()302 ctrl->muxes = kcalloc(ctrl->num_muxes, sizeof(struct clk *), in kirkwood_clk_muxing_setup()304 if (WARN_ON(!ctrl->muxes)) in kirkwood_clk_muxing_setup()308 ctrl->muxes[n] = clk_register_mux(NULL, desc[n].name, in kirkwood_clk_muxing_setup()312 WARN_ON(IS_ERR(ctrl->muxes[n])); in kirkwood_clk_muxing_setup()
10 obj-y += algos/ busses/ muxes/
71 source drivers/i2c/muxes/Kconfig
88 * group "audio0" internally muxes i2s0 or ac97 controller to the dedicated90 * group "twsi" internally muxes twsi controller to the dedicated or option pins.
16 and muxes and this is the implementation that is documented here. A
244 * note that we have muxes the pins off the function here
1365 then muxes the function in the pins defined by group A, and finally muxes it in
4325 F: drivers/i2c/muxes/i2c-mux-gpio.c4327 F: Documentation/i2c/muxes/i2c-mux-gpio7471 F: drivers/i2c/muxes/i2c-mux-pca9541.c