Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/pinctrl/
H A Dpinctrl-mcp23s08.c82 .precious_table = &mcp23x08_precious_table,
128 .precious_table = &mcp23x17_precious_table,
/OK3568_Linux_fs/kernel/drivers/base/regmap/
H A Dinternal.h99 const struct regmap_access_table *precious_table; member
H A Dregmap.c172 if (map->precious_table) in regmap_precious()
173 return regmap_check_range_table(map, reg, map->precious_table); in regmap_precious()
817 map->precious_table = config->precious_table; in __regmap_init()
/OK3568_Linux_fs/kernel/drivers/iio/light/
H A Dsi1133.c192 .precious_table = &si1133_precious_table,
H A Dapds9960.c211 .precious_table = &apds9960_precious_table,
/OK3568_Linux_fs/kernel/include/linux/
H A Dregmap.h377 const struct regmap_access_table *precious_table; member