Lines Matching refs:dssdev
438 int (*connect)(struct omap_dss_device *dssdev,
440 void (*disconnect)(struct omap_dss_device *dssdev,
443 int (*enable)(struct omap_dss_device *dssdev);
444 void (*disable)(struct omap_dss_device *dssdev);
446 int (*check_timings)(struct omap_dss_device *dssdev,
448 void (*set_timings)(struct omap_dss_device *dssdev,
450 void (*get_timings)(struct omap_dss_device *dssdev,
453 void (*set_data_lines)(struct omap_dss_device *dssdev, int data_lines);
457 int (*connect)(struct omap_dss_device *dssdev,
459 void (*disconnect)(struct omap_dss_device *dssdev,
462 int (*enable)(struct omap_dss_device *dssdev);
463 void (*disable)(struct omap_dss_device *dssdev);
465 int (*check_timings)(struct omap_dss_device *dssdev,
467 void (*set_timings)(struct omap_dss_device *dssdev,
469 void (*get_timings)(struct omap_dss_device *dssdev,
472 void (*set_datapairs)(struct omap_dss_device *dssdev, int datapairs);
476 int (*connect)(struct omap_dss_device *dssdev,
478 void (*disconnect)(struct omap_dss_device *dssdev,
481 int (*enable)(struct omap_dss_device *dssdev);
482 void (*disable)(struct omap_dss_device *dssdev);
484 int (*check_timings)(struct omap_dss_device *dssdev,
486 void (*set_timings)(struct omap_dss_device *dssdev,
488 void (*get_timings)(struct omap_dss_device *dssdev,
493 int (*connect)(struct omap_dss_device *dssdev,
495 void (*disconnect)(struct omap_dss_device *dssdev,
498 int (*enable)(struct omap_dss_device *dssdev);
499 void (*disable)(struct omap_dss_device *dssdev);
501 int (*check_timings)(struct omap_dss_device *dssdev,
503 void (*set_timings)(struct omap_dss_device *dssdev,
505 void (*get_timings)(struct omap_dss_device *dssdev,
508 void (*set_type)(struct omap_dss_device *dssdev,
510 void (*invert_vid_out_polarity)(struct omap_dss_device *dssdev,
513 int (*set_wss)(struct omap_dss_device *dssdev, u32 wss);
514 u32 (*get_wss)(struct omap_dss_device *dssdev);
518 int (*connect)(struct omap_dss_device *dssdev,
520 void (*disconnect)(struct omap_dss_device *dssdev,
523 int (*enable)(struct omap_dss_device *dssdev);
524 void (*disable)(struct omap_dss_device *dssdev);
526 int (*check_timings)(struct omap_dss_device *dssdev,
528 void (*set_timings)(struct omap_dss_device *dssdev,
530 void (*get_timings)(struct omap_dss_device *dssdev,
533 int (*read_edid)(struct omap_dss_device *dssdev, u8 *buf, int len);
534 bool (*detect)(struct omap_dss_device *dssdev);
536 int (*set_hdmi_mode)(struct omap_dss_device *dssdev, bool hdmi_mode);
537 int (*set_infoframe)(struct omap_dss_device *dssdev,
542 int (*connect)(struct omap_dss_device *dssdev,
544 void (*disconnect)(struct omap_dss_device *dssdev,
547 int (*enable)(struct omap_dss_device *dssdev);
548 void (*disable)(struct omap_dss_device *dssdev, bool disconnect_lanes,
552 int (*set_config)(struct omap_dss_device *dssdev,
554 int (*configure_pins)(struct omap_dss_device *dssdev,
557 void (*enable_hs)(struct omap_dss_device *dssdev, int channel,
559 int (*enable_te)(struct omap_dss_device *dssdev, bool enable);
561 int (*update)(struct omap_dss_device *dssdev, int channel,
564 void (*bus_lock)(struct omap_dss_device *dssdev);
565 void (*bus_unlock)(struct omap_dss_device *dssdev);
567 int (*enable_video_output)(struct omap_dss_device *dssdev, int channel);
568 void (*disable_video_output)(struct omap_dss_device *dssdev,
571 int (*request_vc)(struct omap_dss_device *dssdev, int *channel);
572 int (*set_vc_id)(struct omap_dss_device *dssdev, int channel,
574 void (*release_vc)(struct omap_dss_device *dssdev, int channel);
577 int (*dcs_write)(struct omap_dss_device *dssdev, int channel,
579 int (*dcs_write_nosync)(struct omap_dss_device *dssdev, int channel,
581 int (*dcs_read)(struct omap_dss_device *dssdev, int channel, u8 dcs_cmd,
584 int (*gen_write)(struct omap_dss_device *dssdev, int channel,
586 int (*gen_write_nosync)(struct omap_dss_device *dssdev, int channel,
588 int (*gen_read)(struct omap_dss_device *dssdev, int channel,
592 int (*bta_sync)(struct omap_dss_device *dssdev, int channel);
594 int (*set_max_rx_packet_size)(struct omap_dss_device *dssdev,
693 int (*connect)(struct omap_dss_device *dssdev);
694 void (*disconnect)(struct omap_dss_device *dssdev);
700 int (*update)(struct omap_dss_device *dssdev,
702 int (*sync)(struct omap_dss_device *dssdev);
704 int (*enable_te)(struct omap_dss_device *dssdev, bool enable);
705 int (*get_te)(struct omap_dss_device *dssdev);
707 u8 (*get_rotate)(struct omap_dss_device *dssdev);
708 int (*set_rotate)(struct omap_dss_device *dssdev, u8 rotate);
710 bool (*get_mirror)(struct omap_dss_device *dssdev);
711 int (*set_mirror)(struct omap_dss_device *dssdev, bool enable);
713 int (*memory_read)(struct omap_dss_device *dssdev,
717 void (*get_resolution)(struct omap_dss_device *dssdev,
719 void (*get_dimensions)(struct omap_dss_device *dssdev,
721 int (*get_recommended_bpp)(struct omap_dss_device *dssdev);
723 int (*check_timings)(struct omap_dss_device *dssdev,
725 void (*set_timings)(struct omap_dss_device *dssdev,
727 void (*get_timings)(struct omap_dss_device *dssdev,
730 int (*set_wss)(struct omap_dss_device *dssdev, u32 wss);
731 u32 (*get_wss)(struct omap_dss_device *dssdev);
733 int (*read_edid)(struct omap_dss_device *dssdev, u8 *buf, int len);
734 bool (*detect)(struct omap_dss_device *dssdev);
736 int (*set_hdmi_mode)(struct omap_dss_device *dssdev, bool hdmi_mode);
737 int (*set_hdmi_infoframe)(struct omap_dss_device *dssdev,
753 int omapdss_register_display(struct omap_dss_device *dssdev);
754 void omapdss_unregister_display(struct omap_dss_device *dssdev);
756 struct omap_dss_device *omap_dss_get_device(struct omap_dss_device *dssdev);
757 void omap_dss_put_device(struct omap_dss_device *dssdev);
760 int (*match)(struct omap_dss_device *dssdev, void *data));
786 struct omap_dss_device *dssdev);
789 struct omap_dss_device *omapdss_find_output_from_display(struct omap_dss_device *dssdev);
790 struct omap_overlay_manager *omapdss_find_mgr_from_display(struct omap_dss_device *dssdev);
792 void omapdss_default_get_resolution(struct omap_dss_device *dssdev,
794 int omapdss_default_get_recommended_bpp(struct omap_dss_device *dssdev);
795 void omapdss_default_get_timings(struct omap_dss_device *dssdev,
804 static inline bool omapdss_device_is_connected(struct omap_dss_device *dssdev) in omapdss_device_is_connected() argument
806 return dssdev->src; in omapdss_device_is_connected()
809 static inline bool omapdss_device_is_enabled(struct omap_dss_device *dssdev) in omapdss_device_is_enabled() argument
811 return dssdev->state == OMAP_DSS_DISPLAY_ACTIVE; in omapdss_device_is_enabled()
844 *omap_dss_get_device(struct omap_dss_device *dssdev) in omap_dss_get_device() argument
851 static inline void omap_dss_put_device(struct omap_dss_device *dssdev) {}; in omap_dss_put_device() argument