Home
last modified time | relevance | path

Searched refs:src_count (Results 1 – 15 of 15) sorted by relevance

/linux/crypto/
A Dxor.c27 xor_blocks(unsigned int src_count, unsigned int bytes, void *dest, void **srcs) in xor_blocks() argument
32 if (src_count == 1) { in xor_blocks()
38 if (src_count == 2) { in xor_blocks()
44 if (src_count == 3) { in xor_blocks()
/linux/drivers/dma/
A Dmv_xor.c886 int src_count = MV_XOR_NUM_SRC_TEST; in mv_chan_xor_self_test() local
888 for (src_idx = 0; src_idx < src_count; src_idx++) { in mv_chan_xor_self_test()
905 for (src_idx = 0; src_idx < src_count; src_idx++) { in mv_chan_xor_self_test()
911 for (src_idx = 0; src_idx < src_count; src_idx++) in mv_chan_xor_self_test()
925 unmap = dmaengine_get_unmap_data(dma_chan->device->dev, src_count + 1, in mv_chan_xor_self_test()
933 for (i = 0; i < src_count; i++) { in mv_chan_xor_self_test()
945 unmap->addr[src_count] = dma_map_page(dma_chan->device->dev, dest, 0, PAGE_SIZE, in mv_chan_xor_self_test()
947 dest_dma = unmap->addr[src_count]; in mv_chan_xor_self_test()
948 ret = dma_mapping_error(dma_chan->device->dev, unmap->addr[src_count]); in mv_chan_xor_self_test()
957 src_count, PAGE_SIZE, 0); in mv_chan_xor_self_test()
[all …]
/linux/include/linux/
A Dasync_tx.h100 #define async_tx_find_channel(dep, type, dst, dst_count, src, src_count, len) \ argument
120 int dst_count, struct page **src, int src_count, in async_tx_find_channel() argument
/linux/drivers/dma/ti/
A Dk3-psil-priv.h32 int src_count; member
A Dk3-psil.c57 for (i = 0; i < soc_ep_map->src_count; i++) { in psil_get_ep_config()
A Dk3-psil-am654.c172 .src_count = ARRAY_SIZE(am654_src_ep_map),
A Dk3-psil-am64.c155 .src_count = ARRAY_SIZE(am64_src_ep_map),
A Dk3-psil-j7200.c172 .src_count = ARRAY_SIZE(j7200_src_ep_map),
A Dk3-psil-j721e.c295 .src_count = ARRAY_SIZE(j721e_src_ep_map),
/linux/arch/powerpc/include/asm/
A Dasync_tx.h22 #define async_tx_find_channel(dep, type, dst, dst_count, src, src_count, len) \ argument
/linux/sound/core/
A Drawmidi.c996 const unsigned char *buffer, int src_count, const struct timespec64 *tstamp) in receive_with_tstamp_framing() argument
1002 int orig_count = src_count; in receive_with_tstamp_framing()
1009 while (src_count > 0) { in receive_with_tstamp_framing()
1011 runtime->xruns += src_count; in receive_with_tstamp_framing()
1014 if (src_count >= SNDRV_RAWMIDI_FRAMING_DATA_LENGTH) in receive_with_tstamp_framing()
1017 frame.length = src_count; in receive_with_tstamp_framing()
1022 src_count -= frame.length; in receive_with_tstamp_framing()
1030 return orig_count - src_count; in receive_with_tstamp_framing()
/linux/drivers/misc/altera-stapl/
A Daltera.c1693 s32 src_count; in altera_execute() local
1718 src_count = 1 + copy_count - copy_index; in altera_execute()
1721 src_count = 1 + copy_index - copy_count; in altera_execute()
1735 copy_count = (src_count < dest_count) ? in altera_execute()
1736 src_count : dest_count; in altera_execute()
1739 (src_count != dest_count)) in altera_execute()
/linux/arch/powerpc/kvm/
A Dbook3s_xive.h122 u32 src_count; member
A Dbook3s_xive.c1650 if (xive->saved_src_count == xive->src_count) in xive_get_source()
1877 xive->src_count++; in xive_set_source()
A Dbook3s_xive_native.c406 xive->src_count++; in kvmppc_xive_native_set_source()

Completed in 53 milliseconds