Home
last modified time | relevance | path

Searched defs:ws2401 (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/panel/
Dpanel-widechips-ws2401.c61 struct ws2401 { struct
63 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