Home
last modified time | relevance | path

Searched refs:get_list_buf (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/ispp/
H A Dstream_v10.c168 dbufs = get_list_buf(list, true); in tnr_free_buf()
179 dbufs = get_list_buf(list, true); in tnr_free_buf()
184 dbufs = get_list_buf(list, true); in tnr_free_buf()
396 dbufs = get_list_buf(list, true); in nr_free_buf()
408 get_list_buf(list, false); in nr_free_buf()
411 get_list_buf(list, false); in nr_free_buf()
613 get_list_buf(list, false); in fec_free_buf()
814 vdev->nr.cur_rd = get_list_buf(list, true); in nr_work_event()
828 get_list_buf(list, false); in nr_work_event()
1138 struct rkisp_ispp_buf *buf = get_list_buf(list, true); in tnr_work_event()
[all …]
H A Dstream_v20.c156 dbufs = get_list_buf(list, true); in fec_free_buf()
161 get_list_buf(list, false); in fec_free_buf()
241 vdev->fec.cur_rd = get_list_buf(list, true); in fec_work_event()
H A Dstream.h261 void *get_list_buf(struct list_head *list, bool is_isp_ispp);
H A Dstream.c467 void *get_list_buf(struct list_head *list, bool is_isp_ispp) in get_list_buf() function