Lines Matching defs:nwl_dsi
70 struct nwl_dsi { struct
71 struct drm_bridge bridge;
72 struct mipi_dsi_host dsi_host;
73 struct drm_bridge *panel_bridge;
74 struct device *dev;
75 struct phy *phy;
76 union phy_configure_opts phy_cfg;
77 unsigned int quirks;
79 struct regmap *regmap;
80 int irq;
93 struct reset_control *rst_byte;
117 struct nwl_dsi_transfer *xfer; argument
128 static inline struct nwl_dsi *bridge_to_dsi(struct drm_bridge *bridge) in bridge_to_dsi() argument