Lines Matching refs:vpfe_device
193 __vpfe_get_format(struct vpfe_device *vpfe,
225 mbus_to_pix(struct vpfe_device *vpfe, in mbus_to_pix()
250 static void pix_to_mbus(struct vpfe_device *vpfe, in pix_to_mbus()
306 static inline struct vpfe_device *to_vpfe(struct vpfe_ccdc *ccdc) in to_vpfe()
308 return container_of(ccdc, struct vpfe_device, ccdc); in to_vpfe()
386 struct vpfe_device *vpfe = to_vpfe(ccdc); in vpfe_reg_dump()
410 struct vpfe_device *vpfe = to_vpfe(ccdc); in vpfe_ccdc_validate_param()
499 struct vpfe_device *vpfe = container_of(ccdc, struct vpfe_device, ccdc); in vpfe_ccdc_set_params()
528 struct vpfe_device *vpfe = container_of(ccdc, struct vpfe_device, ccdc); in vpfe_ccdc_config_ycbcr()
657 struct vpfe_device *vpfe = container_of(ccdc, struct vpfe_device, ccdc); in vpfe_ccdc_config_raw()
764 struct vpfe_device *vpfe = container_of(ccdc, struct vpfe_device, ccdc); in vpfe_ccdc_set_pixel_format()
896 struct vpfe_device *vpfe = container_of(ccdc, struct vpfe_device, ccdc); in vpfe_ccdc_set_hw_if_params()
1011 static int vpfe_get_ccdc_image_format(struct vpfe_device *vpfe, in vpfe_get_ccdc_image_format()
1048 static int vpfe_config_ccdc_image_format(struct vpfe_device *vpfe) in vpfe_config_ccdc_image_format()
1106 static int vpfe_config_image_format(struct vpfe_device *vpfe, in vpfe_config_image_format()
1155 static int vpfe_initialize_device(struct vpfe_device *vpfe) in vpfe_initialize_device()
1190 struct vpfe_device *vpfe = video_drvdata(file); in vpfe_release()
1221 struct vpfe_device *vpfe = video_drvdata(file); in vpfe_open()
1255 static inline void vpfe_schedule_next_buffer(struct vpfe_device *vpfe) in vpfe_schedule_next_buffer()
1265 static inline void vpfe_schedule_bottom_field(struct vpfe_device *vpfe) in vpfe_schedule_bottom_field()
1283 static inline void vpfe_process_buffer_complete(struct vpfe_device *vpfe) in vpfe_process_buffer_complete()
1302 struct vpfe_device *vpfe = (struct vpfe_device *)dev; in vpfe_isr()
1380 static inline void vpfe_detach_irq(struct vpfe_device *vpfe) in vpfe_detach_irq()
1392 static inline void vpfe_attach_irq(struct vpfe_device *vpfe) in vpfe_attach_irq()
1407 struct vpfe_device *vpfe = video_drvdata(file); in vpfe_querycap()
1423 static int __vpfe_get_format(struct vpfe_device *vpfe, in __vpfe_get_format()
1468 static int __vpfe_set_format(struct vpfe_device *vpfe, in __vpfe_set_format()
1507 struct vpfe_device *vpfe = video_drvdata(file); in vpfe_g_fmt()
1519 struct vpfe_device *vpfe = video_drvdata(file); in vpfe_enum_fmt()
1556 struct vpfe_device *vpfe = video_drvdata(file); in vpfe_try_fmt()
1567 struct vpfe_device *vpfe = video_drvdata(file); in vpfe_s_fmt()
1611 struct vpfe_device *vpfe = video_drvdata(file); in vpfe_enum_size()
1673 vpfe_get_subdev_input_index(struct vpfe_device *vpfe, in vpfe_get_subdev_input_index()
1696 static int vpfe_get_app_input_index(struct vpfe_device *vpfe, in vpfe_get_app_input_index()
1724 struct vpfe_device *vpfe = video_drvdata(file); in vpfe_enum_input()
1744 struct vpfe_device *vpfe = video_drvdata(file); in vpfe_g_input()
1752 static int vpfe_set_input(struct vpfe_device *vpfe, unsigned int index) in vpfe_set_input()
1815 struct vpfe_device *vpfe = video_drvdata(file); in vpfe_s_input()
1825 struct vpfe_device *vpfe = video_drvdata(file); in vpfe_querystd()
1841 struct vpfe_device *vpfe = video_drvdata(file); in vpfe_s_std()
1871 struct vpfe_device *vpfe = video_drvdata(file); in vpfe_g_std()
1889 static void vpfe_calculate_offsets(struct vpfe_device *vpfe) in vpfe_calculate_offsets()
1914 struct vpfe_device *vpfe = vb2_get_drv_priv(vq); in vpfe_queue_setup()
1949 struct vpfe_device *vpfe = vb2_get_drv_priv(vb->vb2_queue); in vpfe_buffer_prepare()
1968 struct vpfe_device *vpfe = vb2_get_drv_priv(vb->vb2_queue); in vpfe_buffer_queue()
1985 struct vpfe_device *vpfe = vb2_get_drv_priv(vq); in vpfe_start_streaming()
2046 struct vpfe_device *vpfe = vb2_get_drv_priv(vq); in vpfe_stop_streaming()
2087 struct vpfe_device *vpfe = video_drvdata(file); in vpfe_cropcap()
2109 struct vpfe_device *vpfe = video_drvdata(file); in vpfe_g_selection()
2147 struct vpfe_device *vpfe = video_drvdata(file); in vpfe_s_selection()
2191 struct vpfe_device *vpfe = video_drvdata(file); in vpfe_ioctl_default()
2297 struct vpfe_device *vpfe = container_of(notifier->v4l2_dev, in vpfe_async_bound()
2298 struct vpfe_device, v4l2_dev); in vpfe_async_bound()
2348 static int vpfe_probe_complete(struct vpfe_device *vpfe) in vpfe_probe_complete()
2414 struct vpfe_device *vpfe = container_of(notifier->v4l2_dev, in vpfe_async_complete()
2415 struct vpfe_device, v4l2_dev); in vpfe_async_complete()
2533 struct vpfe_device *vpfe; in vpfe_probe()
2621 struct vpfe_device *vpfe = platform_get_drvdata(pdev); in vpfe_remove()
2667 struct vpfe_device *vpfe = dev_get_drvdata(dev); in vpfe_suspend()
2724 struct vpfe_device *vpfe = dev_get_drvdata(dev); in vpfe_resume()