Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/base/regmap/
Dinternal.h98 const struct regmap_access_table *precious_table; member
Dregmap.c140 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()
/linux-4.4.14/include/linux/
Dregmap.h226 const struct regmap_access_table *precious_table; member
/linux-4.4.14/drivers/iio/light/
Dapds9960.c220 .precious_table = &apds9960_precious_table,