Lines Matching refs:vpfe_device
192 __vpfe_get_format(struct vpfe_device *vpfe,
224 mbus_to_pix(struct vpfe_device *vpfe, in mbus_to_pix()
249 static void pix_to_mbus(struct vpfe_device *vpfe, in pix_to_mbus()
305 static inline struct vpfe_device *to_vpfe(struct vpfe_ccdc *ccdc) in to_vpfe()
307 return container_of(ccdc, struct vpfe_device, ccdc); in to_vpfe()
385 struct vpfe_device *vpfe = to_vpfe(ccdc); in vpfe_reg_dump()
409 struct vpfe_device *vpfe = to_vpfe(ccdc); in vpfe_ccdc_validate_param()
498 struct vpfe_device *vpfe = container_of(ccdc, struct vpfe_device, ccdc); in vpfe_ccdc_set_params()
527 struct vpfe_device *vpfe = container_of(ccdc, struct vpfe_device, ccdc); in vpfe_ccdc_config_ycbcr()
656 struct vpfe_device *vpfe = container_of(ccdc, struct vpfe_device, ccdc); in vpfe_ccdc_config_raw()
763 struct vpfe_device *vpfe = container_of(ccdc, struct vpfe_device, ccdc); in vpfe_ccdc_set_pixel_format()
895 struct vpfe_device *vpfe = container_of(ccdc, struct vpfe_device, ccdc); in vpfe_ccdc_set_hw_if_params()
1010 static int vpfe_get_ccdc_image_format(struct vpfe_device *vpfe, in vpfe_get_ccdc_image_format()
1047 static int vpfe_config_ccdc_image_format(struct vpfe_device *vpfe) in vpfe_config_ccdc_image_format()
1105 static int vpfe_config_image_format(struct vpfe_device *vpfe, in vpfe_config_image_format()
1154 static int vpfe_initialize_device(struct vpfe_device *vpfe) in vpfe_initialize_device()
1189 struct vpfe_device *vpfe = video_drvdata(file); in vpfe_release()
1220 struct vpfe_device *vpfe = video_drvdata(file); in vpfe_open()
1254 static inline void vpfe_schedule_next_buffer(struct vpfe_device *vpfe) in vpfe_schedule_next_buffer()
1264 static inline void vpfe_schedule_bottom_field(struct vpfe_device *vpfe) in vpfe_schedule_bottom_field()
1282 static inline void vpfe_process_buffer_complete(struct vpfe_device *vpfe) in vpfe_process_buffer_complete()
1301 struct vpfe_device *vpfe = (struct vpfe_device *)dev; in vpfe_isr()
1379 static inline void vpfe_detach_irq(struct vpfe_device *vpfe) in vpfe_detach_irq()
1391 static inline void vpfe_attach_irq(struct vpfe_device *vpfe) in vpfe_attach_irq()
1406 struct vpfe_device *vpfe = video_drvdata(file); in vpfe_querycap()
1422 static int __vpfe_get_format(struct vpfe_device *vpfe, in __vpfe_get_format()
1467 static int __vpfe_set_format(struct vpfe_device *vpfe, in __vpfe_set_format()
1506 struct vpfe_device *vpfe = video_drvdata(file); in vpfe_g_fmt()
1518 struct vpfe_device *vpfe = video_drvdata(file); in vpfe_enum_fmt()
1555 struct vpfe_device *vpfe = video_drvdata(file); in vpfe_try_fmt()
1566 struct vpfe_device *vpfe = video_drvdata(file); in vpfe_s_fmt()
1610 struct vpfe_device *vpfe = video_drvdata(file); in vpfe_enum_size()
1672 vpfe_get_subdev_input_index(struct vpfe_device *vpfe, in vpfe_get_subdev_input_index()
1695 static int vpfe_get_app_input_index(struct vpfe_device *vpfe, in vpfe_get_app_input_index()
1723 struct vpfe_device *vpfe = video_drvdata(file); in vpfe_enum_input()
1743 struct vpfe_device *vpfe = video_drvdata(file); in vpfe_g_input()
1751 static int vpfe_set_input(struct vpfe_device *vpfe, unsigned int index) in vpfe_set_input()
1814 struct vpfe_device *vpfe = video_drvdata(file); in vpfe_s_input()
1824 struct vpfe_device *vpfe = video_drvdata(file); in vpfe_querystd()
1840 struct vpfe_device *vpfe = video_drvdata(file); in vpfe_s_std()
1870 struct vpfe_device *vpfe = video_drvdata(file); in vpfe_g_std()
1888 static void vpfe_calculate_offsets(struct vpfe_device *vpfe) in vpfe_calculate_offsets()
1916 struct vpfe_device *vpfe = vb2_get_drv_priv(vq); in vpfe_queue_setup()
1948 struct vpfe_device *vpfe = vb2_get_drv_priv(vb->vb2_queue); in vpfe_buffer_prepare()
1967 struct vpfe_device *vpfe = vb2_get_drv_priv(vb->vb2_queue); in vpfe_buffer_queue()
1984 struct vpfe_device *vpfe = vb2_get_drv_priv(vq); in vpfe_start_streaming()
2045 struct vpfe_device *vpfe = vb2_get_drv_priv(vq); in vpfe_stop_streaming()
2086 struct vpfe_device *vpfe = video_drvdata(file); in vpfe_cropcap()
2108 struct vpfe_device *vpfe = video_drvdata(file); in vpfe_g_selection()
2146 struct vpfe_device *vpfe = video_drvdata(file); in vpfe_s_selection()
2190 struct vpfe_device *vpfe = video_drvdata(file); in vpfe_ioctl_default()
2296 struct vpfe_device *vpfe = container_of(notifier->v4l2_dev, in vpfe_async_bound()
2297 struct vpfe_device, v4l2_dev); in vpfe_async_bound()
2346 static int vpfe_probe_complete(struct vpfe_device *vpfe) in vpfe_probe_complete()
2419 struct vpfe_device *vpfe = container_of(notifier->v4l2_dev, in vpfe_async_complete()
2420 struct vpfe_device, v4l2_dev); in vpfe_async_complete()
2532 struct vpfe_device *vpfe; in vpfe_probe()
2619 struct vpfe_device *vpfe = platform_get_drvdata(pdev); in vpfe_remove()
2666 struct vpfe_device *vpfe = platform_get_drvdata(pdev); in vpfe_suspend()
2724 struct vpfe_device *vpfe = platform_get_drvdata(pdev); in vpfe_resume()