Searched refs:precious_table (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/drivers/gpio/ |
H A D | gpio-104-idio-16.c | 65 .precious_table = &idio_16_precious_table,
|
H A D | gpio-pci-idio-16.c | 47 .precious_table = &idio_16_precious_table,
|
H A D | gpio-104-idi-48.c | 83 .precious_table = &idi_48_precious_table,
|
H A D | gpio-104-dio-48e.c | 264 .precious_table = &dio48e_precious_table, in dio48e_probe()
|
/openbmc/linux/drivers/pinctrl/ |
H A D | pinctrl-mcp23s08.c | 84 .precious_table = &mcp23x08_precious_table, 131 .precious_table = &mcp23x17_precious_table,
|
/openbmc/linux/drivers/base/regmap/ |
H A D | internal.h | 106 const struct regmap_access_table *precious_table; member
|
H A D | regmap.c | 172 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 D | si1133.c | 192 .precious_table = &si1133_precious_table,
|
H A D | apds9960.c | 212 .precious_table = &apds9960_precious_table,
|
/openbmc/linux/drivers/iio/accel/ |
H A D | kionix-kx022a.c | 148 .precious_table = &kx022a_precious_regs,
|
/openbmc/linux/include/linux/ |
H A D | regmap.h | 428 const struct regmap_access_table *precious_table; member
|