Lines Matching defs:of_node
143 static int display_read_u32_of(struct drm_device *dev, struct device_node *of_node, in display_read_u32_of()
153 static bool display_get_big_endian_of(struct drm_device *dev, struct device_node *of_node) in display_get_big_endian_of()
166 static int display_get_width_of(struct drm_device *dev, struct device_node *of_node) in display_get_width_of()
176 static int display_get_height_of(struct drm_device *dev, struct device_node *of_node) in display_get_height_of()
186 static int display_get_depth_of(struct drm_device *dev, struct device_node *of_node) in display_get_depth_of()
196 static int display_get_linebytes_of(struct drm_device *dev, struct device_node *of_node) in display_get_linebytes_of()
206 static u64 display_get_address_of(struct drm_device *dev, struct device_node *of_node) in display_get_address_of()
223 static const u8 *display_get_edid_of(struct drm_device *dev, struct device_node *of_node, in display_get_edid_of()
241 static enum ofdrm_model display_get_model_of(struct drm_device *dev, struct device_node *of_node) in display_get_model_of()
324 static struct pci_dev *display_get_pci_dev_of(struct drm_device *dev, struct device_node *of_node) in display_get_pci_dev_of()
358 struct device_node *of_node = pdev->dev.of_node; in ofdrm_device_init_pci() local
422 static void __iomem *get_cmap_address_of(struct ofdrm_device *odev, struct device_node *of_node, in get_cmap_address_of()
455 struct device_node *of_node, in ofdrm_mach64_cmap_ioremap()
485 struct device_node *of_node, in ofdrm_rage128_cmap_ioremap()
503 struct device_node *of_node, in ofdrm_rage_m3a_cmap_ioremap()
529 struct device_node *of_node, in ofdrm_rage_m3b_cmap_ioremap()
555 struct device_node *of_node, in ofdrm_radeon_cmap_ioremap()
562 struct device_node *of_node, in ofdrm_gxt2000_cmap_ioremap()
578 struct device_node *of_node, in ofdrm_avivo_cmap_ioremap()
611 struct device_node *of_node, in ofdrm_qemu_cmap_ioremap()
818 struct device_node *of_node = pdev->dev.of_node; in ofdrm_device_create() local