Home
last modified time | relevance | path

Searched refs:atomisp_dis_buf (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/staging/media/atomisp/pci/
H A Datomisp_compat.h64 struct atomisp_dis_buf *dis_buf,
91 struct atomisp_dis_buf *dis_buf,
98 void atomisp_css_free_dis_buffer(struct atomisp_dis_buf *dis_buf);
H A Datomisp_compat_css20.h82 struct atomisp_dis_buf { struct
83 dis_dataatomisp_dis_buf global() argument
84 dvs_mapatomisp_dis_buf global() argument
85 listatomisp_dis_buf global() argument
H A Datomisp_fops.c182 struct atomisp_dis_buf *dis_buf; in atomisp_q_one_dis_buffer()
197 struct atomisp_dis_buf, list); in atomisp_q_one_dis_buffer()
H A Datomisp_compat_css20.c936 struct atomisp_dis_buf *dis_buf, in atomisp_q_dis_buffer_to_css()
1090 struct atomisp_dis_buf *dis_buf, in atomisp_css_allocate_stat_buffers()
1157 void atomisp_css_free_dis_buffer(struct atomisp_dis_buf *dis_buf) in atomisp_css_free_dis_buffer()
1179 struct atomisp_dis_buf *dis_buf, *_dis_buf; in atomisp_css_free_stat_buffers()
3011 struct atomisp_dis_buf *dis_buf; in atomisp_css_get_dis_stat()
3044 struct atomisp_dis_buf, list); in atomisp_css_get_dis_stat()
H A Datomisp_ioctl.c686 struct atomisp_dis_buf *dis_buf = NULL, *_dis_buf; in atomisp_alloc_css_stat_bufs()
718 dis_buf = kzalloc(sizeof(struct atomisp_dis_buf), GFP_KERNEL); in atomisp_alloc_css_stat_bufs()
H A Datomisp_cmd.c657 struct atomisp_dis_buf *dis_buf = NULL, *_dis_buf_tmp, *dis_iter; in atomisp_buf_done()