Searched refs:pre (Results 1 – 4 of 4) sorted by relevance
/sound/pci/ctxfi/ |
D | ctimap.c | 25 struct list_head *pos, *pre, *head; in input_mapper_add() local 46 pre = pos->prev; in input_mapper_add() 47 if (pre == head) in input_mapper_add() 48 pre = head->prev; in input_mapper_add() 52 pre = head->prev; in input_mapper_add() 57 pre_ent = list_entry(pre, struct imapper, list); in input_mapper_add() 71 struct list_head *next, *pre, *head; in input_mapper_delete() local 79 pre = (entry->list.prev == head) ? head->prev : entry->list.prev; in input_mapper_delete() 82 if (pre == &entry->list) { in input_mapper_delete() 90 pre_ent = list_entry(pre, struct imapper, list); in input_mapper_delete()
|
D | ctvmem.c | 80 struct list_head *pos, *pre; in put_vm_block() local 108 pre = pos->prev; in put_vm_block() 109 while (pre != &vm->unused) { in put_vm_block() 111 pre_ent = list_entry(pre, struct ct_vm_block, list); in put_vm_block() 118 pos = pre; in put_vm_block() 119 pre = pos->prev; in put_vm_block()
|
/sound/pci/hda/ |
D | Kconfig | 26 Specifies the default pre-allocated buffer-size in kB for the 31 Note that the pre-allocation size can be changed dynamically
|
/sound/oss/ |
D | CHANGELOG | 266 Since pre-3.0-940712 272 Since pre-3.0-940426
|