• Home
  • Raw
  • Download

Lines Matching refs:fh

210 	struct vpbe_fh *fh = vb2_get_drv_priv(vb->vb2_queue);  in vpbe_buffer_prepare()  local
212 struct vpbe_layer *layer = fh->layer; in vpbe_buffer_prepare()
213 struct vpbe_device *vpbe_dev = fh->disp_dev->vpbe_dev; in vpbe_buffer_prepare()
250 struct vpbe_fh *fh = vb2_get_drv_priv(vq); in vpbe_buffer_queue_setup() local
251 struct vpbe_layer *layer = fh->layer; in vpbe_buffer_queue_setup()
252 struct vpbe_device *vpbe_dev = fh->disp_dev->vpbe_dev; in vpbe_buffer_queue_setup()
274 struct vpbe_fh *fh = vb2_get_drv_priv(vb->vb2_queue); in vpbe_buffer_queue() local
277 struct vpbe_layer *layer = fh->layer; in vpbe_buffer_queue()
278 struct vpbe_display *disp = fh->disp_dev; in vpbe_buffer_queue()
279 struct vpbe_device *vpbe_dev = fh->disp_dev->vpbe_dev; in vpbe_buffer_queue()
299 struct vpbe_fh *fh = vb2_get_drv_priv(vb->vb2_queue); in vpbe_buf_cleanup() local
300 struct vpbe_layer *layer = fh->layer; in vpbe_buf_cleanup()
301 struct vpbe_device *vpbe_dev = fh->disp_dev->vpbe_dev; in vpbe_buf_cleanup()
317 struct vpbe_fh *fh = vb2_get_drv_priv(vq); in vpbe_wait_prepare() local
318 struct vpbe_layer *layer = fh->layer; in vpbe_wait_prepare()
325 struct vpbe_fh *fh = vb2_get_drv_priv(vq); in vpbe_wait_finish() local
326 struct vpbe_layer *layer = fh->layer; in vpbe_wait_finish()
342 struct vpbe_fh *fh = vb2_get_drv_priv(vq); in vpbe_start_streaming() local
343 struct vpbe_layer *layer = fh->layer; in vpbe_start_streaming()
344 struct vpbe_device *vpbe_dev = fh->disp_dev->vpbe_dev; in vpbe_start_streaming()
363 ret = vpbe_set_osd_display_params(fh->disp_dev, layer); in vpbe_start_streaming()
379 struct vpbe_fh *fh = vb2_get_drv_priv(vq); in vpbe_stop_streaming() local
380 struct vpbe_layer *layer = fh->layer; in vpbe_stop_streaming()
678 struct vpbe_fh *fh = file->private_data; in vpbe_display_g_priority() local
679 struct vpbe_layer *layer = fh->layer; in vpbe_display_g_priority()
689 struct vpbe_fh *fh = file->private_data; in vpbe_display_s_priority() local
690 struct vpbe_layer *layer = fh->layer; in vpbe_display_s_priority()
693 ret = v4l2_prio_change(&layer->prio, &fh->prio, p); in vpbe_display_s_priority()
701 struct vpbe_fh *fh = file->private_data; in vpbe_display_querycap() local
702 struct vpbe_device *vpbe_dev = fh->disp_dev->vpbe_dev; in vpbe_display_querycap()
719 struct vpbe_fh *fh = file->private_data; in vpbe_display_s_crop() local
720 struct vpbe_layer *layer = fh->layer; in vpbe_display_s_crop()
721 struct vpbe_display *disp_dev = fh->disp_dev; in vpbe_display_s_crop()
788 struct vpbe_fh *fh = file->private_data; in vpbe_display_g_crop() local
789 struct vpbe_layer *layer = fh->layer; in vpbe_display_g_crop()
791 struct vpbe_device *vpbe_dev = fh->disp_dev->vpbe_dev; in vpbe_display_g_crop()
792 struct osd_state *osd_device = fh->disp_dev->osd_device; in vpbe_display_g_crop()
816 struct vpbe_fh *fh = file->private_data; in vpbe_display_cropcap() local
817 struct vpbe_device *vpbe_dev = fh->disp_dev->vpbe_dev; in vpbe_display_cropcap()
834 struct vpbe_fh *fh = file->private_data; in vpbe_display_g_fmt() local
835 struct vpbe_layer *layer = fh->layer; in vpbe_display_g_fmt()
836 struct vpbe_device *vpbe_dev = fh->disp_dev->vpbe_dev; in vpbe_display_g_fmt()
856 struct vpbe_fh *fh = file->private_data; in vpbe_display_enum_fmt() local
857 struct vpbe_layer *layer = fh->layer; in vpbe_display_enum_fmt()
858 struct vpbe_device *vpbe_dev = fh->disp_dev->vpbe_dev; in vpbe_display_enum_fmt()
888 struct vpbe_fh *fh = file->private_data; in vpbe_display_s_fmt() local
889 struct vpbe_layer *layer = fh->layer; in vpbe_display_s_fmt()
890 struct vpbe_display *disp_dev = fh->disp_dev; in vpbe_display_s_fmt()
977 struct vpbe_fh *fh = file->private_data; in vpbe_display_try_fmt() local
978 struct vpbe_display *disp_dev = fh->disp_dev; in vpbe_display_try_fmt()
979 struct vpbe_device *vpbe_dev = fh->disp_dev->vpbe_dev; in vpbe_display_try_fmt()
1003 struct vpbe_fh *fh = priv; in vpbe_display_s_std() local
1004 struct vpbe_layer *layer = fh->layer; in vpbe_display_s_std()
1005 struct vpbe_device *vpbe_dev = fh->disp_dev->vpbe_dev; in vpbe_display_s_std()
1038 struct vpbe_fh *fh = priv; in vpbe_display_g_std() local
1039 struct vpbe_device *vpbe_dev = fh->disp_dev->vpbe_dev; in vpbe_display_g_std()
1061 struct vpbe_fh *fh = priv; in vpbe_display_enum_output() local
1062 struct vpbe_device *vpbe_dev = fh->disp_dev->vpbe_dev; in vpbe_display_enum_output()
1089 struct vpbe_fh *fh = priv; in vpbe_display_s_output() local
1090 struct vpbe_layer *layer = fh->layer; in vpbe_display_s_output()
1091 struct vpbe_device *vpbe_dev = fh->disp_dev->vpbe_dev; in vpbe_display_s_output()
1120 struct vpbe_fh *fh = priv; in vpbe_display_g_output() local
1121 struct vpbe_device *vpbe_dev = fh->disp_dev->vpbe_dev; in vpbe_display_g_output()
1140 struct vpbe_fh *fh = priv; in vpbe_display_enum_dv_timings() local
1141 struct vpbe_device *vpbe_dev = fh->disp_dev->vpbe_dev; in vpbe_display_enum_dv_timings()
1170 struct vpbe_fh *fh = priv; in vpbe_display_s_dv_timings() local
1171 struct vpbe_layer *layer = fh->layer; in vpbe_display_s_dv_timings()
1172 struct vpbe_device *vpbe_dev = fh->disp_dev->vpbe_dev; in vpbe_display_s_dv_timings()
1208 struct vpbe_fh *fh = priv; in vpbe_display_g_dv_timings() local
1209 struct vpbe_device *vpbe_dev = fh->disp_dev->vpbe_dev; in vpbe_display_g_dv_timings()
1228 struct vpbe_fh *fh = file->private_data; in vpbe_display_streamoff() local
1229 struct vpbe_layer *layer = fh->layer; in vpbe_display_streamoff()
1230 struct vpbe_device *vpbe_dev = fh->disp_dev->vpbe_dev; in vpbe_display_streamoff()
1231 struct osd_state *osd_device = fh->disp_dev->osd_device; in vpbe_display_streamoff()
1244 if (!fh->io_allowed) { in vpbe_display_streamoff()
1267 struct vpbe_fh *fh = file->private_data; in vpbe_display_streamon() local
1268 struct vpbe_layer *layer = fh->layer; in vpbe_display_streamon()
1269 struct vpbe_display *disp_dev = fh->disp_dev; in vpbe_display_streamon()
1270 struct vpbe_device *vpbe_dev = fh->disp_dev->vpbe_dev; in vpbe_display_streamon()
1286 if (!fh->io_allowed) { in vpbe_display_streamon()
1312 struct vpbe_fh *fh = file->private_data; in vpbe_display_dqbuf() local
1313 struct vpbe_layer *layer = fh->layer; in vpbe_display_dqbuf()
1314 struct vpbe_device *vpbe_dev = fh->disp_dev->vpbe_dev; in vpbe_display_dqbuf()
1326 if (!fh->io_allowed) { in vpbe_display_dqbuf()
1343 struct vpbe_fh *fh = file->private_data; in vpbe_display_qbuf() local
1344 struct vpbe_layer *layer = fh->layer; in vpbe_display_qbuf()
1345 struct vpbe_device *vpbe_dev = fh->disp_dev->vpbe_dev; in vpbe_display_qbuf()
1357 if (!fh->io_allowed) { in vpbe_display_qbuf()
1368 struct vpbe_fh *fh = file->private_data; in vpbe_display_querybuf() local
1369 struct vpbe_layer *layer = fh->layer; in vpbe_display_querybuf()
1370 struct vpbe_device *vpbe_dev = fh->disp_dev->vpbe_dev; in vpbe_display_querybuf()
1387 struct vpbe_fh *fh = file->private_data; in vpbe_display_reqbufs() local
1388 struct vpbe_layer *layer = fh->layer; in vpbe_display_reqbufs()
1389 struct vpbe_device *vpbe_dev = fh->disp_dev->vpbe_dev; in vpbe_display_reqbufs()
1414 q->drv_priv = fh; in vpbe_display_reqbufs()
1427 fh->io_allowed = 1; in vpbe_display_reqbufs()
1445 struct vpbe_fh *fh = filep->private_data; in vpbe_display_mmap() local
1446 struct vpbe_layer *layer = fh->layer; in vpbe_display_mmap()
1447 struct vpbe_device *vpbe_dev = fh->disp_dev->vpbe_dev; in vpbe_display_mmap()
1463 struct vpbe_fh *fh = filep->private_data; in vpbe_display_poll() local
1464 struct vpbe_layer *layer = fh->layer; in vpbe_display_poll()
1465 struct vpbe_device *vpbe_dev = fh->disp_dev->vpbe_dev; in vpbe_display_poll()
1484 struct vpbe_fh *fh = NULL; in vpbe_display_open() local
1492 fh = kmalloc(sizeof(struct vpbe_fh), GFP_KERNEL); in vpbe_display_open()
1493 if (fh == NULL) { in vpbe_display_open()
1503 file->private_data = fh; in vpbe_display_open()
1504 fh->layer = layer; in vpbe_display_open()
1505 fh->disp_dev = disp_dev; in vpbe_display_open()
1518 kfree(fh); in vpbe_display_open()
1525 fh->io_allowed = 0; in vpbe_display_open()
1527 fh->prio = V4L2_PRIORITY_UNSET; in vpbe_display_open()
1528 v4l2_prio_open(&layer->prio, &fh->prio); in vpbe_display_open()
1542 struct vpbe_fh *fh = file->private_data; in vpbe_display_release() local
1543 struct vpbe_layer *layer = fh->layer; in vpbe_display_release()
1545 struct vpbe_display *disp_dev = fh->disp_dev; in vpbe_display_release()
1553 if (fh->io_allowed) { in vpbe_display_release()
1584 v4l2_prio_close(&layer->prio, fh->prio); in vpbe_display_release()
1589 kfree(fh); in vpbe_display_release()
1601 struct vpbe_fh *fh = file->private_data; in vpbe_display_g_register() local
1602 struct vpbe_device *vpbe_dev = fh->disp_dev->vpbe_dev; in vpbe_display_g_register()