Lines Matching refs:simpledrm_device
208 struct simpledrm_device {
262 struct simpledrm_device *sdev = res;
273 static int simpledrm_device_init_clocks(struct simpledrm_device *sdev)
328 static int simpledrm_device_init_clocks(struct simpledrm_device *sdev)
360 struct simpledrm_device *sdev = res;
371 static int simpledrm_device_init_regulators(struct simpledrm_device *sdev)
448 static int simpledrm_device_init_regulators(struct simpledrm_device *sdev)
479 struct simpledrm_device *sdev = res;
492 static int simpledrm_device_attach_genpd(struct simpledrm_device *sdev)
543 static int simpledrm_device_attach_genpd(struct simpledrm_device *sdev)
596 static struct simpledrm_device *simpledrm_device_create(struct drm_driver *drv,
601 struct simpledrm_device *sdev;
617 sdev = devm_drm_dev_alloc(&pdev->dev, drv, struct simpledrm_device, sysfb.dev);
842 struct simpledrm_device *sdev;
864 struct simpledrm_device *sdev = platform_get_drvdata(pdev);