Searched refs:imapper (Results 1 – 4 of 4) sorted by relevance
| /linux/sound/pci/ctxfi/ |
| H A D | ctimap.c | 18 int input_mapper_add(struct list_head *mappers, struct imapper *entry, in input_mapper_add() 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() 64 int input_mapper_delete(struct list_head *mappers, struct imapper *entry, in input_mapper_delete() 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() [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 | 53 struct imapper **imappers; 105 struct imapper *init_imap; 115 int (*imap_add)(struct daio_mgr *mgr, struct imapper *entry); 116 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);
|