Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/mux/
Dconsumer.h25 struct mux_control *mux_control_get(struct device *dev, const char *mux_name);
/Linux-v5.10/drivers/mux/
Dcore.c425 struct mux_control *mux_control_get(struct device *dev, const char *mux_name) in mux_control_get() function
479 EXPORT_SYMBOL_GPL(mux_control_get);
517 mux = mux_control_get(dev, mux_name); in devm_mux_control_get()