Home
last modified time | relevance | path

Searched defs:dssdev (Results 51 - 75 of 76) sorted by relevance

1234

/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/
H A Dapply.c417 struct omap_dss_device *dssdev; in dss_mgr_get_device() local
H A Ddpi.c50 static struct dpi_data *dpi_get_data_from_dssdev(struct omap_dss_device *dssdev) in dpi_get_data_from_dssdev() argument
373 static int dpi_display_enable(struct omap_dss_device *dssdev) in dpi_display_enable() argument
446 static void dpi_display_disable(struct omap_dss_device *dssdev) in dpi_display_disable() argument
468 static void dpi_set_timings(struct omap_dss_device *dssdev, in dpi_set_timings() argument
482 static void dpi_get_timings(struct omap_dss_device *dssdev, in dpi_get_timings() argument
494 dpi_check_timings(struct omap_dss_device *dssdev, struct omap_video_timings *timings) dpi_check_timings() argument
535 dpi_set_data_lines(struct omap_dss_device *dssdev, int data_lines) dpi_set_data_lines() argument
648 dpi_connect(struct omap_dss_device *dssdev, struct omap_dss_device *dst) dpi_connect() argument
680 dpi_disconnect(struct omap_dss_device *dssdev, struct omap_dss_device *dst) dpi_disconnect() argument
[all...]
H A Dvenc.c381 static int venc_power_on(struct omap_dss_device *dssdev) in venc_power_on() argument
432 static void venc_power_off(struct omap_dss_device *dssdev) in venc_power_off() argument
446 static int venc_display_enable(struct omap_dss_device *dssdev) in venc_display_enable() argument
475 static void venc_display_disable(struct omap_dss_device *dssdev) in venc_display_disable() argument
486 static void venc_set_timings(struct omap_dss_device *dssdev, in venc_set_timings() argument
504 static int venc_check_timings(struct omap_dss_device *dssdev, in venc_check_timings() argument
518 static void venc_get_timings(struct omap_dss_device *dssdev, in venc_get_timings() argument
528 static u32 venc_get_wss(struct omap_dss_device *dssdev) in venc_get_wss() argument
534 venc_set_wss(struct omap_dss_device *dssdev, u32 wss) venc_set_wss() argument
563 venc_set_type(struct omap_dss_device *dssdev, enum omap_dss_venc_type type) venc_set_type() argument
573 venc_invert_vid_out_polarity(struct omap_dss_device *dssdev, bool invert_polarity) venc_invert_vid_out_polarity() argument
679 venc_connect(struct omap_dss_device *dssdev, struct omap_dss_device *dst) venc_connect() argument
708 venc_disconnect(struct omap_dss_device *dssdev, struct omap_dss_device *dst) venc_disconnect() argument
[all...]
H A Ddsi.c317 struct omap_dss_device *dssdev; member
405 static inline struct platform_device *dsi_get_dsidev_from_dssdev(struct omap_dss_device *dssdev) in dsi_get_dsidev_from_dssdev() argument
463 static void dsi_bus_lock(struct omap_dss_device *dssdev) in dsi_bus_lock() argument
471 static void dsi_bus_unlock(struct omap_dss_device *dssdev) in dsi_bus_unlock() argument
2482 static void dsi_vc_enable_hs(struct omap_dss_device *dssdev, int channel, in dsi_vc_enable_hs() argument
2610 dsi_vc_send_bta_sync(struct omap_dss_device *dssdev, int channel) dsi_vc_send_bta_sync() argument
2778 dsi_vc_send_null(struct omap_dss_device *dssdev, int channel) dsi_vc_send_null() argument
2816 dsi_vc_dcs_write_nosync(struct omap_dss_device *dssdev, int channel, u8 *data, int len) dsi_vc_dcs_write_nosync() argument
2825 dsi_vc_generic_write_nosync(struct omap_dss_device *dssdev, int channel, u8 *data, int len) dsi_vc_generic_write_nosync() argument
2834 dsi_vc_write_common(struct omap_dss_device *dssdev, int channel, u8 *data, int len, enum dss_dsi_content_type type) dsi_vc_write_common() argument
2863 dsi_vc_dcs_write(struct omap_dss_device *dssdev, int channel, u8 *data, int len) dsi_vc_dcs_write() argument
2870 dsi_vc_generic_write(struct omap_dss_device *dssdev, int channel, u8 *data, int len) dsi_vc_generic_write() argument
3042 dsi_vc_dcs_read(struct omap_dss_device *dssdev, int channel, u8 dcs_cmd, u8 *buf, int buflen) dsi_vc_dcs_read() argument
3072 dsi_vc_generic_read(struct omap_dss_device *dssdev, int channel, u8 *reqdata, int reqlen, u8 *buf, int buflen) dsi_vc_generic_read() argument
3099 dsi_vc_set_max_rx_packet_size(struct omap_dss_device *dssdev, int channel, u16 len) dsi_vc_set_max_rx_packet_size() argument
3740 dsi_configure_pins(struct omap_dss_device *dssdev, const struct omap_dsi_pin_config *pin_cfg) dsi_configure_pins() argument
3807 dsi_enable_video_output(struct omap_dss_device *dssdev, int channel) dsi_enable_video_output() argument
3878 dsi_disable_video_output(struct omap_dss_device *dssdev, int channel) dsi_disable_video_output() argument
4038 dsi_update(struct omap_dss_device *dssdev, int channel, void (*callback)(int, void *), void *data) dsi_update() argument
4251 dsi_display_enable(struct omap_dss_device *dssdev) dsi_display_enable() argument
4285 dsi_display_disable(struct omap_dss_device *dssdev, bool disconnect_lanes, bool enter_ulps) dsi_display_disable() argument
4309 dsi_enable_te(struct omap_dss_device *dssdev, bool enable) dsi_enable_te() argument
4792 dsi_set_config(struct omap_dss_device *dssdev, const struct omap_dss_dsi_config *config) dsi_set_config() argument
4891 dsi_request_vc(struct omap_dss_device *dssdev, int *channel) dsi_request_vc() argument
4909 dsi_set_vc_id(struct omap_dss_device *dssdev, int channel, int vc_id) dsi_set_vc_id() argument
4935 dsi_release_vc(struct omap_dss_device *dssdev, int channel) dsi_release_vc() argument
4964 dsi_connect(struct omap_dss_device *dssdev, struct omap_dss_device *dst) dsi_connect() argument
4994 dsi_disconnect(struct omap_dss_device *dssdev, struct omap_dss_device *dst) dsi_disconnect() argument
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/displays/
H A Dpanel-dsi-cm.c39 struct omap_dss_device dssdev; member
371 static void dsicm_get_resolution(struct omap_dss_device *dssdev, in dsicm_get_resolution() argument
696 static int dsicm_connect(struct omap_dss_device *dssdev) in dsicm_connect() argument
733 dsicm_disconnect(struct omap_dss_device *dssdev) dsicm_disconnect() argument
745 dsicm_enable(struct omap_dss_device *dssdev) dsicm_enable() argument
785 dsicm_disable(struct omap_dss_device *dssdev) dsicm_disable() argument
858 dsicm_update(struct omap_dss_device *dssdev, u16 x, u16 y, u16 w, u16 h) dsicm_update() argument
906 dsicm_sync(struct omap_dss_device *dssdev) dsicm_sync() argument
942 dsicm_enable_te(struct omap_dss_device *dssdev, bool enable) dsicm_enable_te() argument
979 dsicm_get_te(struct omap_dss_device *dssdev) dsicm_get_te() argument
991 dsicm_memory_read(struct omap_dss_device *dssdev, void *buf, size_t size, u16 x, u16 y, u16 w, u16 h) dsicm_memory_read() argument
1078 struct omap_dss_device *dssdev = &ddata->dssdev; dsicm_ulps_work() local
1121 struct omap_dss_device *dssdev; dsicm_probe() local
1247 struct omap_dss_device *dssdev = &ddata->dssdev; dsicm_remove() local
[all...]
H A Dpanel-sony-acx565akm.c55 struct omap_dss_device dssdev; member
504 static int acx565akm_connect(struct omap_dss_device *dssdev) in acx565akm_connect() argument
515 static void acx565akm_disconnect(struct omap_dss_device *dssdev) in acx565akm_disconnect() argument
526 acx565akm_panel_power_on(struct omap_dss_device *dssdev) acx565akm_panel_power_on() argument
582 acx565akm_panel_power_off(struct omap_dss_device *dssdev) acx565akm_panel_power_off() argument
613 acx565akm_enable(struct omap_dss_device *dssdev) acx565akm_enable() argument
637 acx565akm_disable(struct omap_dss_device *dssdev) acx565akm_disable() argument
653 acx565akm_set_timings(struct omap_dss_device *dssdev, struct omap_video_timings *timings) acx565akm_set_timings() argument
665 acx565akm_get_timings(struct omap_dss_device *dssdev, struct omap_video_timings *timings) acx565akm_get_timings() argument
673 acx565akm_check_timings(struct omap_dss_device *dssdev, struct omap_video_timings *timings) acx565akm_check_timings() argument
699 struct omap_dss_device *dssdev; acx565akm_probe() local
826 struct omap_dss_device *dssdev = &ddata->dssdev; acx565akm_remove() local
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddpi.c50 static struct dpi_data *dpi_get_data_from_dssdev(struct omap_dss_device *dssdev) in dpi_get_data_from_dssdev() argument
373 static int dpi_display_enable(struct omap_dss_device *dssdev) in dpi_display_enable() argument
446 static void dpi_display_disable(struct omap_dss_device *dssdev) in dpi_display_disable() argument
468 static void dpi_set_timings(struct omap_dss_device *dssdev, in dpi_set_timings() argument
482 static void dpi_get_timings(struct omap_dss_device *dssdev, in dpi_get_timings() argument
494 dpi_check_timings(struct omap_dss_device *dssdev, struct omap_video_timings *timings) dpi_check_timings() argument
535 dpi_set_data_lines(struct omap_dss_device *dssdev, int data_lines) dpi_set_data_lines() argument
648 dpi_connect(struct omap_dss_device *dssdev, struct omap_dss_device *dst) dpi_connect() argument
680 dpi_disconnect(struct omap_dss_device *dssdev, struct omap_dss_device *dst) dpi_disconnect() argument
[all...]
H A Dapply.c415 struct omap_dss_device *dssdev; in dss_mgr_get_device() local
H A Dvenc.c379 static int venc_power_on(struct omap_dss_device *dssdev) in venc_power_on() argument
430 static void venc_power_off(struct omap_dss_device *dssdev) in venc_power_off() argument
444 static int venc_display_enable(struct omap_dss_device *dssdev) in venc_display_enable() argument
473 static void venc_display_disable(struct omap_dss_device *dssdev) in venc_display_disable() argument
484 static void venc_set_timings(struct omap_dss_device *dssdev, in venc_set_timings() argument
502 static int venc_check_timings(struct omap_dss_device *dssdev, in venc_check_timings() argument
516 static void venc_get_timings(struct omap_dss_device *dssdev, in venc_get_timings() argument
526 static u32 venc_get_wss(struct omap_dss_device *dssdev) in venc_get_wss() argument
532 venc_set_wss(struct omap_dss_device *dssdev, u32 wss) venc_set_wss() argument
561 venc_set_type(struct omap_dss_device *dssdev, enum omap_dss_venc_type type) venc_set_type() argument
571 venc_invert_vid_out_polarity(struct omap_dss_device *dssdev, bool invert_polarity) venc_invert_vid_out_polarity() argument
677 venc_connect(struct omap_dss_device *dssdev, struct omap_dss_device *dst) venc_connect() argument
706 venc_disconnect(struct omap_dss_device *dssdev, struct omap_dss_device *dst) venc_disconnect() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/
H A Domap_crtc.c352 struct omap_dss_device *dssdev = omap_crtc->pipe->output; in omap_crtc_manual_display_update() local
566 struct omap_dss_device *dssdev = omap_crtc->pipe->output; in omap_crtc_is_manually_updated() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/displays/
H A Dpanel-dsi-cm.c42 struct omap_dss_device dssdev; member
777 static void dsicm_enable(struct omap_dss_device *dssdev) in dsicm_enable() argument
804 static void dsicm_disable(struct omap_dss_device *dssdev) in dsicm_disable() argument
873 static int dsicm_update(struct omap_dss_device *dssdev, in dsicm_update() argument
920 static int dsicm_sync(struct omap_dss_device *dssdev) in dsicm_sync() argument
956 dsicm_enable_te(struct omap_dss_device *dssdev, bool enable) dsicm_enable_te() argument
993 dsicm_get_te(struct omap_dss_device *dssdev) dsicm_get_te() argument
1005 dsicm_memory_read(struct omap_dss_device *dssdev, void *buf, size_t size, u16 x, u16 y, u16 w, u16 h) dsicm_memory_read() argument
1091 struct omap_dss_device *dssdev = &ddata->dssdev; dsicm_ulps_work() local
1109 dsicm_get_modes(struct omap_dss_device *dssdev, struct drm_connector *connector) dsicm_get_modes() argument
1120 dsicm_check_timings(struct omap_dss_device *dssdev, struct drm_display_mode *mode) dsicm_check_timings() argument
1239 struct omap_dss_device *dssdev; dsicm_probe() local
1340 struct omap_dss_device *dssdev = &ddata->dssdev; dsicm_remove() local
[all...]
/kernel/linux/linux-5.10/drivers/media/platform/omap/
H A Domap_vout.c366 struct omap_dss_device *dssdev; in omapvid_init() local
427 struct omap_dss_device *dssdev; in omapvid_apply_changes() local
613 struct omap_dss_device *dssdev; in vidioc_try_fmt_vid_out() local
640 struct omap_dss_device *dssdev; vidioc_s_fmt_vid_out() local
822 struct omap_dss_device *dssdev; vidioc_s_selection() local
1044 struct omap_dss_device *dssdev = ovl->get_device(ovl); omap_vout_vb2_start_streaming() local
1062 struct omap_dss_device *dssdev = ovl->get_device(ovl); omap_vout_vb2_start_streaming() local
1096 struct omap_dss_device *dssdev = ovl->get_device(ovl); omap_vout_vb2_stop_streaming() local
1195 struct omap_dss_device *dssdev; vidioc_g_fbuf() local
1595 struct omap_dss_device *dssdev = NULL; omap_vout_probe() local
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/displays/
H A Dpanel-sony-acx565akm.c57 struct omap_dss_device dssdev; member
505 static int acx565akm_connect(struct omap_dss_device *dssdev) in acx565akm_connect() argument
521 static void acx565akm_disconnect(struct omap_dss_device *dssdev) in acx565akm_disconnect() argument
532 acx565akm_panel_power_on(struct omap_dss_device *dssdev) acx565akm_panel_power_on() argument
583 acx565akm_panel_power_off(struct omap_dss_device *dssdev) acx565akm_panel_power_off() argument
613 acx565akm_enable(struct omap_dss_device *dssdev) acx565akm_enable() argument
637 acx565akm_disable(struct omap_dss_device *dssdev) acx565akm_disable() argument
653 acx565akm_set_timings(struct omap_dss_device *dssdev, struct omap_video_timings *timings) acx565akm_set_timings() argument
665 acx565akm_get_timings(struct omap_dss_device *dssdev, struct omap_video_timings *timings) acx565akm_get_timings() argument
673 acx565akm_check_timings(struct omap_dss_device *dssdev, struct omap_video_timings *timings) acx565akm_check_timings() argument
700 struct omap_dss_device *dssdev, *in; acx565akm_probe_pdata() local
741 struct omap_dss_device *dssdev; acx565akm_probe() local
868 struct omap_dss_device *dssdev = &ddata->dssdev; acx565akm_remove() local
[all...]
H A Dpanel-dsi-cm.c39 struct omap_dss_device dssdev; member
377 static void dsicm_get_resolution(struct omap_dss_device *dssdev, in dsicm_get_resolution() argument
699 static int dsicm_connect(struct omap_dss_device *dssdev) in dsicm_connect() argument
736 dsicm_disconnect(struct omap_dss_device *dssdev) dsicm_disconnect() argument
748 dsicm_enable(struct omap_dss_device *dssdev) dsicm_enable() argument
788 dsicm_disable(struct omap_dss_device *dssdev) dsicm_disable() argument
861 dsicm_update(struct omap_dss_device *dssdev, u16 x, u16 y, u16 w, u16 h) dsicm_update() argument
909 dsicm_sync(struct omap_dss_device *dssdev) dsicm_sync() argument
945 dsicm_enable_te(struct omap_dss_device *dssdev, bool enable) dsicm_enable_te() argument
982 dsicm_get_te(struct omap_dss_device *dssdev) dsicm_get_te() argument
994 dsicm_memory_read(struct omap_dss_device *dssdev, void *buf, size_t size, u16 x, u16 y, u16 w, u16 h) dsicm_memory_read() argument
1081 struct omap_dss_device *dssdev = &ddata->dssdev; dsicm_ulps_work() local
1159 struct omap_dss_device *dssdev; dsicm_probe() local
1279 struct omap_dss_device *dssdev = &ddata->dssdev; dsicm_remove() local
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/omap/
H A Domapfb.h215 struct platform_device *dssdev; /* dummy dev for clocks */ member
/kernel/linux/linux-6.6/drivers/media/platform/ti/omap/
H A Domap_vout.c366 struct omap_dss_device *dssdev; in omapvid_init() local
427 struct omap_dss_device *dssdev; in omapvid_apply_changes() local
614 struct omap_dss_device *dssdev; in vidioc_try_fmt_vid_out() local
641 struct omap_dss_device *dssdev; vidioc_s_fmt_vid_out() local
823 struct omap_dss_device *dssdev; vidioc_s_selection() local
1046 struct omap_dss_device *dssdev = ovl->get_device(ovl); omap_vout_vb2_start_streaming() local
1064 struct omap_dss_device *dssdev = ovl->get_device(ovl); omap_vout_vb2_start_streaming() local
1098 struct omap_dss_device *dssdev = ovl->get_device(ovl); omap_vout_vb2_stop_streaming() local
1197 struct omap_dss_device *dssdev; vidioc_g_fbuf() local
1596 struct omap_dss_device *dssdev = NULL; omap_vout_probe() local
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/omap/
H A Domapfb.h217 struct platform_device *dssdev; /* dummy dev for clocks */ member
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/
H A Ddss.c1572 struct omap_dss_device *dssdev = NULL; in dss_shutdown() local
H A Domapdss.h469 omapdss_device_is_enabled(struct omap_dss_device *dssdev) omapdss_device_is_enabled() argument
[all...]
H A Ddsi.c349 struct omap_dss_device *dssdev; member
430 static inline struct dsi_data *to_dsi_data(struct omap_dss_device *dssdev) in to_dsi_data() argument
464 static void dsi_bus_lock(struct omap_dss_device *dssdev) in dsi_bus_lock() argument
471 static void dsi_bus_unlock(struct omap_dss_device *dssdev) in dsi_bus_unlock() argument
2427 static void dsi_vc_enable_hs(struct omap_dss_device *dssdev, int channel, in dsi_vc_enable_hs() argument
2551 static int dsi_vc_send_bta_sync(struct omap_dss_device *dssdev, in argument
2752 dsi_vc_dcs_write_nosync(struct omap_dss_device *dssdev, int channel, u8 *data, int len) dsi_vc_dcs_write_nosync() argument
2761 dsi_vc_generic_write_nosync(struct omap_dss_device *dssdev, int channel, u8 *data, int len) dsi_vc_generic_write_nosync() argument
2770 dsi_vc_write_common(struct omap_dss_device *dssdev, int channel, u8 *data, int len, enum dss_dsi_content_type type) dsi_vc_write_common() argument
2800 dsi_vc_dcs_write(struct omap_dss_device *dssdev, int channel, u8 *data, int len) dsi_vc_dcs_write() argument
2807 dsi_vc_generic_write(struct omap_dss_device *dssdev, int channel, u8 *data, int len) dsi_vc_generic_write() argument
2976 dsi_vc_dcs_read(struct omap_dss_device *dssdev, int channel, u8 dcs_cmd, u8 *buf, int buflen) dsi_vc_dcs_read() argument
3006 dsi_vc_generic_read(struct omap_dss_device *dssdev, int channel, u8 *reqdata, int reqlen, u8 *buf, int buflen) dsi_vc_generic_read() argument
3033 dsi_vc_set_max_rx_packet_size(struct omap_dss_device *dssdev, int channel, u16 len) dsi_vc_set_max_rx_packet_size() argument
3666 dsi_configure_pins(struct omap_dss_device *dssdev, const struct omap_dsi_pin_config *pin_cfg) dsi_configure_pins() argument
3732 dsi_enable_video_output(struct omap_dss_device *dssdev, int channel) dsi_enable_video_output() argument
3794 dsi_disable_video_output(struct omap_dss_device *dssdev, int channel) dsi_disable_video_output() argument
3945 dsi_update(struct omap_dss_device *dssdev, int channel, void (*callback)(int, void *), void *data) dsi_update() argument
4153 dsi_display_enable(struct omap_dss_device *dssdev) dsi_display_enable() argument
4185 dsi_display_disable(struct omap_dss_device *dssdev, bool disconnect_lanes, bool enter_ulps) dsi_display_disable() argument
4208 dsi_enable_te(struct omap_dss_device *dssdev, bool enable) dsi_enable_te() argument
4695 dsi_set_config(struct omap_dss_device *dssdev, const struct omap_dss_dsi_config *config) dsi_set_config() argument
4807 dsi_request_vc(struct omap_dss_device *dssdev, int *channel) dsi_request_vc() argument
4824 dsi_set_vc_id(struct omap_dss_device *dssdev, int channel, int vc_id) dsi_set_vc_id() argument
4849 dsi_release_vc(struct omap_dss_device *dssdev, int channel) dsi_release_vc() argument
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-main.c1656 struct omap_dss_device *dssdev; in omapfb_auto_update_work() local
1843 struct omap_dss_device *dssdev = fbdev->displays[i].dssdev; in omapfb_free_resources() local
2135 omapfb_get_recommended_bpp(struct omapfb2_device *fbdev, struct omap_dss_device *dssdev) omapfb_get_recommended_bpp() argument
2303 omapfb_init_display(struct omapfb2_device *fbdev, struct omap_dss_device *dssdev) omapfb_init_display() argument
2366 struct omap_dss_device *dssdev = fbdev->displays[i].dssdev; omapfb_init_connections() local
2416 struct omap_dss_device *dssdev; omapfb_find_default_display() local
2433 struct omap_dss_device *dssdev; omapfb_find_default_display() local
2456 struct omap_dss_device *dssdev; omapfb_probe() local
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-main.c1656 struct omap_dss_device *dssdev; in omapfb_auto_update_work() local
1842 struct omap_dss_device *dssdev = fbdev->displays[i].dssdev; in omapfb_free_resources() local
2133 omapfb_get_recommended_bpp(struct omapfb2_device *fbdev, struct omap_dss_device *dssdev) omapfb_get_recommended_bpp() argument
2301 omapfb_init_display(struct omapfb2_device *fbdev, struct omap_dss_device *dssdev) omapfb_init_display() argument
2364 struct omap_dss_device *dssdev = fbdev->displays[i].dssdev; omapfb_init_connections() local
2414 struct omap_dss_device *dssdev; omapfb_find_default_display() local
2431 struct omap_dss_device *dssdev; omapfb_find_default_display() local
2454 struct omap_dss_device *dssdev; omapfb_probe() local
[all...]
/kernel/linux/linux-5.10/include/video/
H A Domapfb_dss.h804 omapdss_device_is_connected(struct omap_dss_device *dssdev) omapdss_device_is_connected() argument
809 omapdss_device_is_enabled(struct omap_dss_device *dssdev) omapdss_device_is_enabled() argument
844 omap_dss_get_device(struct omap_dss_device *dssdev) omap_dss_get_device() argument
851 omap_dss_put_device(struct omap_dss_device *dssdev) omap_dss_put_device() argument
[all...]
/kernel/linux/linux-6.6/include/video/
H A Domapfb_dss.h804 omapdss_device_is_connected(struct omap_dss_device *dssdev) omapdss_device_is_connected() argument
809 omapdss_device_is_enabled(struct omap_dss_device *dssdev) omapdss_device_is_enabled() argument
844 omap_dss_get_device(struct omap_dss_device *dssdev) omap_dss_get_device() argument
851 omap_dss_put_device(struct omap_dss_device *dssdev) omap_dss_put_device() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.c76 static inline struct dsi_data *to_dsi_data(struct omap_dss_device *dssdev) in to_dsi_data() argument
1896 static void dsi_vc_enable_hs(struct omap_dss_device *dssdev, int vc, in dsi_vc_enable_hs() argument
2019 static int dsi_vc_send_bta_sync(struct omap_dss_device *dssdev, int vc) in dsi_vc_send_bta_sync() argument
2194 static int dsi_vc_write_common(struct omap_dss_device *dssdev, int vc, in dsi_vc_write_common() 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) dsi_vc_generic_read() argument
3046 dsi_enable_video_output(struct omap_dss_device *dssdev, int vc) dsi_enable_video_output() argument
3080 dsi_disable_video_output(struct omap_dss_device *dssdev, int vc) dsi_disable_video_output() argument
3251 dsi_update_channel(struct omap_dss_device *dssdev, int vc) dsi_update_channel() argument
3298 dsi_update_all(struct omap_dss_device *dssdev) dsi_update_all() argument
4053 dsi_is_video_mode(struct omap_dss_device *dssdev) dsi_is_video_mode() argument
4093 dsi_set_config(struct omap_dss_device *dssdev, const struct drm_display_mode *mode) dsi_set_config() argument
4191 struct omap_dss_device *dssdev = &dsi->output; _omap_dsi_host_transfer() local
4659 struct omap_dss_device *dssdev = &dsi->output; dsi_bridge_enable() local
4678 struct omap_dss_device *dssdev = &dsi->output; dsi_bridge_disable() local
[all...]

Completed in 58 milliseconds

1234