Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mux/
H A Dcore.c218 static void devm_mux_chip_release(struct device *dev, void *res) in devm_mux_chip_release() function
241 ptr = devres_alloc(devm_mux_chip_release, sizeof(*ptr), GFP_KERNEL); in devm_mux_chip_alloc()