Lines Matching refs:sony_td4353_jdi
33 struct sony_td4353_jdi { struct
42 static inline struct sony_td4353_jdi *to_sony_td4353_jdi(struct drm_panel *panel) in to_sony_td4353_jdi() argument
44 return container_of(panel, struct sony_td4353_jdi, panel); in to_sony_td4353_jdi()
47 static int sony_td4353_jdi_on(struct sony_td4353_jdi *ctx) in sony_td4353_jdi_on()
108 static int sony_td4353_jdi_off(struct sony_td4353_jdi *ctx) in sony_td4353_jdi_off()
139 static void sony_td4353_assert_reset_gpios(struct sony_td4353_jdi *ctx, int mode) in sony_td4353_assert_reset_gpios()
148 struct sony_td4353_jdi *ctx = to_sony_td4353_jdi(panel); in sony_td4353_jdi_prepare()
175 struct sony_td4353_jdi *ctx = to_sony_td4353_jdi(panel); in sony_td4353_jdi_unprepare()
206 struct sony_td4353_jdi *ctx = to_sony_td4353_jdi(panel); in sony_td4353_jdi_get_modes()
236 struct sony_td4353_jdi *ctx; in sony_td4353_jdi_probe()
291 struct sony_td4353_jdi *ctx = mipi_dsi_get_drvdata(dsi); in sony_td4353_jdi_remove()