Searched refs:gen_regmap (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/base/regmap/ |
| H A D | regmap-kunit.c | 183 static struct regmap *gen_regmap(struct kunit *test, in gen_regmap() function 301 map = gen_regmap(test, &config, &data); in basic_read_write() 327 map = gen_regmap(test, &config, &data); in bulk_write() 360 map = gen_regmap(test, &config, &data); in bulk_read() 390 map = gen_regmap(test, &config, &data); in multi_write() 429 map = gen_regmap(test, &config, &data); in multi_read() 461 map = gen_regmap(test, &config, &data); in read_bypassed() 527 map = gen_regmap(test, &config, &data); in read_bypassed_volatile() 591 map = gen_regmap(test, &config, &data); in write_readonly() 621 map = gen_regmap(test, &config, &data); in read_writeonly() [all …]
|