Home
last modified time | relevance | path

Searched refs:is_src (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/sound/core/seq/
A Dseq_ports.c192 bool is_src, bool ack);
197 if (is_src) in get_subscriber()
210 int is_src) in clear_subscriber_list() argument
219 subs = get_subscriber(p, is_src); in clear_subscriber_list()
220 if (is_src) in clear_subscriber_list()
478 grp = is_src ? &port->c_src : &port->c_dest; in check_and_subscribe_port()
489 s = get_subscriber(p, is_src); in check_and_subscribe_port()
503 if (is_src) in check_and_subscribe_port()
521 bool is_src, bool ack) in __delete_and_unsubscribe_port() argument
527 grp = is_src ? &port->c_src : &port->c_dest; in __delete_and_unsubscribe_port()
[all …]
A Dseq_clientmgr.c2401 int is_src, char *msg) in snd_seq_info_dump_subscribers() argument
2414 if (is_src) in snd_seq_info_dump_subscribers()
2421 is_src ? s->info.dest.client : s->info.sender.client, in snd_seq_info_dump_subscribers()
2422 is_src ? s->info.dest.port : s->info.sender.port); in snd_seq_info_dump_subscribers()
/linux-6.3-rc2/tools/testing/selftests/mm/
A Duserfaultfd.c238 static void anon_allocate_area(void **alloc_area, bool is_src) in anon_allocate_area() argument
259 static void hugetlb_allocate_area(void **alloc_area, bool is_src) in hugetlb_allocate_area() argument
262 off_t offset = is_src ? 0 : size; in hugetlb_allocate_area()
268 (is_src ? 0 : MAP_NORESERVE), in hugetlb_allocate_area()
280 if (is_src) { in hugetlb_allocate_area()
303 static void shmem_allocate_area(void **alloc_area, bool is_src) in shmem_allocate_area() argument
307 unsigned long offset = is_src ? 0 : bytes; in shmem_allocate_area()
312 if (!is_src) in shmem_allocate_area()
334 if (is_src) in shmem_allocate_area()
353 void (*allocate_area)(void **alloc_area, bool is_src);
/linux-6.3-rc2/drivers/dma/
A Dste_dma40.c1766 if (is_src) { in d40_alloc_mask_set()
1813 if (is_src) { in d40_alloc_mask_free()
1841 bool is_src; in d40_allocate_channel() local
1849 is_src = true; in d40_allocate_channel()
1854 is_src = false; in d40_allocate_channel()
1866 if (d40_alloc_mask_set(&phys[i], is_src, in d40_allocate_channel()
1883 is_src, in d40_allocate_channel()
1926 if (is_src) { in d40_allocate_channel()
1994 bool is_src; in d40_free_dma() local
2012 is_src = false; in d40_free_dma()
[all …]
/linux-6.3-rc2/drivers/crypto/hisilicon/hpre/
A Dhpre_crypto.c237 int is_src, dma_addr_t *tmp) in hpre_get_data_dma_addr() argument
242 if (is_src) { in hpre_get_data_dma_addr()
260 int is_src, dma_addr_t *tmp) in hpre_prepare_dma_buf() argument
275 if (is_src) { in hpre_prepare_dma_buf()
287 int is_src, int is_dh) in hpre_hw_data_init() argument
296 ((is_dh && !is_src) || !is_dh)) in hpre_hw_data_init()
297 ret = hpre_get_data_dma_addr(hpre_req, data, len, is_src, &tmp); in hpre_hw_data_init()
299 ret = hpre_prepare_dma_buf(hpre_req, data, len, is_src, &tmp); in hpre_hw_data_init()
304 if (is_src) in hpre_hw_data_init()

Completed in 68 milliseconds