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