Searched refs:src_count (Results 1 - 21 of 21) sorted by relevance

/linux-master/arch/powerpc/include/asm/
H A Dasync_tx.h22 #define async_tx_find_channel(dep, type, dst, dst_count, src, src_count, len) \
/linux-master/drivers/dma/ti/
H A Dk3-psil-priv.h20 * @src_count: Number of entries in the src array
32 int src_count; member in struct:psil_ep_map
H A Dk3-psil-am64.c155 .src_count = ARRAY_SIZE(am64_src_ep_map),
H A Dk3-psil.c64 for (i = 0; i < soc_ep_map->src_count; i++) {
H A Dk3-psil-am654.c172 .src_count = ARRAY_SIZE(am654_src_ep_map),
H A Dk3-psil-am62a.c193 .src_count = ARRAY_SIZE(am62a_src_ep_map),
H A Dk3-psil-am62.c183 .src_count = ARRAY_SIZE(am62_src_ep_map),
H A Dk3-psil-j7200.c239 .src_count = ARRAY_SIZE(j7200_src_ep_map),
H A Dk3-psil-j721s2.c256 .src_count = ARRAY_SIZE(j721s2_src_ep_map),
H A Dk3-psil-j721e.c374 .src_count = ARRAY_SIZE(j721e_src_ep_map),
H A Dk3-psil-j784s4.c351 .src_count = ARRAY_SIZE(j784s4_src_ep_map),
H A Dk3-psil-am62p.c322 .src_count = ARRAY_SIZE(am62p_src_ep_map),
/linux-master/crypto/
H A Dxor.c27 xor_blocks(unsigned int src_count, unsigned int bytes, void *dest, void **srcs) argument
32 if (src_count == 1) {
38 if (src_count == 2) {
44 if (src_count == 3) {
/linux-master/drivers/net/dsa/microchip/
H A Dksz9477_acl.c395 * @src_count: Pointer to the variable that will hold the number of contiguous
413 int *src_count, int *dst_count)
427 *src_count = ret;
429 if (!*src_count) {
434 if (dst_idx + *src_count >= KSZ9477_ACL_MAX_ENTRIES) {
553 int src_count, ret, dst_count; local
560 &src_count, &dst_count);
569 dst_idx = dst_idx + dst_count - src_count;
572 for (int i = 0; i < src_count; i++) {
583 src_count, dst_id
411 ksz9477_validate_and_get_src_count(struct ksz_device *dev, int port, int src_idx, int dst_idx, int *src_count, int *dst_count) argument
994 int ret, i, src_count; local
[all...]
/linux-master/include/linux/
H A Dasync_tx.h100 #define async_tx_find_channel(dep, type, dst, dst_count, src, src_count, len) \
120 int dst_count, struct page **src, int src_count,
118 async_tx_find_channel(struct async_submit_ctl *submit, enum dma_transaction_type tx_type, struct page **dst, int dst_count, struct page **src, int src_count, size_t len) argument
/linux-master/drivers/dma/
H A Dmv_xor.c886 int src_count = MV_XOR_NUM_SRC_TEST; local
888 for (src_idx = 0; src_idx < src_count; src_idx++) {
905 for (src_idx = 0; src_idx < src_count; src_idx++) {
911 for (src_idx = 0; src_idx < src_count; src_idx++)
925 unmap = dmaengine_get_unmap_data(dma_chan->device->dev, src_count + 1,
933 for (i = 0; i < src_count; i++) {
945 unmap->addr[src_count] = dma_map_page(dma_chan->device->dev, dest, 0, PAGE_SIZE,
947 dest_dma = unmap->addr[src_count];
948 ret = dma_mapping_error(dma_chan->device->dev, unmap->addr[src_count]);
957 src_count, PAGE_SIZ
[all...]
/linux-master/arch/powerpc/kvm/
H A Dbook3s_xive.h122 u32 src_count; member in struct:kvmppc_xive
H A Dbook3s_xive_native.c405 xive->src_count++;
H A Dbook3s_xive.c2256 if (xive->saved_src_count == xive->src_count)
2483 xive->src_count++;
/linux-master/drivers/misc/altera-stapl/
H A Daltera.c1669 s32 src_count; local
1694 src_count = 1 + copy_count - copy_index;
1697 src_count = 1 + copy_index - copy_count;
1711 copy_count = (src_count < dest_count) ?
1712 src_count : dest_count;
1715 (src_count != dest_count))
/linux-master/sound/core/
H A Drawmidi.c1072 const unsigned char *buffer, int src_count, const struct timespec64 *tstamp)
1077 int orig_count = src_count;
1085 while (src_count > align) {
1087 runtime->xruns += src_count;
1090 if (src_count >= SNDRV_RAWMIDI_FRAMING_DATA_LENGTH)
1093 frame.length = get_aligned_size(runtime, src_count);
1100 src_count -= frame.length;
1107 return orig_count - src_count;
1071 receive_with_tstamp_framing(struct snd_rawmidi_substream *substream, const unsigned char *buffer, int src_count, const struct timespec64 *tstamp) argument

Completed in 599 milliseconds