Searched refs:atomisp_s3a_buf (Results  1 – 6 of 6) sorted by relevance
| /Linux-v6.6/drivers/staging/media/atomisp/pci/ | 
| D | atomisp_compat.h | 65 				struct atomisp_s3a_buf *s3a_buf,101 				      struct atomisp_s3a_buf *s3a_buf,
 107 void atomisp_css_free_3a_buffer(struct atomisp_s3a_buf *s3a_buf);
 
 | 
| D | atomisp_compat_css20.h | 87 struct atomisp_s3a_buf {  struct
 | 
| D | atomisp_fops.c | 152 	struct atomisp_s3a_buf *s3a_buf;  in atomisp_q_one_s3a_buffer()169 	s3a_buf = list_entry(s3a_list->next, struct atomisp_s3a_buf, list);  in atomisp_q_one_s3a_buffer()
 
 | 
| D | atomisp_compat_css20.c | 944 				struct atomisp_s3a_buf *s3a_buf,  in atomisp_q_s3a_buffer_to_css()1118 				      struct atomisp_s3a_buf      *s3a_buf,  in atomisp_css_allocate_stat_buffers()
 1176 void atomisp_css_free_3a_buffer(struct atomisp_s3a_buf *s3a_buf)  in atomisp_css_free_3a_buffer()
 1207 	struct atomisp_s3a_buf *s3a_buf, *_s3a_buf;  in atomisp_css_free_stat_buffers()
 
 | 
| D | atomisp_ioctl.c | 922 	struct atomisp_s3a_buf *s3a_buf = NULL, *_s3a_buf;  in atomisp_alloc_css_stat_bufs()936 			s3a_buf = kzalloc(sizeof(struct atomisp_s3a_buf), GFP_KERNEL);  in atomisp_alloc_css_stat_bufs()
 
 | 
| D | atomisp_cmd.c | 674 	struct atomisp_s3a_buf *s3a_buf = NULL, *_s3a_buf_tmp, *s3a_iter;  in atomisp_buf_done()1803 	struct atomisp_s3a_buf *s3a_buf;  in atomisp_3a_stat()
 1826 			     struct atomisp_s3a_buf, list);  in atomisp_3a_stat()
 
 |