Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/base/regmap/
Dinternal.h97 const struct regmap_access_table *precious_table; member
Dregmap.c136 if (map->precious_table) in regmap_precious()
137 return regmap_check_range_table(map, reg, map->precious_table); in regmap_precious()
585 map->precious_table = config->precious_table; in regmap_init()
/linux-4.1.27/include/linux/
Dregmap.h211 const struct regmap_access_table *precious_table; member