st7735r_device
struct st7735r_device *st7735r;
st7735r = devm_drm_dev_alloc(dev, &st7735r_driver, struct st7735r_device, dbidev.drm);
static struct st7735r_device *to_st7735r_device(struct drm_device *drm)
return container_of(drm_to_mipi_dbi_dev(drm), struct st7735r_device, dbidev);
struct st7735r_device *st7735r = to_st7735r_device(drm);