Home
last modified time | relevance | path

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

/linux/sound/core/seq/
A Dseq_ports.c197 bool is_src, bool ack);
202 if (is_src) in get_subscriber()
215 int is_src) in clear_subscriber_list() argument
224 subs = get_subscriber(p, is_src); in clear_subscriber_list()
225 if (is_src) in clear_subscriber_list()
504 grp = is_src ? &port->c_src : &port->c_dest; in check_and_subscribe_port()
514 s = get_subscriber(p, is_src); in check_and_subscribe_port()
528 if (is_src) in check_and_subscribe_port()
542 bool is_src, bool ack) in __delete_and_unsubscribe_port() argument
548 grp = is_src ? &port->c_src : &port->c_dest; in __delete_and_unsubscribe_port()
[all …]
A Dseq_clientmgr.c2577 int is_src, char *msg) in snd_seq_info_dump_subscribers() argument
2590 if (is_src) in snd_seq_info_dump_subscribers()
2597 is_src ? s->info.dest.client : s->info.sender.client, in snd_seq_info_dump_subscribers()
2598 is_src ? s->info.dest.port : s->info.sender.port); in snd_seq_info_dump_subscribers()
/linux/tools/testing/selftests/mm/
A Duffd-common.c49 static int anon_allocate_area(void **alloc_area, bool is_src) in anon_allocate_area() argument
75 static int hugetlb_allocate_area(void **alloc_area, bool is_src) in hugetlb_allocate_area() argument
78 off_t offset = is_src ? 0 : size; in hugetlb_allocate_area()
85 (is_src ? 0 : MAP_NORESERVE), in hugetlb_allocate_area()
99 if (is_src) { in hugetlb_allocate_area()
125 static int shmem_allocate_area(void **alloc_area, bool is_src) in shmem_allocate_area() argument
129 unsigned long offset = is_src ? 0 : bytes; in shmem_allocate_area()
135 if (!is_src) in shmem_allocate_area()
161 if (is_src) in shmem_allocate_area()
A Duffd-common.h88 int (*allocate_area)(void **alloc_area, bool is_src);
/linux/drivers/dma/
A Dste_dma40.c1789 if (is_src) { in d40_alloc_mask_set()
1836 if (is_src) { in d40_alloc_mask_free()
1864 bool is_src; in d40_allocate_channel() local
1872 is_src = true; in d40_allocate_channel()
1877 is_src = false; in d40_allocate_channel()
1889 if (d40_alloc_mask_set(&phys[i], is_src, in d40_allocate_channel()
1906 is_src, in d40_allocate_channel()
1949 if (is_src) { in d40_allocate_channel()
2017 bool is_src; in d40_free_dma() local
2035 is_src = false; in d40_free_dma()
[all …]
/linux/drivers/net/dsa/microchip/
A Dksz9477_acl.c1207 u8 *eth_addr, bool is_src) in ksz9477_acl_matching_rule_cfg_l2() argument
1219 FIELD_PREP(KSZ9477_ACL_SD_SRC, is_src) | KSZ9477_ACL_EQ_EQUAL; in ksz9477_acl_matching_rule_cfg_l2()
1428 bool is_src = src_mac ? true : false; in ksz9477_acl_match_process_l2() local
1431 is_src); in ksz9477_acl_match_process_l2()
/linux/drivers/crypto/hisilicon/hpre/
A Dhpre_crypto.c240 int is_src, dma_addr_t *tmp) in hpre_get_data_dma_addr() argument
245 if (is_src) { in hpre_get_data_dma_addr()
263 int is_src, dma_addr_t *tmp) in hpre_prepare_dma_buf() argument
278 if (is_src) { in hpre_prepare_dma_buf()
290 int is_src, int is_dh) in hpre_hw_data_init() argument
299 ((is_dh && !is_src) || !is_dh)) in hpre_hw_data_init()
300 ret = hpre_get_data_dma_addr(hpre_req, data, len, is_src, &tmp); in hpre_hw_data_init()
302 ret = hpre_prepare_dma_buf(hpre_req, data, len, is_src, &tmp); in hpre_hw_data_init()
307 if (is_src) in hpre_hw_data_init()

Completed in 29 milliseconds