pre_ent            22 sound/pci/ctxfi/ctimap.c 	struct imapper *pre_ent, *pos_ent;
pre_ent            53 sound/pci/ctxfi/ctimap.c 	pre_ent = list_entry(pre, struct imapper, list);
pre_ent            58 sound/pci/ctxfi/ctimap.c 	pre_ent->next = entry->addr;
pre_ent            59 sound/pci/ctxfi/ctimap.c 	map_op(data, pre_ent);
pre_ent            68 sound/pci/ctxfi/ctimap.c 	struct imapper *pre_ent, *next_ent;
pre_ent            86 sound/pci/ctxfi/ctimap.c 	pre_ent = list_entry(pre, struct imapper, list);
pre_ent            89 sound/pci/ctxfi/ctimap.c 	pre_ent->next = next_ent->addr;
pre_ent            90 sound/pci/ctxfi/ctimap.c 	map_op(data, pre_ent);
pre_ent            77 sound/pci/ctxfi/ctvmem.c 	struct ct_vm_block *entry, *pre_ent;
pre_ent           109 sound/pci/ctxfi/ctvmem.c 		pre_ent = list_entry(pre, struct ct_vm_block, list);
pre_ent           110 sound/pci/ctxfi/ctvmem.c 		if ((pre_ent->addr + pre_ent->size) > entry->addr)
pre_ent           113 sound/pci/ctxfi/ctvmem.c 		pre_ent->size += entry->size;