Symbol: ofdrm_device
drivers/gpu/drm/sysfb/ofdrm.c
1120
struct ofdrm_device *odev;
drivers/gpu/drm/sysfb/ofdrm.c
289
struct ofdrm_device;
drivers/gpu/drm/sysfb/ofdrm.c
292
void __iomem *(*cmap_ioremap)(struct ofdrm_device *odev,
drivers/gpu/drm/sysfb/ofdrm.c
295
void (*cmap_write)(struct ofdrm_device *odev, unsigned char index,
drivers/gpu/drm/sysfb/ofdrm.c
317
static struct ofdrm_device *ofdrm_device_of_dev(struct drm_device *dev)
drivers/gpu/drm/sysfb/ofdrm.c
319
return container_of(to_drm_sysfb_device(dev), struct ofdrm_device, sysfb);
drivers/gpu/drm/sysfb/ofdrm.c
358
static int ofdrm_device_init_pci(struct ofdrm_device *odev)
drivers/gpu/drm/sysfb/ofdrm.c
391
static int ofdrm_device_init_pci(struct ofdrm_device *odev)
drivers/gpu/drm/sysfb/ofdrm.c
401
static struct resource *ofdrm_find_fb_resource(struct ofdrm_device *odev,
drivers/gpu/drm/sysfb/ofdrm.c
427
static void __iomem *get_cmap_address_of(struct ofdrm_device *odev, struct device_node *of_node,
drivers/gpu/drm/sysfb/ofdrm.c
459
static void __iomem *ofdrm_mach64_cmap_ioremap(struct ofdrm_device *odev,
drivers/gpu/drm/sysfb/ofdrm.c
477
static void ofdrm_mach64_cmap_write(struct ofdrm_device *odev, unsigned char index,
drivers/gpu/drm/sysfb/ofdrm.c
489
static void __iomem *ofdrm_rage128_cmap_ioremap(struct ofdrm_device *odev,
drivers/gpu/drm/sysfb/ofdrm.c
496
static void ofdrm_rage128_cmap_write(struct ofdrm_device *odev, unsigned char index,
drivers/gpu/drm/sysfb/ofdrm.c
507
static void __iomem *ofdrm_rage_m3a_cmap_ioremap(struct ofdrm_device *odev,
drivers/gpu/drm/sysfb/ofdrm.c
514
static void ofdrm_rage_m3a_cmap_write(struct ofdrm_device *odev, unsigned char index,
drivers/gpu/drm/sysfb/ofdrm.c
533
static void __iomem *ofdrm_rage_m3b_cmap_ioremap(struct ofdrm_device *odev,
drivers/gpu/drm/sysfb/ofdrm.c
540
static void ofdrm_rage_m3b_cmap_write(struct ofdrm_device *odev, unsigned char index,
drivers/gpu/drm/sysfb/ofdrm.c
559
static void __iomem *ofdrm_radeon_cmap_ioremap(struct ofdrm_device *odev,
drivers/gpu/drm/sysfb/ofdrm.c
566
static void __iomem *ofdrm_gxt2000_cmap_ioremap(struct ofdrm_device *odev,
drivers/gpu/drm/sysfb/ofdrm.c
573
static void ofdrm_gxt2000_cmap_write(struct ofdrm_device *odev, unsigned char index,
drivers/gpu/drm/sysfb/ofdrm.c
582
static void __iomem *ofdrm_avivo_cmap_ioremap(struct ofdrm_device *odev,
drivers/gpu/drm/sysfb/ofdrm.c
596
static void ofdrm_avivo_cmap_write(struct ofdrm_device *odev, unsigned char index,
drivers/gpu/drm/sysfb/ofdrm.c
615
static void __iomem *ofdrm_qemu_cmap_ioremap(struct ofdrm_device *odev,
drivers/gpu/drm/sysfb/ofdrm.c
640
static void ofdrm_qemu_cmap_write(struct ofdrm_device *odev, unsigned char index,
drivers/gpu/drm/sysfb/ofdrm.c
656
struct ofdrm_device *odev = ofdrm_device_of_dev(dev);
drivers/gpu/drm/sysfb/ofdrm.c
668
static void ofdrm_device_fill_gamma(struct ofdrm_device *odev,
drivers/gpu/drm/sysfb/ofdrm.c
690
static void ofdrm_device_load_gamma(struct ofdrm_device *odev,
drivers/gpu/drm/sysfb/ofdrm.c
732
struct ofdrm_device *odev = ofdrm_device_of_dev(crtc->dev);
drivers/gpu/drm/sysfb/ofdrm.c
820
static struct ofdrm_device *ofdrm_device_create(struct drm_driver *drv,
drivers/gpu/drm/sysfb/ofdrm.c
824
struct ofdrm_device *odev;
drivers/gpu/drm/sysfb/ofdrm.c
844
odev = devm_drm_dev_alloc(&pdev->dev, drv, struct ofdrm_device, sysfb.dev);