Lines Matching refs:slot_width
57 int slot_width;
425 int slot_width)
438 if (slot_width &&
439 (slot_width != 16 && slot_width != 24 && slot_width != 32 )) {
440 dev_err(component->dev, "Unsupported slot_width %d\n",
441 slot_width);
446 io_params->slot_width = slot_width;
469 int i, slot_width;
500 if (io_params->slot_width)
501 slot_width = io_params->slot_width;
503 slot_width = params_width(params);
505 switch (slot_width) {
522 dev_err(component->dev, "unsupported frame size: %d\n", slot_width);