Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/mux/
Ddriver.h90 void mux_chip_free(struct mux_chip *mux_chip);
/Linux-v6.1/drivers/mux/
Dcore.c211 void mux_chip_free(struct mux_chip *mux_chip) in mux_chip_free() function
218 EXPORT_SYMBOL_GPL(mux_chip_free);
224 mux_chip_free(mux_chip); in devm_mux_chip_release()