Searched refs:regmap (Results 1 – 5 of 5) sorted by relevance
24 struct regmap *map; in dm_test_regmap_base()77 struct regmap *map; in dm_test_regmap_syscon()103 struct regmap *map; in dm_test_regmap_rw()136 struct regmap *map; in dm_test_regmap_getset()166 struct regmap *map; in dm_test_regmap_poll()219 struct regmap *regmap; in remaptest_probe() local241 if (IS_ERR(regmap)) in remaptest_probe()242 return PTR_ERR(regmap); in remaptest_probe()249 if (IS_ERR(regmap)) in remaptest_probe()250 return PTR_ERR(regmap); in remaptest_probe()[all …]
27 struct regmap *map; in dm_test_syscon_reset()
54 struct regmap *map; in dm_test_syscon_by_phandle()
19 struct regmap *map; in dm_test_mux_mmio_select()
100 obj-y += regmap.o
Completed in 11 milliseconds