Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpio/
H A Dgpio-104-idio-16.c65 .precious_table = &idio_16_precious_table,
H A Dgpio-pci-idio-16.c47 .precious_table = &idio_16_precious_table,
H A Dgpio-104-idi-48.c83 .precious_table = &idi_48_precious_table,
H A Dgpio-104-dio-48e.c264 .precious_table = &dio48e_precious_table, in dio48e_probe()
/openbmc/linux/drivers/pinctrl/
H A Dpinctrl-mcp23s08.c84 .precious_table = &mcp23x08_precious_table,
131 .precious_table = &mcp23x17_precious_table,
/openbmc/linux/drivers/base/regmap/
H A Dinternal.h106 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()
805 map->precious_table = config->precious_table; in __regmap_init()
/openbmc/linux/drivers/iio/light/
H A Dsi1133.c192 .precious_table = &si1133_precious_table,
H A Dapds9960.c212 .precious_table = &apds9960_precious_table,
/openbmc/linux/drivers/iio/accel/
H A Dkionix-kx022a.c148 .precious_table = &kx022a_precious_regs,
/openbmc/linux/include/linux/
H A Dregmap.h428 const struct regmap_access_table *precious_table; member