Lines Matching defs:of_node
149 static int display_read_u32_of(struct drm_device *dev, struct device_node *of_node, in display_read_u32_of()
159 static bool display_get_big_endian_of(struct drm_device *dev, struct device_node *of_node) in display_get_big_endian_of()
172 static int display_get_width_of(struct drm_device *dev, struct device_node *of_node) in display_get_width_of()
182 static int display_get_height_of(struct drm_device *dev, struct device_node *of_node) in display_get_height_of()
192 static int display_get_depth_of(struct drm_device *dev, struct device_node *of_node) in display_get_depth_of()
202 static int display_get_linebytes_of(struct drm_device *dev, struct device_node *of_node) in display_get_linebytes_of()
212 static u64 display_get_address_of(struct drm_device *dev, struct device_node *of_node) in display_get_address_of()
237 static enum ofdrm_model display_get_model_of(struct drm_device *dev, struct device_node *of_node) in display_get_model_of()
325 static struct pci_dev *display_get_pci_dev_of(struct drm_device *dev, struct device_node *of_node) in display_get_pci_dev_of()
359 struct device_node *of_node = pdev->dev.of_node; in ofdrm_device_init_pci() local
423 static void __iomem *get_cmap_address_of(struct ofdrm_device *odev, struct device_node *of_node, in get_cmap_address_of()
456 struct device_node *of_node, in ofdrm_mach64_cmap_ioremap()
486 struct device_node *of_node, in ofdrm_rage128_cmap_ioremap()
504 struct device_node *of_node, in ofdrm_rage_m3a_cmap_ioremap()
530 struct device_node *of_node, in ofdrm_rage_m3b_cmap_ioremap()
556 struct device_node *of_node, in ofdrm_radeon_cmap_ioremap()
563 struct device_node *of_node, in ofdrm_gxt2000_cmap_ioremap()
579 struct device_node *of_node, in ofdrm_avivo_cmap_ioremap()
612 struct device_node *of_node, in ofdrm_qemu_cmap_ioremap()
1093 struct device_node *of_node = pdev->dev.of_node; in ofdrm_device_create() local