Searched refs:pre (Results 1 – 5 of 5) sorted by relevance
/sound/pci/ctxfi/ |
D | ctimap.c | 21 struct list_head *pos, *pre, *head; in input_mapper_add() local 42 pre = pos->prev; in input_mapper_add() 43 if (pre == head) in input_mapper_add() 44 pre = head->prev; in input_mapper_add() 48 pre = head->prev; in input_mapper_add() 53 pre_ent = list_entry(pre, struct imapper, list); in input_mapper_add() 67 struct list_head *next, *pre, *head; in input_mapper_delete() local 75 pre = (entry->list.prev == head) ? head->prev : entry->list.prev; in input_mapper_delete() 78 if (pre == &entry->list) { in input_mapper_delete() 86 pre_ent = list_entry(pre, struct imapper, list); in input_mapper_delete()
|
D | ctvmem.c | 78 struct list_head *pos, *pre; in put_vm_block() local 106 pre = pos->prev; in put_vm_block() 107 while (pre != &vm->unused) { in put_vm_block() 109 pre_ent = list_entry(pre, struct ct_vm_block, list); in put_vm_block() 116 pos = pre; in put_vm_block() 117 pre = pos->prev; in put_vm_block()
|
/sound/hda/ |
D | Kconfig | 29 Specifies the default pre-allocated buffer-size in kB for the 35 Note that the pre-allocation size can be changed dynamically
|
/sound/firewire/ |
D | Kconfig | 174 * 8pre 180 * 4pre
|
/sound/soc/qcom/qdsp6/ |
D | q6afe-dai.c | 16 #define Q6AFE_TDM_PB_DAI(pre, num, did) { \ argument 18 .stream_name = pre" TDM"#num" Playback", \ 37 #define Q6AFE_TDM_CAP_DAI(pre, num, did) { \ argument 39 .stream_name = pre" TDM"#num" Capture", \
|