Lines Matching refs:index
34 unsigned int index;
270 ucontrol->value.integer.value[0] = lkup_ctrl->index;
281 unsigned int index;
284 index = ucontrol->value.integer.value[0];
285 if (index >= lkup_ctrl->lookup->count)
288 if (index == lkup_ctrl->index)
292 lkup_ctrl->lookup->table[index], 4);
296 lkup_ctrl->index = index;
423 unsigned int index;
426 index = ucontrol->value.enumerated.item[0];
428 if (index >= ARRAY_SIZE(peb2466_tone_lookup))
476 if (index == *tg_freq_item)
479 if (index == PEB2466_TONE_1000HZ) {
484 ret = peb2466_write_buf(peb2466, e->reg, peb2466_tone_lookup[index], 4);
492 *tg_freq_item = index;
1207 * - @9 32bits unsigned: Item index in the table to use for the initial
1213 * dB is: Raw value at index i <-> (MinVal + i * Step) in centi dB.
1227 dev_err(component->dev, "fw AX table index %u out of table[%u]\n",
1271 lkup_ctrl->index = init_index;
1311 * - @9 32bits unsigned: Item index in the table to use for the initial
1317 * dB is: Raw value at index i <-> (MinVal + i * Step) in centi dB.
1331 dev_err(component->dev, "fw AR table index %u out of table[%u]\n",
1375 lkup_ctrl->index = init_index;