Home
last modified time | relevance | path

Searched refs:imapper (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/sound/pci/ctxfi/
H A Dctimap.c19 int (*map_op)(void *, struct imapper *), void *data) in input_mapper_add() argument
22 struct imapper *pre_ent, *pos_ent; in input_mapper_add()
34 pos_ent = list_entry(pos, struct imapper, list); in input_mapper_add()
53 pre_ent = list_entry(pre, struct imapper, list); in input_mapper_add()
54 pos_ent = list_entry(pos, struct imapper, list); in input_mapper_add()
65 int (*map_op)(void *, struct imapper *), void *data) in input_mapper_delete() argument
68 struct imapper *pre_ent, *next_ent; in input_mapper_delete()
86 pre_ent = list_entry(pre, struct imapper, list); in input_mapper_delete()
87 next_ent = list_entry(next, struct imapper, list); in input_mapper_delete()
98 struct imapper *entry; in free_input_mapper_list()
[all …]
H A Dctimap.h20 struct imapper { struct
28 int input_mapper_add(struct list_head *mappers, struct imapper *entry, argument
29 int (*map_op)(void *, struct imapper *), void *data);
31 int input_mapper_delete(struct list_head *mappers, struct imapper *entry,
32 int (*map_op)(void *, struct imapper *), void *data);
H A Dctdaio.h51 struct imapper **imappers;
102 struct imapper *init_imap;
112 int (*imap_add)(struct daio_mgr *mgr, struct imapper *entry);
113 int (*imap_delete)(struct daio_mgr *mgr, struct imapper *entry);
H A Dctsrc.h106 struct imapper *imappers;
128 struct imapper *init_imap;
137 int (*imap_add)(struct srcimp_mgr *mgr, struct imapper *entry);
138 int (*imap_delete)(struct srcimp_mgr *mgr, struct imapper *entry);
H A Dctdaio.c158 struct imapper *entry; in dao_set_left_input()
187 struct imapper *entry; in dao_set_right_input()
610 static int daio_map_op(void *data, struct imapper *entry) in daio_map_op()
623 static int daio_imap_add(struct daio_mgr *mgr, struct imapper *entry) in daio_imap_add()
640 static int daio_imap_delete(struct daio_mgr *mgr, struct imapper *entry) in daio_imap_delete()
669 struct imapper *entry; in daio_mgr_create()
H A Dctsrc.c619 struct imapper *entry; in srcimp_map()
678 srcimp->imappers = kcalloc(desc->msr, sizeof(struct imapper), in srcimp_rsc_init()
777 static int srcimp_map_op(void *data, struct imapper *entry) in srcimp_map_op()
791 static int srcimp_imap_add(struct srcimp_mgr *mgr, struct imapper *entry) in srcimp_imap_add()
808 static int srcimp_imap_delete(struct srcimp_mgr *mgr, struct imapper *entry) in srcimp_imap_delete()
829 struct imapper *entry; in srcimp_mgr_create()