Searched refs:copy_fn (Results 1 – 2 of 2) sorted by relevance
56 void (*copy_fn)(void *alsa, void *most, unsigned int bytes); member191 channel->copy_fn(runtime->dma_area + channel->buffer_pos * frame_bytes, in copy_data()197 channel->copy_fn(runtime->dma_area, in copy_data()368 channel->copy_fn = NULL; in pcm_prepare()372 channel->copy_fn = alsa_to_most_memcpy; in pcm_prepare()374 channel->copy_fn = alsa_to_most_copy16; in pcm_prepare()376 channel->copy_fn = alsa_to_most_copy24; in pcm_prepare()378 channel->copy_fn = alsa_to_most_copy32; in pcm_prepare()381 channel->copy_fn = most_to_alsa_memcpy; in pcm_prepare()383 channel->copy_fn = most_to_alsa_copy16; in pcm_prepare()[all …]
1964 ceph_object_extent_fn_t copy_fn; member2088 fctx->copy_fn, &fctx->iter); in rbd_img_fill_request()2156 .copy_fn = copy_bio_bvecs, in __rbd_img_fill_from_bio()2216 .copy_fn = copy_bvecs, in __rbd_img_fill_from_bvecs()