Searched refs:precious_table (Results 1 – 4 of 4) sorted by relevance
98 const struct regmap_access_table *precious_table; member
140 if (map->precious_table) in regmap_precious()141 return regmap_check_range_table(map, reg, map->precious_table); in regmap_precious()598 map->precious_table = config->precious_table; in __regmap_init()
226 const struct regmap_access_table *precious_table; member
220 .precious_table = &apds9960_precious_table,