Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/mux/
Ddriver.h90 void mux_chip_free(struct mux_chip *mux_chip);
/Linux-v6.6/drivers/mux/
Dcore.c209 void mux_chip_free(struct mux_chip *mux_chip) in mux_chip_free() function
216 EXPORT_SYMBOL_GPL(mux_chip_free);
222 mux_chip_free(mux_chip); in devm_mux_chip_release()