Lines Matching defs:of_node

150 static int display_read_u32_of(struct drm_device *dev, struct device_node *of_node,  in display_read_u32_of()
160 static bool display_get_big_endian_of(struct drm_device *dev, struct device_node *of_node) in display_get_big_endian_of()
177 static int display_get_width_of(struct drm_device *dev, struct device_node *of_node) in display_get_width_of()
187 static int display_get_height_of(struct drm_device *dev, struct device_node *of_node) in display_get_height_of()
197 static int display_get_depth_of(struct drm_device *dev, struct device_node *of_node) in display_get_depth_of()
207 static int display_get_linebytes_of(struct drm_device *dev, struct device_node *of_node) in display_get_linebytes_of()
217 static u64 display_get_address_of(struct drm_device *dev, struct device_node *of_node) in display_get_address_of()
242 static enum ofdrm_model display_get_model_of(struct drm_device *dev, struct device_node *of_node) in display_get_model_of()
330 static struct pci_dev *display_get_pci_dev_of(struct drm_device *dev, struct device_node *of_node) in display_get_pci_dev_of()
364 struct device_node *of_node = pdev->dev.of_node; in ofdrm_device_init_pci() local
428 static void __iomem *get_cmap_address_of(struct ofdrm_device *odev, struct device_node *of_node, in get_cmap_address_of()
461 struct device_node *of_node, in ofdrm_mach64_cmap_ioremap()
491 struct device_node *of_node, in ofdrm_rage128_cmap_ioremap()
509 struct device_node *of_node, in ofdrm_rage_m3a_cmap_ioremap()
535 struct device_node *of_node, in ofdrm_rage_m3b_cmap_ioremap()
561 struct device_node *of_node, in ofdrm_radeon_cmap_ioremap()
568 struct device_node *of_node, in ofdrm_gxt2000_cmap_ioremap()
584 struct device_node *of_node, in ofdrm_avivo_cmap_ioremap()
617 struct device_node *of_node, in ofdrm_qemu_cmap_ioremap()
1084 struct device_node *of_node = pdev->dev.of_node; in ofdrm_device_create() local