Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/mux/
H A Ddriver.h90 void mux_chip_free(struct mux_chip *mux_chip);
/openbmc/linux/drivers/mux/
H A 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()