Home
last modified time | relevance | path

Searched refs:ofdrm_device (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/sysfb/
H A Dofdrm.c290 struct ofdrm_device;
293 void __iomem *(*cmap_ioremap)(struct ofdrm_device *odev,
296 void (*cmap_write)(struct ofdrm_device *odev, unsigned char index,
300 struct ofdrm_device { struct
318 static struct ofdrm_device *ofdrm_device_of_dev(struct drm_device *dev) in ofdrm_device_of_dev() argument
320 return container_of(to_drm_sysfb_device(dev), struct ofdrm_device, sysfb); in ofdrm_device_of_dev()
359 static int ofdrm_device_init_pci(struct ofdrm_device *odev) in ofdrm_device_init_pci()
392 static int ofdrm_device_init_pci(struct ofdrm_device *odev) in ofdrm_device_init_pci()
402 static struct resource *ofdrm_find_fb_resource(struct ofdrm_device *odev, in ofdrm_find_fb_resource()
428 static void __iomem *get_cmap_address_of(struct ofdrm_device *odev, struct device_node *of_node, in get_cmap_address_of()
[all …]