Lines Matching defs:rx_mask
208 * @rx_mask: bitmask representing active RX slots.
214 unsigned int *rx_mask)
216 if (*tx_mask || *rx_mask)
223 *rx_mask = (1 << slots) - 1;
232 * @rx_mask: bitmask representing active RX slots.
238 * slot in bit clock cycles. @tx_mask and @rx_mask are bitmasks specifying the
247 * @rx_mask and @slot_width will be ignored.
252 unsigned int tx_mask, unsigned int rx_mask,
259 &rx_mask,
265 ret = dai->driver->ops->xlate_tdm_slot_mask(slots, &tx_mask, &rx_mask);
267 ret = snd_soc_xlate_tdm_slot_mask(slots, &tx_mask, &rx_mask);
277 ret = dai->driver->ops->set_tdm_slot(dai, tx_mask, rx_mask,