Lines Matching refs:vpfe_device
105 static int __subdev_get_format(struct vpfe_device *vpfe,
107 static int vpfe_calc_format_size(struct vpfe_device *vpfe,
111 static struct vpfe_fmt *find_format_by_code(struct vpfe_device *vpfe, in find_format_by_code()
126 static struct vpfe_fmt *find_format_by_pix(struct vpfe_device *vpfe, in find_format_by_pix()
141 static unsigned int __get_bytesperpixel(struct vpfe_device *vpfe, in __get_bytesperpixel()
179 static inline struct vpfe_device *to_vpfe(struct vpfe_ccdc *ccdc) in to_vpfe()
181 return container_of(ccdc, struct vpfe_device, ccdc); in to_vpfe()
255 struct vpfe_device *vpfe = to_vpfe(ccdc); in vpfe_reg_dump()
279 struct vpfe_device *vpfe = to_vpfe(ccdc); in vpfe_ccdc_validate_param()
329 struct vpfe_device *vpfe = to_vpfe(ccdc); in vpfe_ccdc_close()
353 struct vpfe_device *vpfe = to_vpfe(ccdc); in vpfe_ccdc_set_params()
509 struct vpfe_device *vpfe = to_vpfe(ccdc); in vpfe_ccdc_config_raw()
614 struct vpfe_device *vpfe = to_vpfe(ccdc); in vpfe_ccdc_set_pixel_format()
746 struct vpfe_device *vpfe = to_vpfe(ccdc); in vpfe_ccdc_set_hw_if_params()
861 static int vpfe_get_ccdc_image_format(struct vpfe_device *vpfe, in vpfe_get_ccdc_image_format()
898 static int vpfe_config_ccdc_image_format(struct vpfe_device *vpfe) in vpfe_config_ccdc_image_format()
956 static int vpfe_config_image_format(struct vpfe_device *vpfe, in vpfe_config_image_format()
1009 static int vpfe_initialize_device(struct vpfe_device *vpfe) in vpfe_initialize_device()
1046 struct vpfe_device *vpfe = video_drvdata(file); in vpfe_release()
1077 struct vpfe_device *vpfe = video_drvdata(file); in vpfe_open()
1109 static void vpfe_schedule_next_buffer(struct vpfe_device *vpfe) in vpfe_schedule_next_buffer()
1128 static inline void vpfe_schedule_bottom_field(struct vpfe_device *vpfe) in vpfe_schedule_bottom_field()
1146 static inline void vpfe_process_buffer_complete(struct vpfe_device *vpfe) in vpfe_process_buffer_complete()
1155 static void vpfe_handle_interlaced_irq(struct vpfe_device *vpfe, in vpfe_handle_interlaced_irq()
1217 struct vpfe_device *vpfe = (struct vpfe_device *)dev; in vpfe_isr()
1247 static inline void vpfe_detach_irq(struct vpfe_device *vpfe) in vpfe_detach_irq()
1259 static inline void vpfe_attach_irq(struct vpfe_device *vpfe) in vpfe_attach_irq()
1274 struct vpfe_device *vpfe = video_drvdata(file); in vpfe_querycap()
1284 static int __subdev_get_format(struct vpfe_device *vpfe, in __subdev_get_format()
1308 static int __subdev_set_format(struct vpfe_device *vpfe, in __subdev_set_format()
1330 static int vpfe_calc_format_size(struct vpfe_device *vpfe, in vpfe_calc_format_size()
1359 struct vpfe_device *vpfe = video_drvdata(file); in vpfe_g_fmt()
1369 struct vpfe_device *vpfe = video_drvdata(file); in vpfe_enum_fmt()
1393 struct vpfe_device *vpfe = video_drvdata(file); in vpfe_try_fmt()
1452 struct vpfe_device *vpfe = video_drvdata(file); in vpfe_s_fmt()
1501 struct vpfe_device *vpfe = video_drvdata(file); in vpfe_enum_size()
1546 vpfe_get_subdev_input_index(struct vpfe_device *vpfe, in vpfe_get_subdev_input_index()
1569 static int vpfe_get_app_input_index(struct vpfe_device *vpfe, in vpfe_get_app_input_index()
1597 struct vpfe_device *vpfe = video_drvdata(file); in vpfe_enum_input()
1615 struct vpfe_device *vpfe = video_drvdata(file); in vpfe_g_input()
1621 static int vpfe_set_input(struct vpfe_device *vpfe, unsigned int index) in vpfe_set_input()
1682 struct vpfe_device *vpfe = video_drvdata(file); in vpfe_s_input()
1689 struct vpfe_device *vpfe = video_drvdata(file); in vpfe_querystd()
1703 struct vpfe_device *vpfe = video_drvdata(file); in vpfe_s_std()
1735 struct vpfe_device *vpfe = video_drvdata(file); in vpfe_g_std()
1751 static void vpfe_calculate_offsets(struct vpfe_device *vpfe) in vpfe_calculate_offsets()
1774 struct vpfe_device *vpfe = vb2_get_drv_priv(vq); in vpfe_queue_setup()
1809 struct vpfe_device *vpfe = vb2_get_drv_priv(vb->vb2_queue); in vpfe_buffer_prepare()
1828 struct vpfe_device *vpfe = vb2_get_drv_priv(vb->vb2_queue); in vpfe_buffer_queue()
1838 static void vpfe_return_all_buffers(struct vpfe_device *vpfe, in vpfe_return_all_buffers()
1868 struct vpfe_device *vpfe = vb2_get_drv_priv(vq); in vpfe_start_streaming()
1928 struct vpfe_device *vpfe = vb2_get_drv_priv(vq); in vpfe_stop_streaming()
1953 struct vpfe_device *vpfe = video_drvdata(file); in vpfe_g_pixelaspect()
1967 struct vpfe_device *vpfe = video_drvdata(file); in vpfe_g_selection()
1996 struct vpfe_device *vpfe = video_drvdata(file); in vpfe_s_selection()
2043 struct vpfe_device *vpfe = video_drvdata(file); in vpfe_ioctl_default()
2147 struct vpfe_device *vpfe = container_of(notifier->v4l2_dev, in vpfe_async_bound()
2148 struct vpfe_device, v4l2_dev); in vpfe_async_bound()
2208 static int vpfe_probe_complete(struct vpfe_device *vpfe) in vpfe_probe_complete()
2276 struct vpfe_device *vpfe = container_of(notifier->v4l2_dev, in vpfe_async_complete()
2277 struct vpfe_device, v4l2_dev); in vpfe_async_complete()
2288 vpfe_get_pdata(struct vpfe_device *vpfe) in vpfe_get_pdata()
2394 struct vpfe_device *vpfe; in vpfe_probe()
2488 struct vpfe_device *vpfe = platform_get_drvdata(pdev); in vpfe_remove()
2533 struct vpfe_device *vpfe = dev_get_drvdata(dev); in vpfe_suspend()
2594 struct vpfe_device *vpfe = dev_get_drvdata(dev); in vpfe_resume()