imapper           158 sound/pci/ctxfi/ctdaio.c 	struct imapper *entry;
imapper           187 sound/pci/ctxfi/ctdaio.c 	struct imapper *entry;
imapper           216 sound/pci/ctxfi/ctdaio.c 	struct imapper *entry;
imapper           240 sound/pci/ctxfi/ctdaio.c 	struct imapper *entry;
imapper           632 sound/pci/ctxfi/ctdaio.c static int daio_map_op(void *data, struct imapper *entry)
imapper           645 sound/pci/ctxfi/ctdaio.c static int daio_imap_add(struct daio_mgr *mgr, struct imapper *entry)
imapper           662 sound/pci/ctxfi/ctdaio.c static int daio_imap_delete(struct daio_mgr *mgr, struct imapper *entry)
imapper           691 sound/pci/ctxfi/ctdaio.c 	struct imapper *entry;
imapper            51 sound/pci/ctxfi/ctdaio.h 	struct imapper **imappers;
imapper           102 sound/pci/ctxfi/ctdaio.h 	struct imapper *init_imap;
imapper           112 sound/pci/ctxfi/ctdaio.h 	int (*imap_add)(struct daio_mgr *mgr, struct imapper *entry);
imapper           113 sound/pci/ctxfi/ctdaio.h 	int (*imap_delete)(struct daio_mgr *mgr, struct imapper *entry);
imapper            18 sound/pci/ctxfi/ctimap.c int input_mapper_add(struct list_head *mappers, struct imapper *entry,
imapper            19 sound/pci/ctxfi/ctimap.c 		     int (*map_op)(void *, struct imapper *), void *data)
imapper            22 sound/pci/ctxfi/ctimap.c 	struct imapper *pre_ent, *pos_ent;
imapper            34 sound/pci/ctxfi/ctimap.c 		pos_ent = list_entry(pos, struct imapper, list);
imapper            53 sound/pci/ctxfi/ctimap.c 	pre_ent = list_entry(pre, struct imapper, list);
imapper            54 sound/pci/ctxfi/ctimap.c 	pos_ent = list_entry(pos, struct imapper, list);
imapper            64 sound/pci/ctxfi/ctimap.c int input_mapper_delete(struct list_head *mappers, struct imapper *entry,
imapper            65 sound/pci/ctxfi/ctimap.c 		     int (*map_op)(void *, struct imapper *), void *data)
imapper            68 sound/pci/ctxfi/ctimap.c 	struct imapper *pre_ent, *next_ent;
imapper            86 sound/pci/ctxfi/ctimap.c 	pre_ent = list_entry(pre, struct imapper, list);
imapper            87 sound/pci/ctxfi/ctimap.c 	next_ent = list_entry(next, struct imapper, list);
imapper            98 sound/pci/ctxfi/ctimap.c 	struct imapper *entry;
imapper           104 sound/pci/ctxfi/ctimap.c 		entry = list_entry(pos, struct imapper, list);
imapper            28 sound/pci/ctxfi/ctimap.h int input_mapper_add(struct list_head *mappers, struct imapper *entry,
imapper            29 sound/pci/ctxfi/ctimap.h 		     int (*map_op)(void *, struct imapper *), void *data);
imapper            31 sound/pci/ctxfi/ctimap.h int input_mapper_delete(struct list_head *mappers, struct imapper *entry,
imapper            32 sound/pci/ctxfi/ctimap.h 		     int (*map_op)(void *, struct imapper *), void *data);
imapper           619 sound/pci/ctxfi/ctsrc.c 	struct imapper *entry;
imapper           678 sound/pci/ctxfi/ctsrc.c 	srcimp->imappers = kcalloc(desc->msr, sizeof(struct imapper),
imapper           777 sound/pci/ctxfi/ctsrc.c static int srcimp_map_op(void *data, struct imapper *entry)
imapper           791 sound/pci/ctxfi/ctsrc.c static int srcimp_imap_add(struct srcimp_mgr *mgr, struct imapper *entry)
imapper           808 sound/pci/ctxfi/ctsrc.c static int srcimp_imap_delete(struct srcimp_mgr *mgr, struct imapper *entry)
imapper           829 sound/pci/ctxfi/ctsrc.c 	struct imapper *entry;
imapper           106 sound/pci/ctxfi/ctsrc.h 	struct imapper *imappers;
imapper           128 sound/pci/ctxfi/ctsrc.h 	struct imapper *init_imap;
imapper           137 sound/pci/ctxfi/ctsrc.h 	int (*imap_add)(struct srcimp_mgr *mgr, struct imapper *entry);
imapper           138 sound/pci/ctxfi/ctsrc.h 	int (*imap_delete)(struct srcimp_mgr *mgr, struct imapper *entry);