Lines Matching defs:ofdrm_device

283 struct ofdrm_device;
286 void __iomem *(*cmap_ioremap)(struct ofdrm_device *odev,
289 void (*cmap_write)(struct ofdrm_device *odev, unsigned char index,
293 struct ofdrm_device {
316 static struct ofdrm_device *ofdrm_device_of_dev(struct drm_device *dev)
318 return container_of(dev, struct ofdrm_device, dev);
356 static int ofdrm_device_init_pci(struct ofdrm_device *odev)
388 static int ofdrm_device_init_pci(struct ofdrm_device *odev)
398 static struct resource *ofdrm_find_fb_resource(struct ofdrm_device *odev,
424 static void __iomem *get_cmap_address_of(struct ofdrm_device *odev, struct device_node *of_node,
456 static void __iomem *ofdrm_mach64_cmap_ioremap(struct ofdrm_device *odev,
474 static void ofdrm_mach64_cmap_write(struct ofdrm_device *odev, unsigned char index,
486 static void __iomem *ofdrm_rage128_cmap_ioremap(struct ofdrm_device *odev,
493 static void ofdrm_rage128_cmap_write(struct ofdrm_device *odev, unsigned char index,
504 static void __iomem *ofdrm_rage_m3a_cmap_ioremap(struct ofdrm_device *odev,
511 static void ofdrm_rage_m3a_cmap_write(struct ofdrm_device *odev, unsigned char index,
530 static void __iomem *ofdrm_rage_m3b_cmap_ioremap(struct ofdrm_device *odev,
537 static void ofdrm_rage_m3b_cmap_write(struct ofdrm_device *odev, unsigned char index,
556 static void __iomem *ofdrm_radeon_cmap_ioremap(struct ofdrm_device *odev,
563 static void __iomem *ofdrm_gxt2000_cmap_ioremap(struct ofdrm_device *odev,
570 static void ofdrm_gxt2000_cmap_write(struct ofdrm_device *odev, unsigned char index,
579 static void __iomem *ofdrm_avivo_cmap_ioremap(struct ofdrm_device *odev,
593 static void ofdrm_avivo_cmap_write(struct ofdrm_device *odev, unsigned char index,
612 static void __iomem *ofdrm_qemu_cmap_ioremap(struct ofdrm_device *odev,
637 static void ofdrm_qemu_cmap_write(struct ofdrm_device *odev, unsigned char index,
649 static void ofdrm_device_set_gamma_linear(struct ofdrm_device *odev,
687 static void ofdrm_device_set_gamma(struct ofdrm_device *odev,
792 struct ofdrm_device *odev = ofdrm_device_of_dev(dev);
832 struct ofdrm_device *odev = ofdrm_device_of_dev(dev);
879 struct ofdrm_device *odev = ofdrm_device_of_dev(crtc->dev);
914 struct ofdrm_device *odev = ofdrm_device_of_dev(crtc->dev);
992 struct ofdrm_device *odev = ofdrm_device_of_dev(connector->dev);
1077 static struct ofdrm_device *ofdrm_device_create(struct drm_driver *drv,
1081 struct ofdrm_device *odev;
1099 odev = devm_drm_dev_alloc(&pdev->dev, drv, struct ofdrm_device, dev);
1349 struct ofdrm_device *odev;