Lines Matching defs:of_node

144 static int display_read_u32_of(struct drm_device *dev, struct device_node *of_node,  in display_read_u32_of()
154 static bool display_get_big_endian_of(struct drm_device *dev, struct device_node *of_node) in display_get_big_endian_of()
167 static int display_get_width_of(struct drm_device *dev, struct device_node *of_node) in display_get_width_of()
177 static int display_get_height_of(struct drm_device *dev, struct device_node *of_node) in display_get_height_of()
187 static int display_get_depth_of(struct drm_device *dev, struct device_node *of_node) in display_get_depth_of()
197 static int display_get_linebytes_of(struct drm_device *dev, struct device_node *of_node) in display_get_linebytes_of()
207 static u64 display_get_address_of(struct drm_device *dev, struct device_node *of_node) in display_get_address_of()
224 static const u8 *display_get_edid_of(struct drm_device *dev, struct device_node *of_node, in display_get_edid_of()
242 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()
360 struct device_node *of_node = pdev->dev.of_node; in ofdrm_device_init_pci() local
425 static void __iomem *get_cmap_address_of(struct ofdrm_device *odev, struct device_node *of_node, in get_cmap_address_of()
458 struct device_node *of_node, in ofdrm_mach64_cmap_ioremap()
488 struct device_node *of_node, in ofdrm_rage128_cmap_ioremap()
506 struct device_node *of_node, in ofdrm_rage_m3a_cmap_ioremap()
532 struct device_node *of_node, in ofdrm_rage_m3b_cmap_ioremap()
558 struct device_node *of_node, in ofdrm_radeon_cmap_ioremap()
565 struct device_node *of_node, in ofdrm_gxt2000_cmap_ioremap()
581 struct device_node *of_node, in ofdrm_avivo_cmap_ioremap()
614 struct device_node *of_node, in ofdrm_qemu_cmap_ioremap()
821 struct device_node *of_node = pdev->dev.of_node; in ofdrm_device_create() local