Lines Matching refs:sharp_ls060
19 struct sharp_ls060 { struct
29 static inline struct sharp_ls060 *to_sharp_ls060(struct drm_panel *panel) in to_sharp_ls060() argument
31 return container_of(panel, struct sharp_ls060, panel); in to_sharp_ls060()
34 static void sharp_ls060_reset(struct sharp_ls060 *ctx) in sharp_ls060_reset()
44 static int sharp_ls060_on(struct sharp_ls060 *ctx) in sharp_ls060_on()
63 static void sharp_ls060_off(struct sharp_ls060 *ctx) in sharp_ls060_off()
79 struct sharp_ls060 *ctx = to_sharp_ls060(panel); in sharp_ls060_prepare()
133 struct sharp_ls060 *ctx = to_sharp_ls060(panel); in sharp_ls060_unprepare()
193 struct sharp_ls060 *ctx; in sharp_ls060_probe()
196 ctx = devm_drm_panel_alloc(dev, struct sharp_ls060, panel, in sharp_ls060_probe()
250 struct sharp_ls060 *ctx = mipi_dsi_get_drvdata(dsi); in sharp_ls060_remove()