Searched refs:frame_bytes (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/media/usb/usbtv/ |
D | usbtv-audio.c | 103 size_t i, frame_bytes, chunk_length, buffer_pos, period_pos; in usbtv_audio_urb_received() local 125 frame_bytes = runtime->frame_bits >> 3; in usbtv_audio_urb_received() 126 chunk_length = USBTV_CHUNK / frame_bytes; in usbtv_audio_urb_received() 137 frame_bytes; in usbtv_audio_urb_received() 138 memcpy(runtime->dma_area + buffer_pos * frame_bytes, in usbtv_audio_urb_received() 141 chunk_length * frame_bytes - cnt); in usbtv_audio_urb_received() 143 memcpy(runtime->dma_area + buffer_pos * frame_bytes, in usbtv_audio_urb_received() 144 urb_current, chunk_length * frame_bytes); in usbtv_audio_urb_received()
|
/linux-6.12.1/sound/usb/misc/ |
D | ua101.c | 106 unsigned int frame_bytes; member 193 ua->playback.frame_bytes; in playback_urb_complete() 214 unsigned int frame_bytes, frames1; in copy_playback_data() local 218 frame_bytes = stream->frame_bytes; in copy_playback_data() 219 source = runtime->dma_area + stream->buffer_pos * frame_bytes; in copy_playback_data() 221 memcpy(urb->transfer_buffer, source, frames * frame_bytes); in copy_playback_data() 225 memcpy(urb->transfer_buffer, source, frames1 * frame_bytes); in copy_playback_data() 226 memcpy(urb->transfer_buffer + frames1 * frame_bytes, in copy_playback_data() 227 runtime->dma_area, (frames - frames1) * frame_bytes); in copy_playback_data() 287 frames * ua->playback.frame_bytes; in playback_work() [all …]
|
/linux-6.12.1/drivers/most/ |
D | most_snd.c | 184 unsigned int const frame_bytes = channel->cfg->subbuffer_size; in copy_data() local 190 frames = mbo->processed_length / frame_bytes; in copy_data() 192 frames = mbo->buffer_length / frame_bytes; in copy_data() 195 channel->copy_fn(runtime->dma_area + channel->buffer_pos * frame_bytes, in copy_data() 197 fr0 * frame_bytes); in copy_data() 202 mbo->virt_address + fr0 * frame_bytes, in copy_data() 203 (frames - fr0) * frame_bytes); in copy_data()
|
/linux-6.12.1/sound/soc/google/ |
D | chv3-i2s.c | 234 u32 frame_bytes, buffer_bytes; in chv3_dma_pointer() local 237 frame_bytes = substream->runtime->frame_bits * 8; in chv3_dma_pointer() 245 idx_bytes = (idx_bytes - frame_bytes) & (buffer_bytes - 1); in chv3_dma_pointer()
|
/linux-6.12.1/drivers/dma/ti/ |
D | omap-dma.c | 969 unsigned i, es, en, frame_bytes; in omap_dma_prep_slave_sg() local 1097 frame_bytes = es_bytes[es] * en; in omap_dma_prep_slave_sg() 1107 osg->fn = sg_dma_len(sgent) / frame_bytes; in omap_dma_prep_slave_sg()
|