| /linux/sound/core/seq/ |
| H A D | seq_ports.c | 190 bool is_src, bool ack); 193 get_subscriber(struct list_head *p, bool is_src) in get_subscriber() argument 195 if (is_src) in get_subscriber() 208 int is_src) in clear_subscriber_list() argument 215 subs = get_subscriber(p, is_src); in clear_subscriber_list() 218 is_src ? in clear_subscriber_list() 221 delete_and_unsubscribe_port(client, port, subs, is_src, false); in clear_subscriber_list() 234 delete_and_unsubscribe_port(c, aport, subs, !is_src, true); in clear_subscriber_list() 487 bool is_src, bool exclusive, bool ack) in check_and_subscribe_port() argument 494 grp = is_src ? &port->c_src : &port->c_dest; in check_and_subscribe_port() [all …]
|
| H A D | seq_clientmgr.c | 2502 int is_src, char *msg) in snd_seq_info_dump_subscribers() 2513 if (is_src) in snd_seq_info_dump_subscribers() 2520 is_src ? s->info.dest.client : s->info.sender.client, in snd_seq_info_dump_subscribers() 2521 is_src ? s->info.dest.port : s->info.sender.port); in snd_seq_info_dump_subscribers() 2501 snd_seq_info_dump_subscribers(struct snd_info_buffer * buffer,struct snd_seq_port_subs_info * group,int is_src,char * msg) snd_seq_info_dump_subscribers() argument
|
| /linux/tools/testing/selftests/mm/ |
| H A D | uffd-common.c | 59 static int anon_allocate_area(uffd_global_test_opts_t *gopts, void **alloc_area, bool is_src) in anon_allocate_area() argument 86 static int hugetlb_allocate_area(uffd_global_test_opts_t *gopts, void **alloc_area, bool is_src) in hugetlb_allocate_area() argument 89 off_t offset = is_src ? 0 : size; in hugetlb_allocate_area() 96 (is_src ? 0 : MAP_NORESERVE), in hugetlb_allocate_area() 110 if (is_src) { in hugetlb_allocate_area() 137 static int shmem_allocate_area(uffd_global_test_opts_t *gopts, void **alloc_area, bool is_src) in shmem_allocate_area() argument 141 unsigned long offset = is_src ? 0 : bytes; in shmem_allocate_area() 180 if (is_src) in shmem_allocate_area()
|
| H A D | uffd-common.h | 88 int (*allocate_area)(uffd_global_test_opts_t *gopts, void **alloc_area, bool is_src);
|
| /linux/drivers/dma/ |
| H A D | ste_dma40.c | 1765 bool is_src, int log_event_line, bool is_log, in d40_alloc_mask_set() argument 1786 if (is_src) { in d40_alloc_mask_set() 1818 static bool d40_alloc_mask_free(struct d40_phy_res *phy, bool is_src, in d40_alloc_mask_free() argument 1833 if (is_src) { in d40_alloc_mask_free() 1861 bool is_src; in d40_allocate_channel() local 1869 is_src = true; in d40_allocate_channel() 1874 is_src = false; in d40_allocate_channel() 1886 if (d40_alloc_mask_set(&phys[i], is_src, in d40_allocate_channel() 1892 if (d40_alloc_mask_set(&phys[i], is_src, in d40_allocate_channel() 1903 is_src, in d40_allocate_channel() [all …]
|
| /linux/drivers/net/dsa/microchip/ |
| H A D | ksz9477_acl.c | 1207 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/ |
| H A D | hpre_crypto.c | 164 int is_src, dma_addr_t *tmp) in hpre_get_data_dma_addr() argument 169 if (is_src) { in hpre_get_data_dma_addr() 187 int is_src, dma_addr_t *tmp) in hpre_prepare_dma_buf() argument 202 if (is_src) { in hpre_prepare_dma_buf() 214 int is_src, int is_dh) in hpre_hw_data_init() argument 223 ((is_dh && !is_src) || !is_dh)) in hpre_hw_data_init() 224 ret = hpre_get_data_dma_addr(hpre_req, data, len, is_src, &tmp); in hpre_hw_data_init() 226 ret = hpre_prepare_dma_buf(hpre_req, data, len, is_src, &tmp); in hpre_hw_data_init() 231 if (is_src) in hpre_hw_data_init()
|
| /linux/drivers/net/ethernet/qualcomm/ppe/ |
| H A D | ppe_config.h | 238 bool is_src; member
|
| H A D | ppe_config.c | 1131 val |= FIELD_PREP(PPE_IN_L2_SERVICE_TBL_DST_DIRECTION, cfg.is_src); in ppe_sc_config_set()
|