Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/gpu/drm/tiny/
H A Dofdrm.c283 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 { struct
316 static struct ofdrm_device *ofdrm_device_of_dev(struct drm_device *dev) in ofdrm_device_of_dev()
318 return container_of(dev, struct ofdrm_device, dev); in ofdrm_device_of_dev()
356 static int ofdrm_device_init_pci(struct ofdrm_device *odev) in ofdrm_device_init_pci()
388 static int ofdrm_device_init_pci(struct ofdrm_device *odev) in ofdrm_device_init_pci()
398 static struct resource *ofdrm_find_fb_resource(struct ofdrm_device *odev, in ofdrm_find_fb_resource()
424 static void __iomem *get_cmap_address_of(struct ofdrm_device *ode
[all...]

Completed in 2 milliseconds