Home
last modified time | relevance | path

Searched refs:mux_chip_free (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/mux/
H A Dcore.c142 * instead put it away with mux_chip_free() and allocate a new one, if you
188 * mux_chip_free() - Free the mux-chip for good.
191 * mux_chip_free() reverses the effects of mux_chip_alloc().
193 void mux_chip_free(struct mux_chip *mux_chip) in mux_chip_free() function
200 EXPORT_SYMBOL_GPL(mux_chip_free); variable
206 mux_chip_free(mux_chip); in devm_mux_chip_release()
/kernel/linux/linux-5.10/include/linux/mux/
H A Ddriver.h86 void mux_chip_free(struct mux_chip *mux_chip);
/kernel/linux/linux-6.6/include/linux/mux/
H A Ddriver.h90 void mux_chip_free(struct mux_chip *mux_chip);
/kernel/linux/linux-6.6/drivers/mux/
H A Dcore.c158 * instead put it away with mux_chip_free() and allocate a new one, if you
204 * mux_chip_free() - Free the mux-chip for good.
207 * mux_chip_free() reverses the effects of mux_chip_alloc().
209 void mux_chip_free(struct mux_chip *mux_chip) in mux_chip_free() function
216 EXPORT_SYMBOL_GPL(mux_chip_free); variable
222 mux_chip_free(mux_chip); in devm_mux_chip_release()

Completed in 3 milliseconds