Home
last modified time | relevance | path

Searched defs:head (Results 1 – 25 of 65) sorted by relevance

123

/device/google/dragon/audio/hal/
Dutlist.h64 #define LL_PREPEND(head, add) \ argument
82 #define LL_APPEND(head, add) \ argument
96 #define LL_DELETE(head, del) \ argument
110 #define LL_FOREACH(head, el) \ argument
113 #define LL_FOREACH_SAFE(head, el, tmp) \ argument
116 #define LL_SEARCH_SCALAR(head, out, field, val) \ argument
123 #define LL_SEARCH_SCALAR_WITH_CAST(head, out, nout, field, val) \ argument
133 #define LL_SEARCH(head, out, elt, cmp) \ argument
143 #define DL_PREPEND(head, add) \ argument
154 #define DL_APPEND(head, add) \ argument
[all …]
/device/google/wahoo/power/
Dlist.c37 int init_list_head(struct list_node *head) in init_list_head()
47 struct list_node *add_list_node(struct list_node *head, void *data) in add_list_node()
69 int is_list_empty(struct list_node *head) in is_list_empty()
77 int remove_list_node(struct list_node *head, struct list_node *del_node) in remove_list_node()
110 void dump_list(struct list_node *head) in dump_list()
126 struct list_node *find_node(struct list_node *head, void *comparison_data) in find_node()
/device/lge/bullhead/power/
Dlist.c37 int init_list_head(struct list_node *head) in init_list_head()
47 struct list_node *add_list_node(struct list_node *head, void *data) in add_list_node()
69 int is_list_empty(struct list_node *head) in is_list_empty()
77 int remove_list_node(struct list_node *head, struct list_node *del_node) in remove_list_node()
110 void dump_list(struct list_node *head) in dump_list()
126 struct list_node *find_node(struct list_node *head, void *comparison_data) in find_node()
/device/huawei/angler/power/
Dlist.c37 int init_list_head(struct list_node *head) in init_list_head()
47 struct list_node *add_list_node(struct list_node *head, void *data) in add_list_node()
69 int is_list_empty(struct list_node *head) in is_list_empty()
77 int remove_list_node(struct list_node *head, struct list_node *del_node) in remove_list_node()
110 void dump_list(struct list_node *head) in dump_list()
126 struct list_node *find_node(struct list_node *head, void *comparison_data) in find_node()
/device/google/marlin/power/
Dlist.c37 int init_list_head(struct list_node *head) in init_list_head()
47 struct list_node *add_list_node(struct list_node *head, void *data) in add_list_node()
69 int is_list_empty(struct list_node *head) in is_list_empty()
77 int remove_list_node(struct list_node *head, struct list_node *del_node) in remove_list_node()
110 void dump_list(struct list_node *head) in dump_list()
126 struct list_node *find_node(struct list_node *head, void *comparison_data) in find_node()
/device/google/marlin/camera/QCamera2/util/
DQCameraQueue.cpp226 struct cam_list *head = NULL; in peek() local
261 struct cam_list *head = NULL; in dequeue() local
301 struct cam_list *head = NULL; in dequeue() local
345 struct cam_list *head = NULL; in flush() local
387 struct cam_list *head = NULL; in flushNodes() local
432 struct cam_list *head = NULL; in flushNodes() local
/device/huawei/angler/camera/QCamera2/util/
DQCameraQueue.cpp219 struct cam_list *head = NULL; in peek() local
254 struct cam_list *head = NULL; in dequeue() local
293 struct cam_list *head = NULL; in flush() local
335 struct cam_list *head = NULL; in flushNodes() local
380 struct cam_list *head = NULL; in flushNodes() local
/device/lge/bullhead/camera/QCamera2/util/
DQCameraQueue.cpp219 struct cam_list *head = NULL; in peek() local
254 struct cam_list *head = NULL; in dequeue() local
293 struct cam_list *head = NULL; in flush() local
335 struct cam_list *head = NULL; in flushNodes() local
380 struct cam_list *head = NULL; in flushNodes() local
/device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/src/
Dmm_jpeg_queue.c68 struct cam_list *head = NULL; in mm_jpeg_queue_enq_head() local
95 struct cam_list *head = NULL; in mm_jpeg_queue_deq() local
140 struct cam_list *head = NULL; in mm_jpeg_queue_flush() local
169 struct cam_list *head = NULL; in mm_jpeg_queue_peek() local
/device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/src/
Dmm_jpeg_queue.c65 struct cam_list *head = NULL; in mm_jpeg_queue_enq_head() local
92 struct cam_list *head = NULL; in mm_jpeg_queue_deq() local
137 struct cam_list *head = NULL; in mm_jpeg_queue_flush() local
166 struct cam_list *head = NULL; in mm_jpeg_queue_peek() local
/device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/src/
Dmm_jpeg_queue.c65 struct cam_list *head = NULL; in mm_jpeg_queue_enq_head() local
92 struct cam_list *head = NULL; in mm_jpeg_queue_deq() local
137 struct cam_list *head = NULL; in mm_jpeg_queue_flush() local
166 struct cam_list *head = NULL; in mm_jpeg_queue_peek() local
/device/huawei/angler/camera/QCamera2/stack/common/
Dcam_queue.h38 cam_node_t head; /* dummy head */ member
74 struct cam_list *head = NULL; in cam_queue_deq() local
98 struct cam_list *head = NULL; in cam_queue_flush() local
/device/lge/bullhead/camera/QCamera2/stack/common/
Dcam_queue.h38 cam_node_t head; /* dummy head */ member
74 struct cam_list *head = NULL; in cam_queue_deq() local
98 struct cam_list *head = NULL; in cam_queue_flush() local
/device/google/marlin/camera/QCamera2/stack/common/
Dcam_queue.h42 cam_node_t head; /* dummy head */ member
78 struct cam_list *head = NULL; in cam_queue_deq() local
102 struct cam_list *head = NULL; in cam_queue_flush() local
/device/huawei/angler/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_queue.c110 struct cam_list *head = NULL; in mm_qcamera_queue_dequeue() local
138 struct cam_list *head = NULL; in mm_qcamera_queue_flush() local
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_queue.c110 struct cam_list *head = NULL; in mm_qcamera_queue_dequeue() local
138 struct cam_list *head = NULL; in mm_qcamera_queue_flush() local
/device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_queue.c111 struct cam_list *head = NULL; in mm_qcamera_queue_dequeue() local
139 struct cam_list *head = NULL; in mm_qcamera_queue_flush() local
/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/drivers/
Dhisi_mcu.c110 static int is_binary_header_invalid(struct mcu_image_head *head, in is_binary_header_invalid()
124 struct mcu_image_head *head) in is_binary_section_invalid()
205 struct mcu_image_head *head; in hisi_mcu_load_image() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Ddircache.py37 def annotate(head, list): argument
Dcommands.py69 def mk2arg(head, x): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/
Dstructparse.py11 def __init__(self, name, head, members): argument
Dstruct.py11 def __init__(self, name, head, members): argument
/device/google/contexthub/firmware/os/core/
DsimpleQ.c32 uint32_t head, tail, num, freeHead, entrySz; member
96 uint32_t head; in simpleQueueDequeue() local
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/sym/
Dtemplate.h11 struct _sym *next, *prev, **head, *scope; member
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
DSList.h59 SListNode *head, *tail; variable

123