Lines Matching defs:ws2401
58 * struct ws2401 - state container for a panel controlled by the WS2401
61 struct ws2401 {
99 static inline struct ws2401 *to_ws2401(struct drm_panel *panel)
101 return container_of(panel, struct ws2401, panel);
104 static void ws2401_read_mtp_id(struct ws2401 *ws)
128 static int ws2401_power_on(struct ws2401 *ws)
223 static int ws2401_power_off(struct ws2401 *ws)
233 struct ws2401 *ws = to_ws2401(panel);
246 struct ws2401 *ws = to_ws2401(panel);
262 struct ws2401 *ws = to_ws2401(panel);
278 struct ws2401 *ws = to_ws2401(panel);
320 struct ws2401 *ws = bl_get_data(bl);
347 struct ws2401 *ws;
393 devm_backlight_device_register(dev, "ws2401", dev, ws,
412 struct ws2401 *ws = spi_get_drvdata(spi);
439 .name = "ws2401-panel",