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()
173 static int display_get_width_of(struct drm_device *dev, struct device_node *of_node) in display_get_width_of()
183 static int display_get_height_of(struct drm_device *dev, struct device_node *of_node) in display_get_height_of()
193 static int display_get_depth_of(struct drm_device *dev, struct device_node *of_node) in display_get_depth_of()
203 static int display_get_linebytes_of(struct drm_device *dev, struct device_node *of_node) in display_get_linebytes_of()
213 static u64 display_get_address_of(struct drm_device *dev, struct device_node *of_node) in display_get_address_of()
238 static enum ofdrm_model display_get_model_of(struct drm_device *dev, struct device_node *of_node) in display_get_model_of()
326 static struct pci_dev *display_get_pci_dev_of(struct drm_device *dev, struct device_node *of_node) in display_get_pci_dev_of()
360 struct device_node *of_node = pdev->dev.of_node; in ofdrm_device_init_pci() local
424 static void __iomem *get_cmap_address_of(struct ofdrm_device *odev, struct device_node *of_node, in get_cmap_address_of()
457 struct device_node *of_node, in ofdrm_mach64_cmap_ioremap()
487 struct device_node *of_node, in ofdrm_rage128_cmap_ioremap()
505 struct device_node *of_node, in ofdrm_rage_m3a_cmap_ioremap()
531 struct device_node *of_node, in ofdrm_rage_m3b_cmap_ioremap()
557 struct device_node *of_node, in ofdrm_radeon_cmap_ioremap()
564 struct device_node *of_node, in ofdrm_gxt2000_cmap_ioremap()
580 struct device_node *of_node, in ofdrm_avivo_cmap_ioremap()
613 struct device_node *of_node, in ofdrm_qemu_cmap_ioremap()
1080 struct device_node *of_node = pdev->dev.of_node; in ofdrm_device_create() local