Symbol: drm_to_mipi_dbi_dev
drivers/gpu/drm/drm_mipi_dbi.c
1372
struct mipi_dbi_dev *dbidev = drm_to_mipi_dbi_dev(minor->dev);
drivers/gpu/drm/drm_mipi_dbi.c
208
struct mipi_dbi_dev *dbidev = drm_to_mipi_dbi_dev(fb->dev);
drivers/gpu/drm/drm_mipi_dbi.c
276
struct mipi_dbi_dev *dbidev = drm_to_mipi_dbi_dev(fb->dev);
drivers/gpu/drm/drm_mipi_dbi.c
328
struct mipi_dbi_dev *dbidev = drm_to_mipi_dbi_dev(crtc->dev);
drivers/gpu/drm/drm_mipi_dbi.c
466
struct mipi_dbi_dev *dbidev = drm_to_mipi_dbi_dev(crtc->dev);
drivers/gpu/drm/drm_mipi_dbi.c
493
struct mipi_dbi_dev *dbidev = drm_to_mipi_dbi_dev(connector->dev);
drivers/gpu/drm/sitronix/st7586.c
132
struct mipi_dbi_dev *dbidev = drm_to_mipi_dbi_dev(fb->dev);
drivers/gpu/drm/sitronix/st7586.c
63
return container_of(drm_to_mipi_dbi_dev(dev), struct st7586_device, dbidev);
drivers/gpu/drm/sitronix/st7735r.c
67
return container_of(drm_to_mipi_dbi_dev(drm), struct st7735r_device, dbidev);
drivers/gpu/drm/tiny/hx8357d.c
60
return container_of(drm_to_mipi_dbi_dev(dev), struct hx8357d_device, dbidev);
drivers/gpu/drm/tiny/ili9163.c
49
return container_of(drm_to_mipi_dbi_dev(dev), struct ili9163_device, dbidev);
drivers/gpu/drm/tiny/ili9225.c
85
return container_of(drm_to_mipi_dbi_dev(dev), struct ili9225_device, dbidev);
drivers/gpu/drm/tiny/ili9225.c
98
struct mipi_dbi_dev *dbidev = drm_to_mipi_dbi_dev(fb->dev);
drivers/gpu/drm/tiny/ili9341.c
66
return container_of(drm_to_mipi_dbi_dev(dev), struct ili9341_device, dbidev);
drivers/gpu/drm/tiny/ili9486.c
50
return container_of(drm_to_mipi_dbi_dev(dev), struct ili9486_device, dbidev);
drivers/gpu/drm/tiny/mi0283qt.c
64
return container_of(drm_to_mipi_dbi_dev(dev), struct mi0283qt_device, dbidev);
drivers/gpu/drm/tiny/panel-mipi-dbi.c
247
return container_of(drm_to_mipi_dbi_dev(dev), struct panel_mipi_dbi_device, dbidev);