Lines Matching full:hx8394
3 * Driver for panels based on Himax HX8394 controller, such as:
27 #define DRV_NAME "panel-himax-hx8394"
29 /* Manufacturer specific commands sent via DSI, listed in HX8394-F datasheet */
65 struct hx8394 { struct
81 int (*init_sequence)(struct hx8394 *ctx); argument
84 static inline struct hx8394 *panel_to_hx8394(struct drm_panel *panel) in panel_to_hx8394()
86 return container_of(panel, struct hx8394, panel); in panel_to_hx8394()
89 static int hsd060bhw4_init_sequence(struct hx8394 *ctx) in hsd060bhw4_init_sequence()
152 /* Unknown command, not listed in the HX8394-F datasheet */ in hsd060bhw4_init_sequence()
160 /* Unknown command, not listed in the HX8394-F datasheet */ in hsd060bhw4_init_sequence()
176 /* Unknown command, not listed in the HX8394-F datasheet */ in hsd060bhw4_init_sequence()
208 struct hx8394 *ctx = panel_to_hx8394(panel); in hx8394_enable()
245 struct hx8394 *ctx = panel_to_hx8394(panel); in hx8394_disable()
262 struct hx8394 *ctx = panel_to_hx8394(panel); in hx8394_unprepare()
279 struct hx8394 *ctx = panel_to_hx8394(panel); in hx8394_prepare()
316 struct hx8394 *ctx = panel_to_hx8394(panel); in hx8394_get_modes()
348 struct hx8394 *ctx; in hx8394_probe()
405 struct hx8394 *ctx = mipi_dsi_get_drvdata(dsi); in hx8394_shutdown()
419 struct hx8394 *ctx = mipi_dsi_get_drvdata(dsi); in hx8394_remove()
449 MODULE_DESCRIPTION("DRM driver for Himax HX8394 based MIPI DSI panels");