Home
last modified time | relevance | path

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

/linux/sound/core/seq/
H A Dseq_ports.c201 bool is_src, bool ack);
204 get_subscriber(struct hlist_node *p, bool is_src)
206 if (is_src) in clear_subscriber_list()
219 int is_src) in clear_subscriber_list()
226 subs = get_subscriber(p, is_src); in clear_subscriber_list()
229 is_src ? in clear_subscriber_list()
232 delete_and_unsubscribe_port(client, port, subs, is_src, false); in clear_subscriber_list()
245 delete_and_unsubscribe_port(c, aport, subs, !is_src, true); in port_delete()
493 bool is_src, bool exclusive, bool ack) in check_and_subscribe_port()
500 grp = is_src in check_and_subscribe_port()
193 get_subscriber(struct list_head * p,bool is_src) get_subscriber() argument
208 clear_subscriber_list(struct snd_seq_client * client,struct snd_seq_client_port * port,struct snd_seq_port_subs_info * grp,int is_src) clear_subscriber_list() argument
487 check_and_subscribe_port(struct snd_seq_client * client,struct snd_seq_client_port * port,struct snd_seq_subscribers * subs,bool is_src,bool exclusive,bool ack) check_and_subscribe_port() argument
532 __delete_and_unsubscribe_port(struct snd_seq_client * client,struct snd_seq_client_port * port,struct snd_seq_subscribers * subs,bool is_src,bool ack) __delete_and_unsubscribe_port() argument
554 delete_and_unsubscribe_port(struct snd_seq_client * client,struct snd_seq_client_port * port,struct snd_seq_subscribers * subs,bool is_src,bool ack) delete_and_unsubscribe_port() argument
[all...]
H A Dseq_clientmgr.c2550 int is_src, char *msg) in snd_seq_info_dump_ports()
2561 if (is_src) in snd_seq_info_dump_ports()
2568 is_src ? s->info.dest.client : s->info.sender.client, in snd_seq_info_dump_ports()
2569 is_src ? s->info.dest.port : s->info.sender.port); in snd_seq_info_dump_ports()
2502 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 Duffd-common.c59 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 Duffd-common.h88 int (*allocate_area)(uffd_global_test_opts_t *gopts, void **alloc_area, bool is_src);
/linux/drivers/net/dsa/microchip/
H 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/net/ethernet/qualcomm/ppe/
H A Dppe_config.h238 bool is_src; member
H A Dppe_config.c1131 val |= FIELD_PREP(PPE_IN_L2_SERVICE_TBL_DST_DIRECTION, cfg.is_src); in ppe_sc_config_set()