Lines Matching defs:intel_dsi
39 struct intel_dsi { struct
43 struct intel_dsi_host *dsi_hosts[I915_MAX_PORTS]; argument
46 struct gpio_desc *gpio_panel;
48 struct intel_connector *attached_connector;
51 u16 ports;
54 bool hs;
57 int channel;
60 u16 operation_mode;
63 unsigned int lane_count;
66 u32 pixel_format;
69 u32 video_mode_format;
72 u8 eotp_pkt;
73 u8 clock_stop;
75 u8 escape_clk_div;
76 u8 dual_link;
77 u8 pixel_overlap;
78 u32 port_bits;
79 u32 bw_timer;
80 u32 dphy_reg;
104 struct intel_dsi_host { argument
106 struct intel_dsi *intel_dsi; argument