Searched refs:num_reg_defaults_raw (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/drivers/base/regmap/ |
D | regcache.c | 36 if (!map->num_reg_defaults_raw) in regcache_hw_init() 40 for (count = 0, i = 0; i < map->num_reg_defaults_raw; i++) in regcache_hw_init() 68 map->num_reg_defaults_raw); in regcache_hw_init() 78 for (i = 0, j = 0; i < map->num_reg_defaults_raw; i++) { in regcache_hw_init() 123 map->num_reg_defaults_raw = config->num_reg_defaults_raw; in regcache_init() 126 map->cache_size_raw = map->cache_word_size * config->num_reg_defaults_raw; in regcache_init() 148 } else if (map->num_reg_defaults_raw) { in regcache_init() 161 map->max_register = map->num_reg_defaults_raw; in regcache_init()
|
D | internal.h | 125 unsigned int num_reg_defaults_raw; member
|
D | regcache-lzo.c | 154 bmp_size = map->num_reg_defaults_raw; in regcache_lzo_init()
|
/linux-4.4.14/drivers/mfd/ |
D | as3711.c | 112 .num_reg_defaults_raw = AS3711_MAX_REGS,
|
D | tps65090.c | 165 .num_reg_defaults_raw = TOTAL_NUM_REG,
|
D | rc5t583.c | 245 .num_reg_defaults_raw = RC5T583_MAX_REGS,
|
/linux-4.4.14/drivers/staging/iio/light/ |
D | isl29018.c | 651 .num_reg_defaults_raw = ISL29018_REG_TEST + 1, 661 .num_reg_defaults_raw = ISL29035_REG_DEVICE_ID + 1,
|
D | isl29028.c | 474 .num_reg_defaults_raw = ISL29028_NUM_REGS,
|
/linux-4.4.14/sound/soc/codecs/ |
D | ssm2602.c | 622 .num_reg_defaults_raw = ARRAY_SIZE(ssm2602_reg),
|
/linux-4.4.14/include/linux/ |
D | regmap.h | 231 unsigned int num_reg_defaults_raw; member
|
/linux-4.4.14/drivers/gpu/drm/i2c/ |
D | adv7511.c | 156 .num_reg_defaults_raw = ARRAY_SIZE(adv7511_register_defaults),
|