Searched refs:is_src (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/sound/core/seq/ |
H A D | seq_ports.c | 204 bool is_src, bool ack); 207 get_subscriber(struct list_head *p, bool is_src) in get_subscriber() argument 209 if (is_src) in get_subscriber() 222 int is_src) in clear_subscriber_list() argument 231 subs = get_subscriber(p, is_src); in clear_subscriber_list() 232 if (is_src) in clear_subscriber_list() 236 delete_and_unsubscribe_port(client, port, subs, is_src, false); in clear_subscriber_list() 249 delete_and_unsubscribe_port(c, aport, subs, !is_src, true); in clear_subscriber_list() 501 bool is_src, bool exclusive, bool ack) in check_and_subscribe_port() argument 508 grp = is_src ? &port->c_src : &port->c_dest; in check_and_subscribe_port() [all …]
|
H A D | seq_clientmgr.c | 2590 int is_src, char *msg) in snd_seq_info_dump_subscribers() argument 2603 if (is_src) in snd_seq_info_dump_subscribers() 2610 is_src ? s->info.dest.client : s->info.sender.client, in snd_seq_info_dump_subscribers() 2611 is_src ? s->info.dest.port : s->info.sender.port); in snd_seq_info_dump_subscribers()
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | uffd-common.c | 48 static int anon_allocate_area(void **alloc_area, bool is_src) in anon_allocate_area() argument 74 static int hugetlb_allocate_area(void **alloc_area, bool is_src) in hugetlb_allocate_area() argument 77 off_t offset = is_src ? 0 : size; in hugetlb_allocate_area() 84 (is_src ? 0 : MAP_NORESERVE), in hugetlb_allocate_area() 98 if (is_src) { in hugetlb_allocate_area() 124 static int shmem_allocate_area(void **alloc_area, bool is_src) in shmem_allocate_area() argument 128 unsigned long offset = is_src ? 0 : bytes; in shmem_allocate_area() 134 if (!is_src) in shmem_allocate_area() 160 if (is_src) in shmem_allocate_area()
|
H A D | uffd-common.h | 88 int (*allocate_area)(void **alloc_area, bool is_src);
|
/openbmc/linux/drivers/dma/ |
H A D | ste_dma40.c | 1770 bool is_src, int log_event_line, bool is_log, in d40_alloc_mask_set() argument 1791 if (is_src) { in d40_alloc_mask_set() 1823 static bool d40_alloc_mask_free(struct d40_phy_res *phy, bool is_src, in d40_alloc_mask_free() argument 1838 if (is_src) { in d40_alloc_mask_free() 1866 bool is_src; in d40_allocate_channel() local 1874 is_src = true; in d40_allocate_channel() 1879 is_src = false; in d40_allocate_channel() 1891 if (d40_alloc_mask_set(&phys[i], is_src, in d40_allocate_channel() 1897 if (d40_alloc_mask_set(&phys[i], is_src, in d40_allocate_channel() 1908 is_src, in d40_allocate_channel() [all …]
|
/openbmc/linux/drivers/crypto/hisilicon/hpre/ |
H A D | hpre_crypto.c | 237 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()
|