Home
last modified time | relevance | path

Searched refs:pre (Results 1 – 5 of 5) sorted by relevance

/sound/pci/ctxfi/
Dctimap.c21 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()
Dctvmem.c78 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/
DKconfig29 Specifies the default pre-allocated buffer-size in kB for the
35 Note that the pre-allocation size can be changed dynamically
/sound/firewire/
DKconfig174 * 8pre
180 * 4pre
/sound/soc/qcom/qdsp6/
Dq6afe-dai.c16 #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", \