Searched refs:cam_list (Results 1 – 11 of 11) sorted by relevance
44 struct cam_list { struct45 struct cam_list *next, *prev; argument48 static inline void cam_list_init(struct cam_list *ptr) in cam_list_init()54 static inline void cam_list_add_tail_node(struct cam_list *item, in cam_list_add_tail_node()55 struct cam_list *head) in cam_list_add_tail_node()57 struct cam_list *prev = head->prev; in cam_list_add_tail_node()65 static inline void cam_list_insert_before_node(struct cam_list *item, in cam_list_insert_before_node()66 struct cam_list *node) in cam_list_insert_before_node()74 static inline void cam_list_del_node(struct cam_list *ptr) in cam_list_del_node()76 struct cam_list *prev = ptr->prev; in cam_list_del_node()[all …]
37 struct cam_list list;78 struct cam_list *head = NULL; in cam_queue_deq()79 struct cam_list *pos = NULL; in cam_queue_deq()102 struct cam_list *head = NULL; in cam_queue_flush()103 struct cam_list *pos = NULL; in cam_queue_flush()
196 struct cam_list *p_next = m_head.list.next; in enqueueWithPriority()226 struct cam_list *head = NULL; in peek()227 struct cam_list *pos = NULL; in peek()261 struct cam_list *head = NULL; in dequeue()262 struct cam_list *pos = NULL; in dequeue()301 struct cam_list *head = NULL; in dequeue()302 struct cam_list *pos = NULL; in dequeue()345 struct cam_list *head = NULL; in flush()346 struct cam_list *pos = NULL; in flush()387 struct cam_list *head = NULL; in flushNodes()[all …]
65 struct cam_list list;
68 struct cam_list *head = NULL; in mm_jpeg_queue_enq_head()69 struct cam_list *pos = NULL; in mm_jpeg_queue_enq_head()95 struct cam_list *head = NULL; in mm_jpeg_queue_deq()96 struct cam_list *pos = NULL; in mm_jpeg_queue_deq()140 struct cam_list *head = NULL; in mm_jpeg_queue_flush()141 struct cam_list *pos = NULL; in mm_jpeg_queue_flush()169 struct cam_list *head = NULL; in mm_jpeg_queue_peek()170 struct cam_list *pos = NULL; in mm_jpeg_queue_peek()
3657 struct cam_list *head = NULL; in mm_jpeg_queue_remove_job_by_client_id()3658 struct cam_list *pos = NULL; in mm_jpeg_queue_remove_job_by_client_id()3691 struct cam_list *head = NULL; in mm_jpeg_queue_remove_job_by_session_id()3692 struct cam_list *pos = NULL; in mm_jpeg_queue_remove_job_by_session_id()3725 struct cam_list *head = NULL; in mm_jpeg_queue_remove_job_by_job_id()3726 struct cam_list *pos = NULL; in mm_jpeg_queue_remove_job_by_job_id()3771 struct cam_list *head = NULL; in mm_jpeg_queue_remove_job_unlk()3772 struct cam_list *pos = NULL; in mm_jpeg_queue_remove_job_unlk()
111 struct cam_list *head = NULL; in mm_qcamera_queue_dequeue()112 struct cam_list *pos = NULL; in mm_qcamera_queue_dequeue()139 struct cam_list *head = NULL; in mm_qcamera_queue_flush()140 struct cam_list *pos = NULL; in mm_qcamera_queue_flush()
2765 struct cam_list *head = NULL; in mm_channel_validate_super_buf()2766 struct cam_list *pos = NULL; in mm_channel_validate_super_buf()3075 struct cam_list *head = NULL; in mm_channel_superbuf_comp_and_enqueue()3076 struct cam_list *pos = NULL; in mm_channel_superbuf_comp_and_enqueue()3079 struct cam_list *last_buf, *insert_before_buf, *last_buf_ptr; in mm_channel_superbuf_comp_and_enqueue()3376 struct cam_list *head = NULL; in mm_channel_superbuf_dequeue_internal()3377 struct cam_list *pos = NULL; in mm_channel_superbuf_dequeue_internal()3429 struct cam_list *head = NULL; in mm_channel_superbuf_dequeue_frame_internal()3430 struct cam_list *pos = NULL; in mm_channel_superbuf_dequeue_frame_internal()
1859 struct cam_list *head = NULL; in mm_camera_muxer_frame_sync_dequeue()1860 struct cam_list *pos = NULL; in mm_camera_muxer_frame_sync_dequeue()1909 struct cam_list *head = NULL; in mm_camera_muxer_do_frame_sync()1910 struct cam_list *pos = NULL; in mm_camera_muxer_do_frame_sync()1912 struct cam_list *last_buf = NULL, *insert_before_buf = NULL; in mm_camera_muxer_do_frame_sync()
257 struct cam_list list;
192 struct cam_list list;