Lines Matching refs:slot_width
201 * @slot_width: bits per sample + padding bits, regardless of format
205 unsigned int slot_width);
218 unsigned int slot_width;
339 unsigned int slot_width)
386 rate, slots, slot_width);
461 unsigned int slot_width)
480 unsigned int slot_width)
506 lrck_period = slot_width * slots;
512 lrck_period = slot_width;
532 unsigned int slot_width)
567 lrck_period = slot_width * slots;
573 lrck_period = slot_width;
597 unsigned int slot_width = params_physical_width(params);
608 if (i2s->slot_width)
609 slot_width = i2s->slot_width;
611 ret = i2s->variant->set_chan_cfg(i2s, channels, slots, slot_width);
642 wss = i2s->variant->get_wss(slot_width);
650 slots, slot_width);
1071 int slots, int slot_width)
1079 i2s->slot_width = slot_width;