Searched refs:dst_count (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/include/linux/ |
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-v5.10/drivers/dma/ti/ |
D | k3-psil-priv.h | 34 int dst_count; member
|
D | k3-psil.c | 48 for (i = 0; i < soc_ep_map->dst_count; i++) { in psil_get_ep_config()
|
D | k3-psil-am654.c | 174 .dst_count = ARRAY_SIZE(am654_dst_ep_map),
|
D | k3-psil-j7200.c | 174 .dst_count = ARRAY_SIZE(j7200_dst_ep_map),
|
D | k3-psil-j721e.c | 224 .dst_count = ARRAY_SIZE(j721e_dst_ep_map),
|
/Linux-v5.10/arch/powerpc/include/asm/ |
D | async_tx.h | 22 #define async_tx_find_channel(dep, type, dst, dst_count, src, src_count, len) \ argument
|