Home
last modified time | relevance | path

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

/u-boot/drivers/core/
A Dregmap.c65 struct regmap **mapp) in regmap_init_mem_plat() argument
79 *mapp = map; in regmap_init_mem_plat()
173 *mapp = map; in regmap_init_mem_index()
183 struct regmap **mapp) in regmap_init_mem_range() argument
205 *mapp = map; in regmap_init_mem_range()
274 *mapp = map; in regmap_init_mem()
294 struct regmap **mapp, *map; in devm_regmap_init() local
298 if (unlikely(!mapp)) in devm_regmap_init()
309 map = *mapp; in devm_regmap_init()
315 devres_add(dev, mapp); in devm_regmap_init()
[all …]
/u-boot/include/
A Dregmap.h373 int regmap_init_mem(ofnode node, struct regmap **mapp);
392 struct regmap **mapp);
394 int regmap_init_mem_index(ofnode node, struct regmap **mapp, int index);
413 struct regmap **mapp);

Completed in 8 milliseconds