Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/base/regmap/
Dinternal.h101 const struct regmap_access_table *precious_table; member
Dregmap.c166 if (map->precious_table) in regmap_precious()
167 return regmap_check_range_table(map, reg, map->precious_table); in regmap_precious()
771 map->precious_table = config->precious_table; in __regmap_init()
/linux-4.19.296/include/linux/
Dregmap.h371 const struct regmap_access_table *precious_table; member
/linux-4.19.296/drivers/iio/light/
Dsi1133.c192 .precious_table = &si1133_precious_table,
Dapds9960.c212 .precious_table = &apds9960_precious_table,