Home
last modified time | relevance | path

Searched refs:copy_fn (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/drivers/most/
H A Dmost_snd.c42 * @copy_fn: copy function for PCM-specific format and width
57 void (*copy_fn)(void *alsa, void *most, unsigned int bytes); member
195 channel->copy_fn(runtime->dma_area + channel->buffer_pos * frame_bytes, in copy_data()
201 channel->copy_fn(runtime->dma_area, in copy_data()
331 channel->copy_fn = NULL; in pcm_prepare()
335 channel->copy_fn = alsa_to_most_memcpy; in pcm_prepare()
337 channel->copy_fn = alsa_to_most_copy16; in pcm_prepare()
339 channel->copy_fn = alsa_to_most_copy24; in pcm_prepare()
341 channel->copy_fn = alsa_to_most_copy32; in pcm_prepare()
344 channel->copy_fn in pcm_prepare()
[all...]
/kernel/linux/linux-5.10/drivers/staging/most/sound/
H A Dsound.c55 void (*copy_fn)(void *alsa, void *most, unsigned int bytes); member
203 channel->copy_fn(runtime->dma_area + channel->buffer_pos * frame_bytes, in copy_data()
209 channel->copy_fn(runtime->dma_area, in copy_data()
339 channel->copy_fn = NULL; in pcm_prepare()
343 channel->copy_fn = alsa_to_most_memcpy; in pcm_prepare()
345 channel->copy_fn = alsa_to_most_copy16; in pcm_prepare()
347 channel->copy_fn = alsa_to_most_copy24; in pcm_prepare()
349 channel->copy_fn = alsa_to_most_copy32; in pcm_prepare()
352 channel->copy_fn = most_to_alsa_memcpy; in pcm_prepare()
354 channel->copy_fn in pcm_prepare()
[all...]
/kernel/linux/linux-5.10/drivers/block/
H A Drbd.c2531 ceph_object_extent_fn_t copy_fn; member
2655 fctx->copy_fn, &fctx->iter); in rbd_img_fill_request()
2723 .copy_fn = copy_bio_bvecs, in __rbd_img_fill_from_bio()
2783 .copy_fn = copy_bvecs, in __rbd_img_fill_from_bvecs()
/kernel/linux/linux-6.6/drivers/block/
H A Drbd.c2468 ceph_object_extent_fn_t copy_fn; member
2592 fctx->copy_fn, &fctx->iter); in rbd_img_fill_request()
2660 .copy_fn = copy_bio_bvecs, in __rbd_img_fill_from_bio()
2720 .copy_fn = copy_bvecs, in __rbd_img_fill_from_bvecs()

Completed in 20 milliseconds