Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/base/regmap/
Dinternal.h101 const struct regmap_access_table *precious_table; member
Dregmap.c165 if (map->precious_table) in regmap_precious()
166 return regmap_check_range_table(map, reg, map->precious_table); in regmap_precious()
779 map->precious_table = config->precious_table; in __regmap_init()
/Linux-v4.19/drivers/pinctrl/
Dpinctrl-mcp23s08.c116 .precious_table = &mcp23x08_precious_table,
161 .precious_table = &mcp23x16_precious_table,
/Linux-v4.19/drivers/iio/light/
Dsi1133.c189 .precious_table = &si1133_precious_table,
Dapds9960.c212 .precious_table = &apds9960_precious_table,
/Linux-v4.19/include/linux/
Dregmap.h371 const struct regmap_access_table *precious_table; member