tdm_slot 207 sound/soc/codecs/adau17x1.c val = (adau->tdm_slot[stream] * 2) + 1; tdm_slot 684 sound/soc/codecs/adau17x1.c adau->tdm_slot[SNDRV_PCM_STREAM_CAPTURE] = 0; tdm_slot 688 sound/soc/codecs/adau17x1.c adau->tdm_slot[SNDRV_PCM_STREAM_CAPTURE] = 1; tdm_slot 692 sound/soc/codecs/adau17x1.c adau->tdm_slot[SNDRV_PCM_STREAM_CAPTURE] = 2; tdm_slot 696 sound/soc/codecs/adau17x1.c adau->tdm_slot[SNDRV_PCM_STREAM_CAPTURE] = 3; tdm_slot 705 sound/soc/codecs/adau17x1.c adau->tdm_slot[SNDRV_PCM_STREAM_PLAYBACK] = 0; tdm_slot 709 sound/soc/codecs/adau17x1.c adau->tdm_slot[SNDRV_PCM_STREAM_PLAYBACK] = 1; tdm_slot 713 sound/soc/codecs/adau17x1.c adau->tdm_slot[SNDRV_PCM_STREAM_PLAYBACK] = 2; tdm_slot 717 sound/soc/codecs/adau17x1.c adau->tdm_slot[SNDRV_PCM_STREAM_PLAYBACK] = 3; tdm_slot 737 sound/soc/codecs/adau17x1.c (adau->tdm_slot[SNDRV_PCM_STREAM_PLAYBACK] * 2) + 1); tdm_slot 742 sound/soc/codecs/adau17x1.c (adau->tdm_slot[SNDRV_PCM_STREAM_CAPTURE] * 2) + 1); tdm_slot 49 sound/soc/codecs/adau17x1.h unsigned int tdm_slot[2]; tdm_slot 137 sound/soc/sti/sti_uniperif.c uni->tdm_slot.slots = slots; tdm_slot 138 sound/soc/sti/sti_uniperif.c uni->tdm_slot.slot_width = slot_width; tdm_slot 140 sound/soc/sti/sti_uniperif.c uni->tdm_slot.mask = (tx_mask != 0) ? tx_mask : rx_mask; tdm_slot 143 sound/soc/sti/sti_uniperif.c for (i = 0, avail_slots = 0; i < uni->tdm_slot.slots; i++) { tdm_slot 144 sound/soc/sti/sti_uniperif.c if ((uni->tdm_slot.mask >> i) & 0x01) tdm_slot 147 sound/soc/sti/sti_uniperif.c uni->tdm_slot.avail_slots = avail_slots; tdm_slot 150 sound/soc/sti/sti_uniperif.c frame_size = uni->tdm_slot.avail_slots * uni->tdm_slot.slot_width / 8; tdm_slot 169 sound/soc/sti/sti_uniperif.c t.min = uni->tdm_slot.avail_slots; tdm_slot 170 sound/soc/sti/sti_uniperif.c t.max = uni->tdm_slot.avail_slots; tdm_slot 185 sound/soc/sti/sti_uniperif.c switch (uni->tdm_slot.slot_width) { tdm_slot 194 sound/soc/sti/sti_uniperif.c uni->tdm_slot.slot_width); tdm_slot 212 sound/soc/sti/sti_uniperif.c int slot_width = uni->tdm_slot.slot_width / 8; tdm_slot 213 sound/soc/sti/sti_uniperif.c int slots_num = uni->tdm_slot.slots; tdm_slot 214 sound/soc/sti/sti_uniperif.c unsigned int slots_mask = uni->tdm_slot.mask; tdm_slot 1333 sound/soc/sti/uniperif.h struct dai_tdm_slot tdm_slot; tdm_slot 1398 sound/soc/sti/uniperif.h return (uni->tdm_slot.slots * uni->tdm_slot.slot_width / 8);