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.c380 static int venc_power_on(struct omap_dss_device *dssdev) argument
431 static void venc_power_off(struct omap_dss_device *dssdev) argument
445 static int venc_display_enable(struct omap_dss_device *dssdev) argument
474 static void venc_display_disable(struct omap_dss_device *dssdev) argument
485 static void venc_set_timings(struct omap_dss_device *dssdev, argument
503 static int venc_check_timings(struct omap_dss_device *dssdev, argument
517 static void venc_get_timings(struct omap_dss_device *dssdev, argument
527 static u32 venc_get_wss(struct omap_dss_device *dssdev) argument
533 venc_set_wss(struct omap_dss_device *dssdev, u32 wss) argument
562 venc_set_type(struct omap_dss_device *dssdev, enum omap_dss_venc_type type) argument
572 venc_invert_vid_out_polarity(struct omap_dss_device *dssdev, bool invert_polarity) argument
678 venc_connect(struct omap_dss_device *dssdev, struct omap_dss_device *dst) argument
707 venc_disconnect(struct omap_dss_device *dssdev, struct omap_dss_device *dst) argument
[all...]
H A Ddsi.c318 struct omap_dss_device *dssdev; member in struct:dsi_data::__anon1103
406 static inline struct platform_device *dsi_get_dsidev_from_dssdev(struct omap_dss_device *dssdev) argument
464 static void dsi_bus_lock(struct omap_dss_device *dssdev) argument
472 static void dsi_bus_unlock(struct omap_dss_device *dssdev) argument
2486 static void dsi_vc_enable_hs(struct omap_dss_device *dssdev, int channel, argument
2614 dsi_vc_send_bta_sync(struct omap_dss_device *dssdev, int channel) argument
2782 dsi_vc_send_null(struct omap_dss_device *dssdev, int channel) argument
2820 dsi_vc_dcs_write_nosync(struct omap_dss_device *dssdev, int channel, u8 *data, int len) argument
2829 dsi_vc_generic_write_nosync(struct omap_dss_device *dssdev, int channel, u8 *data, int len) argument
2838 dsi_vc_write_common(struct omap_dss_device *dssdev, int channel, u8 *data, int len, enum dss_dsi_content_type type) argument
2867 dsi_vc_dcs_write(struct omap_dss_device *dssdev, int channel, u8 *data, int len) argument
2874 dsi_vc_generic_write(struct omap_dss_device *dssdev, int channel, u8 *data, int len) argument
3046 dsi_vc_dcs_read(struct omap_dss_device *dssdev, int channel, u8 dcs_cmd, u8 *buf, int buflen) argument
3076 dsi_vc_generic_read(struct omap_dss_device *dssdev, int channel, u8 *reqdata, int reqlen, u8 *buf, int buflen) argument
3103 dsi_vc_set_max_rx_packet_size(struct omap_dss_device *dssdev, int channel, u16 len) argument
3743 dsi_configure_pins(struct omap_dss_device *dssdev, const struct omap_dsi_pin_config *pin_cfg) argument
3810 dsi_enable_video_output(struct omap_dss_device *dssdev, int channel) argument
3881 dsi_disable_video_output(struct omap_dss_device *dssdev, int channel) argument
4041 dsi_update(struct omap_dss_device *dssdev, int channel, void (*callback)(int, void *), void *data) argument
4250 dsi_display_enable(struct omap_dss_device *dssdev) argument
4284 dsi_display_disable(struct omap_dss_device *dssdev, bool disconnect_lanes, bool enter_ulps) argument
4308 dsi_enable_te(struct omap_dss_device *dssdev, bool enable) argument
4791 dsi_set_config(struct omap_dss_device *dssdev, const struct omap_dss_dsi_config *config) argument
4890 dsi_request_vc(struct omap_dss_device *dssdev, int *channel) argument
4908 dsi_set_vc_id(struct omap_dss_device *dssdev, int channel, int vc_id) argument
4934 dsi_release_vc(struct omap_dss_device *dssdev, int channel) argument
4963 dsi_connect(struct omap_dss_device *dssdev, struct omap_dss_device *dst) argument
4993 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
367 static void dsicm_get_resolution(struct omap_dss_device *dssdev, argument
692 static int dsicm_connect(struct omap_dss_device *dssdev) argument
729 dsicm_disconnect(struct omap_dss_device *dssdev) argument
741 dsicm_enable(struct omap_dss_device *dssdev) argument
781 dsicm_disable(struct omap_dss_device *dssdev) argument
854 dsicm_update(struct omap_dss_device *dssdev, u16 x, u16 y, u16 w, u16 h) argument
902 dsicm_sync(struct omap_dss_device *dssdev) argument
938 dsicm_enable_te(struct omap_dss_device *dssdev, bool enable) argument
975 dsicm_get_te(struct omap_dss_device *dssdev) argument
987 dsicm_memory_read(struct omap_dss_device *dssdev, void *buf, size_t size, u16 x, u16 y, u16 w, u16 h) argument
1074 struct omap_dss_device *dssdev = &ddata->dssdev; local
1117 struct omap_dss_device *dssdev; local
1242 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
499 static int acx565akm_connect(struct omap_dss_device *dssdev) argument
510 static void acx565akm_disconnect(struct omap_dss_device *dssdev) argument
521 acx565akm_panel_power_on(struct omap_dss_device *dssdev) argument
577 acx565akm_panel_power_off(struct omap_dss_device *dssdev) argument
608 acx565akm_enable(struct omap_dss_device *dssdev) argument
632 acx565akm_disable(struct omap_dss_device *dssdev) argument
648 acx565akm_set_timings(struct omap_dss_device *dssdev, struct omap_video_timings *timings) argument
660 acx565akm_get_timings(struct omap_dss_device *dssdev, struct omap_video_timings *timings) argument
668 acx565akm_check_timings(struct omap_dss_device *dssdev, struct omap_video_timings *timings) argument
694 struct omap_dss_device *dssdev; local
820 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
841 omap_dss_get_device(struct omap_dss_device *dssdev) argument
848 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 460 milliseconds

12