Searched refs:src_count (Results 1 – 15 of 15) sorted by relevance
/linux/crypto/ |
A D | xor.c | 27 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 D | mv_xor.c | 886 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 D | async_tx.h | 100 #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 D | k3-psil-priv.h | 32 int src_count; member
|
A D | k3-psil.c | 57 for (i = 0; i < soc_ep_map->src_count; i++) { in psil_get_ep_config()
|
A D | k3-psil-am654.c | 172 .src_count = ARRAY_SIZE(am654_src_ep_map),
|
A D | k3-psil-am64.c | 155 .src_count = ARRAY_SIZE(am64_src_ep_map),
|
A D | k3-psil-j7200.c | 172 .src_count = ARRAY_SIZE(j7200_src_ep_map),
|
A D | k3-psil-j721e.c | 295 .src_count = ARRAY_SIZE(j721e_src_ep_map),
|
/linux/arch/powerpc/include/asm/ |
A D | async_tx.h | 22 #define async_tx_find_channel(dep, type, dst, dst_count, src, src_count, len) \ argument
|
/linux/sound/core/ |
A D | rawmidi.c | 996 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 D | altera.c | 1693 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 D | book3s_xive.h | 122 u32 src_count; member
|
A D | book3s_xive.c | 1650 if (xive->saved_src_count == xive->src_count) in xive_get_source() 1877 xive->src_count++; in xive_set_source()
|
A D | book3s_xive_native.c | 406 xive->src_count++; in kvmppc_xive_native_set_source()
|
Completed in 25 milliseconds