Searched refs:src_list (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/crypto/async_tx/ |
D | async_xor.c | 48 dma_addr_t *src_list = unmap->addr; in do_async_xor() local 75 tmp = src_list[0]; in do_async_xor() 76 if (src_list > unmap->addr) in do_async_xor() 77 src_list[0] = dma_dest; in do_async_xor() 78 tx = dma->device_prep_dma_xor(chan, dma_dest, src_list, in do_async_xor() 89 src_list, in do_async_xor() 93 src_list[0] = tmp; in do_async_xor() 104 src_list += xor_src_cnt - 1; in do_async_xor() 113 do_sync_xor(struct page *dest, struct page **src_list, unsigned int offset, in do_sync_xor() argument 125 srcs = (void **) src_list; in do_sync_xor() [all …]
|
/linux-4.4.14/include/linux/ |
D | async_tx.h | 175 async_xor(struct page *dest, struct page **src_list, unsigned int offset, 179 async_xor_val(struct page *dest, struct page **src_list, unsigned int offset,
|
/linux-4.4.14/sound/core/seq/ |
D | seq_ports.c | 211 return list_entry(p, struct snd_seq_subscribers, src_list); in get_subscriber() 519 list_add_tail(&subs->src_list, &grp->list_head); in check_and_subscribe_port() 542 list = is_src ? &subs->src_list : &subs->dest_list; in delete_and_unsubscribe_port() 574 INIT_LIST_HEAD(&subs->src_list); in snd_seq_port_connect() 614 list_for_each_entry(subs, &src->list_head, src_list) { in snd_seq_port_disconnect() 641 list_for_each_entry(s, &src_grp->list_head, src_list) { in snd_seq_port_get_subscription()
|
D | seq_ports.h | 45 struct list_head src_list; /* link of sources */ member
|
D | seq_clientmgr.c | 680 list_for_each_entry(subs, &grp->list_head, src_list) { in deliver_to_subscribers() 2062 s = list_entry(p, struct snd_seq_subscribers, src_list); in snd_seq_ioctl_query_subs() 2473 s = list_entry(p, struct snd_seq_subscribers, src_list); in snd_seq_info_dump_subscribers()
|