hx8357d_device
struct hx8357d_device *hx8357d;
hx8357d = devm_drm_dev_alloc(dev, &hx8357d_driver, struct hx8357d_device, dbidev.drm);
static struct hx8357d_device *to_hx8357d_device(struct drm_device *dev)
return container_of(drm_to_mipi_dbi_dev(dev), struct hx8357d_device, dbidev);
struct hx8357d_device *hx8357d = to_hx8357d_device(drm);