Searched full:ws2401 (Results 1 – 5 of 5) sorted by relevance
3 * Panel driver for the WideChips WS2401 480x800 DPI RGB panel, used in58 * struct ws2401 - state container for a panel controlled by the WS240161 struct ws2401 { struct99 static inline struct ws2401 *to_ws2401(struct drm_panel *panel) in to_ws2401() argument101 return container_of(panel, struct ws2401, panel); in to_ws2401()104 static void ws2401_read_mtp_id(struct ws2401 *ws) in ws2401_read_mtp_id()128 static int ws2401_power_on(struct ws2401 *ws) in ws2401_power_on()223 static int ws2401_power_off(struct ws2401 *ws) in ws2401_power_off()233 struct ws2401 *ws = to_ws2401(panel); in ws2401_unprepare()246 struct ws2401 *ws = to_ws2401(panel); in ws2401_disable()[all …]
105 obj-$(CONFIG_DRM_PANEL_WIDECHIPS_WS2401) += panel-widechips-ws2401.o
1009 tristate "Widechips WS2401 DPI panel driver"1014 Say Y here if you want to enable support for the Widechips WS2401 DPI
10 Displays (SMD) utilizing the WideChips WS2401 display controller. It can be
7642 DRM DRIVER FOR WIDECHIPS WS2401 PANELS7647 F: drivers/gpu/drm/panel/panel-widechips-ws2401.c