Lines Matching defs:table
173 /* set up rate_min, rate_max and rates from the rate table */
192 * on the audioformat table (audio class v1).
214 * build the rate table and bitmap flags
410 * UAC2_CS_RANGE usb function call. Return a static table of known
466 * Rebuild the rate table if only partial values are valid
474 unsigned int *table;
504 table = kcalloc(fp->nr_rates, sizeof(*table), GFP_KERNEL);
505 if (!table)
519 table[nr_rates++] = fp->rate_table[i];
530 kfree(table);
535 fp->rate_table = table;
542 * on the audioformat table (audio class v2 and v3).