Searched refs:regmap_uninit (Results 1 - 2 of 2) sorted by relevance

/u-boot/include/
H A Dregmap.h371 * Use regmap_uninit() to free it.
389 * Use regmap_uninit() to free it.
441 * regmap_uninit() - free a previously inited regmap
446 int regmap_uninit(struct regmap *map);
/u-boot/drivers/core/
H A Dregmap.c210 regmap_uninit(map);
311 regmap_uninit(map);
318 regmap_uninit(*(struct regmap **)res);
365 int regmap_uninit(struct regmap *map) function

Completed in 61 milliseconds