Searched refs:ws2401 (Results 1 – 3 of 3) sorted by relevance
61 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()262 struct ws2401 *ws = to_ws2401(panel); in ws2401_enable()278 struct ws2401 *ws = to_ws2401(panel); in ws2401_get_modes()[all …]
101 obj-$(CONFIG_DRM_PANEL_WIDECHIPS_WS2401) += panel-widechips-ws2401.o
7476 F: drivers/gpu/drm/panel/panel-widechips-ws2401.c