Searched defs:dssdev (Results 26 - 35 of 35) sorted by relevance

12

/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddpi.c50 static struct dpi_data *dpi_get_data_from_dssdev(struct omap_dss_device *dssdev) argument
373 static int dpi_display_enable(struct omap_dss_device *dssdev) argument
446 static void dpi_display_disable(struct omap_dss_device *dssdev) argument
468 static void dpi_set_timings(struct omap_dss_device *dssdev, argument
482 static void dpi_get_timings(struct omap_dss_device *dssdev, argument
494 dpi_check_timings(struct omap_dss_device *dssdev, struct omap_video_timings *timings) argument
535 dpi_set_data_lines(struct omap_dss_device *dssdev, int data_lines) argument
648 dpi_connect(struct omap_dss_device *dssdev, struct omap_dss_device *dst) argument
680 dpi_disconnect(struct omap_dss_device *dssdev, struct omap_dss_device *dst) argument
[all...]
H A Dvenc.c379 static int venc_power_on(struct omap_dss_device *dssdev) argument
430 static void venc_power_off(struct omap_dss_device *dssdev) argument
444 static int venc_display_enable(struct omap_dss_device *dssdev) argument
473 static void venc_display_disable(struct omap_dss_device *dssdev) argument
484 static void venc_set_timings(struct omap_dss_device *dssdev, argument
502 static int venc_check_timings(struct omap_dss_device *dssdev, argument
516 static void venc_get_timings(struct omap_dss_device *dssdev, argument
526 static u32 venc_get_wss(struct omap_dss_device *dssdev) argument
532 venc_set_wss(struct omap_dss_device *dssdev, u32 wss) argument
561 venc_set_type(struct omap_dss_device *dssdev, enum omap_dss_venc_type type) argument
571 venc_invert_vid_out_polarity(struct omap_dss_device *dssdev, bool invert_polarity) argument
677 venc_connect(struct omap_dss_device *dssdev, struct omap_dss_device *dst) argument
706 venc_disconnect(struct omap_dss_device *dssdev, struct omap_dss_device *dst) argument
[all...]
H A Ddsi.c317 struct omap_dss_device *dssdev; member in struct:dsi_data::__anon750
405 static inline struct platform_device *dsi_get_dsidev_from_dssdev(struct omap_dss_device *dssdev) argument
463 static void dsi_bus_lock(struct omap_dss_device *dssdev) argument
471 static void dsi_bus_unlock(struct omap_dss_device *dssdev) argument
2485 static void dsi_vc_enable_hs(struct omap_dss_device *dssdev, int channel, argument
2613 dsi_vc_send_bta_sync(struct omap_dss_device *dssdev, int channel) argument
2781 dsi_vc_send_null(struct omap_dss_device *dssdev, int channel) argument
2819 dsi_vc_dcs_write_nosync(struct omap_dss_device *dssdev, int channel, u8 *data, int len) argument
2828 dsi_vc_generic_write_nosync(struct omap_dss_device *dssdev, int channel, u8 *data, int len) argument
2837 dsi_vc_write_common(struct omap_dss_device *dssdev, int channel, u8 *data, int len, enum dss_dsi_content_type type) argument
2866 dsi_vc_dcs_write(struct omap_dss_device *dssdev, int channel, u8 *data, int len) argument
2873 dsi_vc_generic_write(struct omap_dss_device *dssdev, int channel, u8 *data, int len) argument
3045 dsi_vc_dcs_read(struct omap_dss_device *dssdev, int channel, u8 dcs_cmd, u8 *buf, int buflen) argument
3075 dsi_vc_generic_read(struct omap_dss_device *dssdev, int channel, u8 *reqdata, int reqlen, u8 *buf, int buflen) argument
3102 dsi_vc_set_max_rx_packet_size(struct omap_dss_device *dssdev, int channel, u16 len) argument
3742 dsi_configure_pins(struct omap_dss_device *dssdev, const struct omap_dsi_pin_config *pin_cfg) argument
3809 dsi_enable_video_output(struct omap_dss_device *dssdev, int channel) argument
3880 dsi_disable_video_output(struct omap_dss_device *dssdev, int channel) argument
4040 dsi_update(struct omap_dss_device *dssdev, int channel, void (*callback)(int, void *), void *data) argument
4249 dsi_display_enable(struct omap_dss_device *dssdev) argument
4283 dsi_display_disable(struct omap_dss_device *dssdev, bool disconnect_lanes, bool enter_ulps) argument
4307 dsi_enable_te(struct omap_dss_device *dssdev, bool enable) argument
4790 dsi_set_config(struct omap_dss_device *dssdev, const struct omap_dss_dsi_config *config) argument
4889 dsi_request_vc(struct omap_dss_device *dssdev, int *channel) argument
4907 dsi_set_vc_id(struct omap_dss_device *dssdev, int channel, int vc_id) argument
4933 dsi_release_vc(struct omap_dss_device *dssdev, int channel) argument
4962 dsi_connect(struct omap_dss_device *dssdev, struct omap_dss_device *dst) argument
4992 dsi_disconnect(struct omap_dss_device *dssdev, struct omap_dss_device *dst) argument
[all...]
/linux-master/drivers/video/fbdev/omap2/omapfb/displays/
H A Dpanel-dsi-cm.c39 struct omap_dss_device dssdev; member in struct:panel_drv_data
371 static void dsicm_get_resolution(struct omap_dss_device *dssdev, argument
696 static int dsicm_connect(struct omap_dss_device *dssdev) argument
733 dsicm_disconnect(struct omap_dss_device *dssdev) argument
745 dsicm_enable(struct omap_dss_device *dssdev) argument
785 dsicm_disable(struct omap_dss_device *dssdev) argument
858 dsicm_update(struct omap_dss_device *dssdev, u16 x, u16 y, u16 w, u16 h) argument
906 dsicm_sync(struct omap_dss_device *dssdev) argument
942 dsicm_enable_te(struct omap_dss_device *dssdev, bool enable) argument
979 dsicm_get_te(struct omap_dss_device *dssdev) argument
991 dsicm_memory_read(struct omap_dss_device *dssdev, void *buf, size_t size, u16 x, u16 y, u16 w, u16 h) argument
1078 struct omap_dss_device *dssdev = &ddata->dssdev; local
1121 struct omap_dss_device *dssdev; local
1247 struct omap_dss_device *dssdev = &ddata->dssdev; local
[all...]
H A Dpanel-sony-acx565akm.c55 struct omap_dss_device dssdev; member in struct:panel_drv_data
504 static int acx565akm_connect(struct omap_dss_device *dssdev) argument
515 static void acx565akm_disconnect(struct omap_dss_device *dssdev) argument
526 acx565akm_panel_power_on(struct omap_dss_device *dssdev) argument
582 acx565akm_panel_power_off(struct omap_dss_device *dssdev) argument
613 acx565akm_enable(struct omap_dss_device *dssdev) argument
637 acx565akm_disable(struct omap_dss_device *dssdev) argument
653 acx565akm_set_timings(struct omap_dss_device *dssdev, struct omap_video_timings *timings) argument
665 acx565akm_get_timings(struct omap_dss_device *dssdev, struct omap_video_timings *timings) argument
673 acx565akm_check_timings(struct omap_dss_device *dssdev, struct omap_video_timings *timings) argument
699 struct omap_dss_device *dssdev; local
826 struct omap_dss_device *dssdev = &ddata->dssdev; local
[all...]
/linux-master/drivers/video/fbdev/omap/
H A Domapfb.h217 struct platform_device *dssdev; /* dummy dev for clocks */ member in struct:omapfb_device
/linux-master/drivers/media/platform/ti/omap/
H A Domap_vout.c366 struct omap_dss_device *dssdev; local
427 struct omap_dss_device *dssdev; local
614 struct omap_dss_device *dssdev; local
641 struct omap_dss_device *dssdev; local
823 struct omap_dss_device *dssdev; local
1047 struct omap_dss_device *dssdev = ovl->get_device(ovl); local
1065 struct omap_dss_device *dssdev = ovl->get_device(ovl); local
1099 struct omap_dss_device *dssdev = ovl->get_device(ovl); local
1198 struct omap_dss_device *dssdev; local
1597 struct omap_dss_device *dssdev = NULL; local
[all...]
/linux-master/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-main.c1657 struct omap_dss_device *dssdev; local
1843 struct omap_dss_device *dssdev = fbdev->displays[i].dssdev; local
2134 omapfb_get_recommended_bpp(struct omapfb2_device *fbdev, struct omap_dss_device *dssdev) argument
2302 omapfb_init_display(struct omapfb2_device *fbdev, struct omap_dss_device *dssdev) argument
2365 struct omap_dss_device *dssdev = fbdev->displays[i].dssdev; local
2415 struct omap_dss_device *dssdev; local
2432 struct omap_dss_device *dssdev; local
2455 struct omap_dss_device *dssdev; local
[all...]
/linux-master/include/video/
H A Domapfb_dss.h804 omapdss_device_is_connected(struct omap_dss_device *dssdev) argument
809 omapdss_device_is_enabled(struct omap_dss_device *dssdev) argument
844 omap_dss_get_device(struct omap_dss_device *dssdev) argument
851 omap_dss_put_device(struct omap_dss_device *dssdev) argument
[all...]
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.c76 static inline struct dsi_data *to_dsi_data(struct omap_dss_device *dssdev) argument
1896 static void dsi_vc_enable_hs(struct omap_dss_device *dssdev, int vc, argument
2019 static int dsi_vc_send_bta_sync(struct omap_dss_device *dssdev, int vc) argument
2194 static int dsi_vc_write_common(struct omap_dss_device *dssdev, int vc, argument
2339 static int dsi_vc_dcs_read(struct omap_dss_device *dssdev, in argument
2373 dsi_vc_generic_read(struct omap_dss_device *dssdev, int vc, const struct mipi_dsi_msg *msg) argument
3046 dsi_enable_video_output(struct omap_dss_device *dssdev, int vc) argument
3080 dsi_disable_video_output(struct omap_dss_device *dssdev, int vc) argument
3251 dsi_update_channel(struct omap_dss_device *dssdev, int vc) argument
3298 dsi_update_all(struct omap_dss_device *dssdev) argument
4053 dsi_is_video_mode(struct omap_dss_device *dssdev) argument
4093 dsi_set_config(struct omap_dss_device *dssdev, const struct drm_display_mode *mode) argument
4191 struct omap_dss_device *dssdev = &dsi->output; local
4659 struct omap_dss_device *dssdev = &dsi->output; local
4678 struct omap_dss_device *dssdev = &dsi->output; local
[all...]

Completed in 198 milliseconds

12