Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/panel/
H A Dpanel-widechips-ws2401.c3 * Panel driver for the WideChips WS2401 480x800 DPI RGB panel, used in
58 * struct ws2401 - state container for a panel controlled by the WS2401
61 struct ws2401 { struct
99 static inline struct ws2401 *to_ws2401(struct drm_panel *panel) in to_ws2401() argument
101 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 …]
H A DMakefile105 obj-$(CONFIG_DRM_PANEL_WIDECHIPS_WS2401) += panel-widechips-ws2401.o
H A DKconfig1009 tristate "Widechips WS2401 DPI panel driver"
1014 Say Y here if you want to enable support for the Widechips WS2401 DPI
/linux/Documentation/devicetree/bindings/display/panel/
H A Dsamsung,lms380kf01.yaml10 Displays (SMD) utilizing the WideChips WS2401 display controller. It can be
/linux/
H A DMAINTAINERS7642 DRM DRIVER FOR WIDECHIPS WS2401 PANELS
7647 F: drivers/gpu/drm/panel/panel-widechips-ws2401.c