Searched refs:mux_control_get (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/mux/
H A Dcore.c613 * mux_control_get() - Get the mux-control for a device.
619 struct mux_control *mux_control_get(struct device *dev, const char *mux_name) function
623 EXPORT_SYMBOL_GPL(mux_control_get); variable
629 * mux_control_put() reverses the effects of mux_control_get().
661 mux = mux_control_get(dev, mux_name);
/linux-master/include/linux/mux/
H A Dconsumer.h56 struct mux_control *mux_control_get(struct device *dev, const char *mux_name);

Completed in 427 milliseconds