Home
last modified time | relevance | path

Searched refs:hx83112a_panel (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/panel/
Dpanel-himax-hx83112a.c37 struct hx83112a_panel { struct
44 static inline struct hx83112a_panel *to_hx83112a_panel(struct drm_panel *panel) in to_hx83112a_panel() argument
46 return container_of(panel, struct hx83112a_panel, panel); in to_hx83112a_panel()
49 static void hx83112a_reset(struct hx83112a_panel *ctx) in hx83112a_reset()
59 static int hx83112a_on(struct hx83112a_panel *ctx) in hx83112a_on()
204 struct hx83112a_panel *ctx = to_hx83112a_panel(panel); in hx83112a_disable()
230 struct hx83112a_panel *ctx = to_hx83112a_panel(panel); in hx83112a_prepare()
255 struct hx83112a_panel *ctx = to_hx83112a_panel(panel); in hx83112a_unprepare()
294 struct hx83112a_panel *ctx; in hx83112a_probe()
345 struct hx83112a_panel *ctx = mipi_dsi_get_drvdata(dsi); in hx83112a_remove()