Searched defs:nwl_dsi (Results 1 – 2 of 2) sorted by relevance
66 struct nwl_dsi { struct67 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;[all …]
71 struct nwl_dsi { struct72 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;[all …]