Searched defs:vpbe_dev (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/include/media/davinci/ |
H A D | vpbe_display.h | 120 struct vpbe_device *vpbe_dev; member in struct:vpbe_display
|
/linux-4.1.27/drivers/media/platform/davinci/ |
H A D | vpbe.c | 63 vpbe_current_encoder_info(struct vpbe_device *vpbe_dev) vpbe_current_encoder_info() argument 107 static int vpbe_g_cropcap(struct vpbe_device *vpbe_dev, vpbe_g_cropcap() argument 129 static int vpbe_enum_outputs(struct vpbe_device *vpbe_dev, vpbe_enum_outputs() argument 144 static int vpbe_get_mode_info(struct vpbe_device *vpbe_dev, char *mode, vpbe_get_mode_info() argument 166 static int vpbe_get_current_mode_info(struct vpbe_device *vpbe_dev, vpbe_get_current_mode_info() argument 178 static int vpbe_get_std_info(struct vpbe_device *vpbe_dev, vpbe_get_std_info() argument 198 static int vpbe_get_std_info_by_name(struct vpbe_device *vpbe_dev, vpbe_get_std_info_by_name() argument 224 static int vpbe_set_output(struct vpbe_device *vpbe_dev, int index) vpbe_set_output() argument 297 static int vpbe_set_default_output(struct vpbe_device *vpbe_dev) vpbe_set_default_output() argument 321 static unsigned int vpbe_get_output(struct vpbe_device *vpbe_dev) vpbe_get_output() argument 332 static int vpbe_s_dv_timings(struct vpbe_device *vpbe_dev, vpbe_s_dv_timings() argument 384 static int vpbe_g_dv_timings(struct vpbe_device *vpbe_dev, vpbe_g_dv_timings() argument 409 static int vpbe_enum_dv_timings(struct vpbe_device *vpbe_dev, vpbe_enum_dv_timings() argument 441 static int vpbe_s_std(struct vpbe_device *vpbe_dev, v4l2_std_id std_id) vpbe_s_std() argument 480 static int vpbe_g_std(struct vpbe_device *vpbe_dev, v4l2_std_id *std_id) vpbe_g_std() argument 504 static int vpbe_set_mode(struct vpbe_device *vpbe_dev, vpbe_set_mode() argument 556 static int vpbe_set_default_mode(struct vpbe_device *vpbe_dev) vpbe_set_default_mode() argument 571 struct vpbe_device *vpbe_dev = data; platform_device_get() local 592 static int vpbe_initialize(struct device *dev, struct vpbe_device *vpbe_dev) vpbe_initialize() argument 792 static void vpbe_deinitialize(struct device *dev, struct vpbe_device *vpbe_dev) vpbe_deinitialize() argument 825 struct vpbe_device *vpbe_dev; vpbe_probe() local 869 struct vpbe_device *vpbe_dev = platform_get_drvdata(device); vpbe_remove() local
|
H A D | vpbe_display.c | 55 struct vpbe_device *vpbe_dev = disp_dev->vpbe_dev; venc_is_second_field() local 212 struct vpbe_device *vpbe_dev = layer->disp_dev->vpbe_dev; vpbe_buffer_prepare() local 243 struct vpbe_device *vpbe_dev = layer->disp_dev->vpbe_dev; vpbe_buffer_queue_setup() local 272 struct vpbe_device *vpbe_dev = layer->disp_dev->vpbe_dev; vpbe_buffer_queue() local 387 struct vpbe_device *vpbe_dev = disp_dev->vpbe_dev; vpbe_set_osd_display_params() local 432 struct vpbe_device *vpbe_dev = disp_dev->vpbe_dev; vpbe_disp_calculate_scale_factor() local 537 struct vpbe_device *vpbe_dev = disp_dev->vpbe_dev; vpbe_disp_adj_position() local 552 struct vpbe_device *vpbe_dev = disp_dev->vpbe_dev; vpbe_disp_check_window_params() local 577 struct vpbe_device *vpbe_dev = disp_dev->vpbe_dev; vpbe_try_format() local 640 struct vpbe_device *vpbe_dev = layer->disp_dev->vpbe_dev; vpbe_display_querycap() local 658 struct vpbe_device *vpbe_dev = disp_dev->vpbe_dev; vpbe_display_s_crop() local 726 struct vpbe_device *vpbe_dev = layer->disp_dev->vpbe_dev; vpbe_display_g_crop() local 752 struct vpbe_device *vpbe_dev = layer->disp_dev->vpbe_dev; vpbe_display_cropcap() local 770 struct vpbe_device *vpbe_dev = layer->disp_dev->vpbe_dev; vpbe_display_g_fmt() local 791 struct vpbe_device *vpbe_dev = layer->disp_dev->vpbe_dev; vpbe_display_enum_fmt() local 823 struct vpbe_device *vpbe_dev = disp_dev->vpbe_dev; vpbe_display_s_fmt() local 909 struct vpbe_device *vpbe_dev = layer->disp_dev->vpbe_dev; vpbe_display_try_fmt() local 934 struct vpbe_device *vpbe_dev = layer->disp_dev->vpbe_dev; vpbe_display_s_std() local 966 struct vpbe_device *vpbe_dev = layer->disp_dev->vpbe_dev; vpbe_display_g_std() local 989 struct vpbe_device *vpbe_dev = layer->disp_dev->vpbe_dev; vpbe_display_enum_output() local 1017 struct vpbe_device *vpbe_dev = layer->disp_dev->vpbe_dev; vpbe_display_s_output() local 1046 struct vpbe_device *vpbe_dev = layer->disp_dev->vpbe_dev; vpbe_display_g_output() local 1066 struct vpbe_device *vpbe_dev = layer->disp_dev->vpbe_dev; vpbe_display_enum_dv_timings() local 1096 struct vpbe_device *vpbe_dev = layer->disp_dev->vpbe_dev; vpbe_display_s_dv_timings() local 1129 struct vpbe_device *vpbe_dev = layer->disp_dev->vpbe_dev; vpbe_display_g_dv_timings() local 1154 struct vpbe_device *vpbe_dev = disp_dev->vpbe_dev; vpbe_display_open() local 1201 struct vpbe_device *vpbe_dev = disp_dev->vpbe_dev; vpbe_display_release() local 1501 struct vpbe_device *vpbe_dev = disp_dev->vpbe_dev; vpbe_display_remove() local
|
Completed in 107 milliseconds