Searched defs:ws2401 (Results 1 – 1 of 1) sorted by relevance
61 struct ws2401 { struct63 struct device *dev;65 struct mipi_dbi dbi;67 struct drm_panel panel;69 u32 width;71 u32 height;73 struct gpio_desc *reset;75 struct regulator_bulk_data regulators[2];99 static inline struct ws2401 *to_ws2401(struct drm_panel *panel) in to_ws2401() argument