Searched refs:imapper (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/sound/pci/ctxfi/ |
H A D | ctimap.c | 19 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 D | ctimap.h | 20 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 D | ctdaio.h | 51 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 D | ctsrc.h | 106 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 D | ctdaio.c | 158 struct imapper *entry; in dao_set_left_input() 187 struct imapper *entry; in dao_set_right_input() 216 struct imapper *entry; in dao_clear_left_input() 240 struct imapper *entry; in dao_clear_right_input() 632 static int daio_map_op(void *data, struct imapper *entry) in daio_map_op() 645 static int daio_imap_add(struct daio_mgr *mgr, struct imapper *entry) in daio_imap_add() 662 static int daio_imap_delete(struct daio_mgr *mgr, struct imapper *entry) in daio_imap_delete() 691 struct imapper *entry; in daio_mgr_create()
|
H A D | ctsrc.c | 618 struct imapper *entry; in srcimp_map() 677 srcimp->imappers = kcalloc(desc->msr, sizeof(struct imapper), in srcimp_rsc_init() 776 static int srcimp_map_op(void *data, struct imapper *entry) in srcimp_map_op() 790 static int srcimp_imap_add(struct srcimp_mgr *mgr, struct imapper *entry) in srcimp_imap_add() 807 static int srcimp_imap_delete(struct srcimp_mgr *mgr, struct imapper *entry) in srcimp_imap_delete() 828 struct imapper *entry; in srcimp_mgr_create()
|