st_table 196 sound/soc/codecs/88pm860x-codec.c static struct st_gain st_table[] = { st_table 282 sound/soc/codecs/88pm860x-codec.c for (i = 0; i < ARRAY_SIZE(st_table); i++) { st_table 283 sound/soc/codecs/88pm860x-codec.c if ((st_table[i].m == val[0]) && (st_table[i].n == val[1])) st_table 285 sound/soc/codecs/88pm860x-codec.c if ((st_table[i].m == val2[0]) && (st_table[i].n == val2[1])) st_table 305 sound/soc/codecs/88pm860x-codec.c if (val >= ARRAY_SIZE(st_table) || val2 >= ARRAY_SIZE(st_table)) st_table 308 sound/soc/codecs/88pm860x-codec.c err = snd_soc_component_update_bits(component, reg, 0x3f, st_table[val].m); st_table 312 sound/soc/codecs/88pm860x-codec.c st_table[val].n << 4); st_table 316 sound/soc/codecs/88pm860x-codec.c err = snd_soc_component_update_bits(component, reg2, 0x3f, st_table[val2].m); st_table 320 sound/soc/codecs/88pm860x-codec.c st_table[val2].n); st_table 487 sound/soc/codecs/88pm860x-codec.c PM860X_SIDETONE_R_GAIN, 0, ARRAY_SIZE(st_table)-1,