Home
last modified time | relevance | path

Searched refs:omap_channel (Results 1 – 14 of 14) sorted by relevance

/linux-4.4.14/drivers/video/fbdev/omap2/dss/
Ddispc.h118 static inline u16 DISPC_DEFAULT_COLOR(enum omap_channel channel) in DISPC_DEFAULT_COLOR()
135 static inline u16 DISPC_TRANS_COLOR(enum omap_channel channel) in DISPC_TRANS_COLOR()
152 static inline u16 DISPC_TIMING_H(enum omap_channel channel) in DISPC_TIMING_H()
170 static inline u16 DISPC_TIMING_V(enum omap_channel channel) in DISPC_TIMING_V()
188 static inline u16 DISPC_POL_FREQ(enum omap_channel channel) in DISPC_POL_FREQ()
206 static inline u16 DISPC_DIVISORo(enum omap_channel channel) in DISPC_DIVISORo()
225 static inline u16 DISPC_SIZE_MGR(enum omap_channel channel) in DISPC_SIZE_MGR()
242 static inline u16 DISPC_DATA_CYCLE1(enum omap_channel channel) in DISPC_DATA_CYCLE1()
260 static inline u16 DISPC_DATA_CYCLE2(enum omap_channel channel) in DISPC_DATA_CYCLE2()
278 static inline u16 DISPC_DATA_CYCLE3(enum omap_channel channel) in DISPC_DATA_CYCLE3()
[all …]
Ddss.h231 static inline bool dss_mgr_is_lcd(enum omap_channel id) in dss_mgr_is_lcd()
266 int dss_dpi_select_source(int port, enum omap_channel channel);
287 enum omap_channel channel);
295 void dss_select_lcd_clk_source(enum omap_channel channel,
299 enum omap_dss_clk_source dss_get_lcd_clk_source(enum omap_channel channel);
389 bool dispc_mgr_timings_ok(enum omap_channel channel,
401 unsigned long dispc_mgr_lclk_rate(enum omap_channel channel);
402 unsigned long dispc_mgr_pclk_rate(enum omap_channel channel);
404 void dispc_mgr_set_clock_div(enum omap_channel channel,
406 int dispc_mgr_get_clock_div(enum omap_channel channel,
Ddispc-compat.h21 void dispc_mgr_enable_sync(enum omap_channel channel);
22 void dispc_mgr_disable_sync(enum omap_channel channel);
Ddispc.c262 static u32 mgr_fld_read(enum omap_channel channel, enum mgr_reg_fields regfld) in mgr_fld_read()
268 static void mgr_fld_write(enum omap_channel channel, in mgr_fld_write()
540 u32 dispc_mgr_get_vsync_irq(enum omap_channel channel) in dispc_mgr_get_vsync_irq()
546 u32 dispc_mgr_get_framedone_irq(enum omap_channel channel) in dispc_mgr_get_framedone_irq()
555 u32 dispc_mgr_get_sync_lost_irq(enum omap_channel channel) in dispc_mgr_get_sync_lost_irq()
566 bool dispc_mgr_go_busy(enum omap_channel channel) in dispc_mgr_go_busy()
572 void dispc_mgr_go(enum omap_channel channel) in dispc_mgr_go()
929 void dispc_ovl_set_channel_out(enum omap_plane plane, enum omap_channel channel) in dispc_ovl_set_channel_out()
987 static enum omap_channel dispc_ovl_get_channel_out(enum omap_plane plane) in dispc_ovl_get_channel_out()
991 enum omap_channel channel; in dispc_ovl_get_channel_out()
[all …]
Ddss.c77 int (*dpi_select_source)(int port, enum omap_channel channel);
206 enum omap_channel channel) in dss_ctrl_pll_set_control_mux()
460 void dss_select_lcd_clk_source(enum omap_channel channel, in dss_select_lcd_clk_source()
507 enum omap_dss_clk_source dss_get_lcd_clk_source(enum omap_channel channel) in dss_get_lcd_clk_source()
662 static int dss_dpi_select_source_omap2_omap3(int port, enum omap_channel channel) in dss_dpi_select_source_omap2_omap3()
670 static int dss_dpi_select_source_omap4(int port, enum omap_channel channel) in dss_dpi_select_source_omap4()
690 static int dss_dpi_select_source_omap5(int port, enum omap_channel channel) in dss_dpi_select_source_omap5()
716 static int dss_dpi_select_source_dra7xx(int port, enum omap_channel channel) in dss_dpi_select_source_dra7xx()
736 int dss_dpi_select_source(int port, enum omap_channel channel) in dss_dpi_select_source()
Ddispc-compat.c468 static void dispc_mgr_enable_lcd_out(enum omap_channel channel) in dispc_mgr_enable_lcd_out()
473 static void dispc_mgr_disable_lcd_out(enum omap_channel channel) in dispc_mgr_disable_lcd_out()
617 void dispc_mgr_enable_sync(enum omap_channel channel) in dispc_mgr_enable_sync()
627 void dispc_mgr_disable_sync(enum omap_channel channel) in dispc_mgr_disable_sync()
Ddpi.c72 static struct dss_pll *dpi_get_pll(enum omap_channel channel) in dpi_get_pll()
126 static enum omap_dss_clk_source dpi_get_alt_clk_src(enum omap_channel channel) in dpi_get_alt_clk_src()
282 static int dpi_set_dsi_clk(struct dpi_data *dpi, enum omap_channel channel, in dpi_set_dsi_clk()
623 static enum omap_channel dpi_get_channel(int port_num) in dpi_get_channel()
Ddss_features.c843 enum omap_display_type dss_feat_get_supported_displays(enum omap_channel channel) in dss_feat_get_supported_displays()
849 enum omap_dss_output_id dss_feat_get_supported_outputs(enum omap_channel channel) in dss_feat_get_supported_outputs()
Ddsi.c4865 static enum omap_channel dsi_get_channel(int module_id) in dsi_get_channel()
/linux-4.4.14/include/video/
Domapdss.h85 enum omap_channel { enum
465 enum omap_channel id;
772 enum omap_channel dispc_channel;
869 enum omap_display_type dss_feat_get_supported_displays(enum omap_channel channel);
870 enum omap_dss_output_id dss_feat_get_supported_outputs(enum omap_channel channel);
914 void dispc_mgr_enable(enum omap_channel channel, bool enable);
915 bool dispc_mgr_is_enabled(enum omap_channel channel);
916 u32 dispc_mgr_get_vsync_irq(enum omap_channel channel);
917 u32 dispc_mgr_get_framedone_irq(enum omap_channel channel);
918 u32 dispc_mgr_get_sync_lost_irq(enum omap_channel channel);
[all …]
/linux-4.4.14/drivers/gpu/drm/omapdrm/
Domap_crtc.c35 enum omap_channel channel;
73 enum omap_channel omap_crtc_channel(struct drm_crtc *crtc) in omap_crtc_channel()
136 enum omap_channel channel = omap_crtc->channel; in omap_crtc_set_enabled()
496 struct drm_plane *plane, enum omap_channel channel, int id) in omap_crtc_init()
Domap_drv.h145 enum omap_channel omap_crtc_channel(struct drm_crtc *crtc);
149 struct drm_plane *plane, enum omap_channel channel, int id);
Domap_drv.c223 static bool channel_used(struct drm_device *dev, enum omap_channel channel) in channel_used()
280 enum omap_channel channel) in omap_modeset_create_crtc()
354 enum omap_channel channel; in omap_modeset_init()
473 enum omap_channel crtc_channel; in omap_modeset_init()
Domap_encoder.c104 enum omap_channel channel, in omap_encoder_update()