Lines Matching defs:dssdev

274 		struct omap_dss_device *dssdev;  member
354 static inline struct platform_device *dsi_get_dsidev_from_dssdev(struct omap_dss_device *dssdev) in dsi_get_dsidev_from_dssdev()
385 void dsi_bus_lock(struct omap_dss_device *dssdev) in dsi_bus_lock()
394 void dsi_bus_unlock(struct omap_dss_device *dssdev) in dsi_bus_unlock()
1201 static int dsi_set_lp_clk_divisor(struct omap_dss_device *dssdev) in dsi_set_lp_clk_divisor()
1282 static int dsi_calc_clock_rates(struct omap_dss_device *dssdev, in dsi_calc_clock_rates()
2079 static int dsi_parse_lane_config(struct omap_dss_device *dssdev) in dsi_parse_lane_config()
2138 static int dsi_set_lane_config(struct omap_dss_device *dssdev) in dsi_set_lane_config()
2275 static void dsi_cio_enable_lane_override(struct omap_dss_device *dssdev, in dsi_cio_enable_lane_override()
2325 static int dsi_cio_wait_tx_clk_esc_reset(struct omap_dss_device *dssdev) in dsi_cio_wait_tx_clk_esc_reset()
2375 static unsigned dsi_get_lane_mask(struct omap_dss_device *dssdev) in dsi_get_lane_mask()
2390 static int dsi_cio_init(struct omap_dss_device *dssdev) in dsi_cio_init()
2513 static void dsi_cio_uninit(struct omap_dss_device *dssdev) in dsi_cio_uninit()
2806 void omapdss_dsi_vc_enable_hs(struct omap_dss_device *dssdev, int channel, in omapdss_dsi_vc_enable_hs()
2934 int dsi_vc_send_bta_sync(struct omap_dss_device *dssdev, int channel) in dsi_vc_send_bta_sync()
3103 int dsi_vc_send_null(struct omap_dss_device *dssdev, int channel) in dsi_vc_send_null()
3112 static int dsi_vc_write_nosync_common(struct omap_dss_device *dssdev, in dsi_vc_write_nosync_common()
3143 int dsi_vc_dcs_write_nosync(struct omap_dss_device *dssdev, int channel, in dsi_vc_dcs_write_nosync()
3151 int dsi_vc_generic_write_nosync(struct omap_dss_device *dssdev, int channel, in dsi_vc_generic_write_nosync()
3159 static int dsi_vc_write_common(struct omap_dss_device *dssdev, int channel, in dsi_vc_write_common()
3188 int dsi_vc_dcs_write(struct omap_dss_device *dssdev, int channel, u8 *data, in dsi_vc_dcs_write()
3196 int dsi_vc_generic_write(struct omap_dss_device *dssdev, int channel, u8 *data, in dsi_vc_generic_write()
3204 int dsi_vc_dcs_write_0(struct omap_dss_device *dssdev, int channel, u8 dcs_cmd) in dsi_vc_dcs_write_0()
3210 int dsi_vc_generic_write_0(struct omap_dss_device *dssdev, int channel) in dsi_vc_generic_write_0()
3216 int dsi_vc_dcs_write_1(struct omap_dss_device *dssdev, int channel, u8 dcs_cmd, in dsi_vc_dcs_write_1()
3226 int dsi_vc_generic_write_1(struct omap_dss_device *dssdev, int channel, in dsi_vc_generic_write_1()
3233 int dsi_vc_generic_write_2(struct omap_dss_device *dssdev, int channel, in dsi_vc_generic_write_2()
3243 static int dsi_vc_dcs_send_read_request(struct omap_dss_device *dssdev, in dsi_vc_dcs_send_read_request()
3264 static int dsi_vc_generic_send_read_request(struct omap_dss_device *dssdev, in dsi_vc_generic_send_read_request()
3410 int dsi_vc_dcs_read(struct omap_dss_device *dssdev, int channel, u8 dcs_cmd, in dsi_vc_dcs_read()
3441 static int dsi_vc_generic_read(struct omap_dss_device *dssdev, int channel, in dsi_vc_generic_read()
3468 int dsi_vc_generic_read_0(struct omap_dss_device *dssdev, int channel, u8 *buf, in dsi_vc_generic_read_0()
3483 int dsi_vc_generic_read_1(struct omap_dss_device *dssdev, int channel, u8 param, in dsi_vc_generic_read_1()
3498 int dsi_vc_generic_read_2(struct omap_dss_device *dssdev, int channel, in dsi_vc_generic_read_2()
3517 int dsi_vc_set_max_rx_packet_size(struct omap_dss_device *dssdev, int channel, in dsi_vc_set_max_rx_packet_size()
3729 static void dsi_config_vp_num_line_buffers(struct omap_dss_device *dssdev) in dsi_config_vp_num_line_buffers()
3755 static void dsi_config_vp_sync_events(struct omap_dss_device *dssdev) in dsi_config_vp_sync_events()
3776 static void dsi_config_blanking_modes(struct omap_dss_device *dssdev) in dsi_config_blanking_modes()
3797 static int dsi_proto_config(struct omap_dss_device *dssdev) in dsi_proto_config()
3865 static void dsi_proto_timings(struct omap_dss_device *dssdev) in dsi_proto_timings()
3978 int dsi_enable_video_output(struct omap_dss_device *dssdev, int channel) in dsi_enable_video_output()
4033 void dsi_disable_video_output(struct omap_dss_device *dssdev, int channel) in dsi_disable_video_output()
4052 static void dsi_update_screen_dispc(struct omap_dss_device *dssdev, in dsi_update_screen_dispc()
4174 struct omap_dss_device *dssdev = (struct omap_dss_device *) data; in dsi_framedone_irq_callback() local
4192 int omap_dsi_update(struct omap_dss_device *dssdev, int channel, in omap_dsi_update()
4220 static int dsi_display_init_dispc(struct omap_dss_device *dssdev) in dsi_display_init_dispc()
4269 static void dsi_display_uninit_dispc(struct omap_dss_device *dssdev) in dsi_display_uninit_dispc()
4282 static int dsi_configure_dsi_clocks(struct omap_dss_device *dssdev) in dsi_configure_dsi_clocks()
4309 static int dsi_configure_dispc_clocks(struct omap_dss_device *dssdev) in dsi_configure_dispc_clocks()
4336 static int dsi_display_init_dsi(struct omap_dss_device *dssdev) in dsi_display_init_dsi()
4405 static void dsi_display_uninit_dsi(struct omap_dss_device *dssdev, in dsi_display_uninit_dsi()
4429 int omapdss_dsi_display_enable(struct omap_dss_device *dssdev) in omapdss_dsi_display_enable()
4487 void omapdss_dsi_display_disable(struct omap_dss_device *dssdev, in omapdss_dsi_display_disable()
4517 int omapdss_dsi_enable_te(struct omap_dss_device *dssdev, bool enable) in omapdss_dsi_enable_te()
4535 int dsi_init_display(struct omap_dss_device *dssdev) in dsi_init_display()
4563 int omap_dsi_request_vc(struct omap_dss_device *dssdev, int *channel) in omap_dsi_request_vc()
4582 int omap_dsi_set_vc_id(struct omap_dss_device *dssdev, int channel, int vc_id) in omap_dsi_set_vc_id()
4609 void omap_dsi_release_vc(struct omap_dss_device *dssdev, int channel) in omap_dsi_release_vc()