Home
last modified time | relevance | path

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

/sound/pci/ctxfi/
Dctimap.c22 int input_mapper_add(struct list_head *mappers, struct imapper *entry, in input_mapper_add()
23 int (*map_op)(void *, struct imapper *), void *data) in input_mapper_add() argument
26 struct imapper *pre_ent, *pos_ent; in input_mapper_add()
38 pos_ent = list_entry(pos, struct imapper, list); in input_mapper_add()
57 pre_ent = list_entry(pre, struct imapper, list); in input_mapper_add()
58 pos_ent = list_entry(pos, struct imapper, list); in input_mapper_add()
68 int input_mapper_delete(struct list_head *mappers, struct imapper *entry, in input_mapper_delete()
69 int (*map_op)(void *, struct imapper *), void *data) in input_mapper_delete() argument
72 struct imapper *pre_ent, *next_ent; in input_mapper_delete()
90 pre_ent = list_entry(pre, struct imapper, list); in input_mapper_delete()
[all …]
Dctimap.h24 struct imapper { struct
32 int input_mapper_add(struct list_head *mappers, struct imapper *entry, argument
33 int (*map_op)(void *, struct imapper *), void *data);
35 int input_mapper_delete(struct list_head *mappers, struct imapper *entry,
36 int (*map_op)(void *, struct imapper *), void *data);
Dctdaio.h55 struct imapper **imappers;
106 struct imapper *init_imap;
116 int (*imap_add)(struct daio_mgr *mgr, struct imapper *entry);
117 int (*imap_delete)(struct daio_mgr *mgr, struct imapper *entry);
Dctsrc.h110 struct imapper *imappers;
132 struct imapper *init_imap;
141 int (*imap_add)(struct srcimp_mgr *mgr, struct imapper *entry);
142 int (*imap_delete)(struct srcimp_mgr *mgr, struct imapper *entry);
Dctdaio.c162 struct imapper *entry; in dao_set_left_input()
191 struct imapper *entry; in dao_set_right_input()
220 struct imapper *entry; in dao_clear_left_input()
244 struct imapper *entry; in dao_clear_right_input()
639 static int daio_map_op(void *data, struct imapper *entry) in daio_map_op()
652 static int daio_imap_add(struct daio_mgr *mgr, struct imapper *entry) in daio_imap_add()
669 static int daio_imap_delete(struct daio_mgr *mgr, struct imapper *entry) in daio_imap_delete()
698 struct imapper *entry; in daio_mgr_create()
Dctsrc.c623 struct imapper *entry; in srcimp_map()
682 srcimp->imappers = kzalloc(sizeof(struct imapper)*desc->msr, in srcimp_rsc_init()
783 static int srcimp_map_op(void *data, struct imapper *entry) in srcimp_map_op()
797 static int srcimp_imap_add(struct srcimp_mgr *mgr, struct imapper *entry) in srcimp_imap_add()
814 static int srcimp_imap_delete(struct srcimp_mgr *mgr, struct imapper *entry) in srcimp_imap_delete()
835 struct imapper *entry; in srcimp_mgr_create()