Home
last modified time | relevance | path

Searched refs:buf_list_get (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ebc-dev/bufmanage/
H A Dbuf_manage.c92 temp_buf = (struct ebc_buf_s *)buf_list_get(ebc_buf_info.dsp_buf_list, temp_pos); in ebc_add_to_dsp_buf_list()
145 temp_buf = (struct ebc_buf_s *)buf_list_get(ebc_buf_info.buf_list, temp_pos++); in ebc_find_buf_by_phy_addr()
160 buf = (struct ebc_buf_s *)buf_list_get(ebc_buf_info.dsp_buf_list, 0); in ebc_dsp_buf_get()
197 temp_buf = (struct ebc_buf_s *)buf_list_get(ebc_buf_info.buf_list, temp_pos++); in ebc_empty_buf_get()
239 temp_buf = (struct ebc_buf_s *)buf_list_get(ebc_buf_info.buf_list, pos); in ebc_buf_uninit()
H A Dbuf_list.c63 int *buf_list_get(buf_list_t *li, int pos) in buf_list_get() function
131 node_ = buf_list_get(list, pos); in buf_list_find()
H A Dbuf_list.h49 int *buf_list_get(buf_list_t *li, int pos);