Lines Matching defs:nwl_dsi
66 struct nwl_dsi { struct
67 struct drm_bridge bridge;
68 struct mipi_dsi_host dsi_host;
69 struct device *dev;
70 struct phy *phy;
71 union phy_configure_opts phy_cfg;
72 unsigned int quirks;
74 struct regmap *regmap;
75 int irq;
88 struct reset_control *rst_byte;
112 struct nwl_dsi_transfer *xfer; argument
123 static inline struct nwl_dsi *bridge_to_dsi(struct drm_bridge *bridge) in bridge_to_dsi() argument