/openbsd-src/sys/dev/pci/drm/include/linux/ |
H A D | of.h | 15 struct device_node { struct 21 struct device_node *__of_get_compatible_child(void *, const char *); argument 25 struct device_node *__of_get_child_by_name(void *, const char *); 31 struct device_node *__of_devnode(void *); 33 __builtin_types_compatible_p(typeof(arg), struct device_node *) ? \ 34 (struct device_node *)arg : __of_devnode(&arg) 36 int __of_property_present(struct device_node *, const char *); 40 int __of_property_read_variable_u32_array(struct device_node *, 47 int __of_property_read_variable_u64_array(struct device_node *, 52 int __of_property_match_string(struct device_node *, [all …]
|
H A D | of_address.h | 6 struct device_node; 9 int of_address_to_resource(struct device_node *, int, struct resource *);
|
H A D | of_platform.h | 6 struct platform_device *of_platform_device_create(struct device_node *, 8 struct platform_device *of_find_device_by_node(struct device_node *);
|
H A D | of_device.h | 9 int __of_device_is_compatible(struct device_node *, const char *); 13 int of_dma_configure(struct device *, struct device_node *, int);
|
H A D | device.h | 19 struct device_node;
|
/openbsd-src/sys/dev/pci/drm/include/drm/ |
H A D | drm_panel.h | 34 struct device_node; 288 struct drm_panel *of_drm_find_panel(const struct device_node *np); 289 int of_drm_get_panel_orientation(const struct device_node *np, 292 static inline struct drm_panel *of_drm_find_panel(const struct device_node *np) in of_drm_find_panel() 297 static inline int of_drm_get_panel_orientation(const struct device_node *np, in of_drm_get_panel_orientation()
|
H A D | drm_bridge.h | 752 struct device_node *of_node; 822 struct drm_bridge *of_drm_find_bridge(struct device_node *np); 824 static inline struct drm_bridge *of_drm_find_bridge(struct device_node *np) in of_drm_find_bridge() 964 struct drm_bridge *devm_drm_of_get_bridge(struct device *dev, struct device_node *node, 966 struct drm_bridge *drmm_of_get_bridge(struct drm_device *drm, struct device_node *node, 970 struct device_node *node, in devm_drm_of_get_bridge() 978 struct device_node *node, in drmm_of_get_bridge()
|
H A D | drm_modes.h | 508 int of_get_drm_display_mode(struct device_node *np, 511 int of_get_drm_panel_display_mode(struct device_node *np, 514 static inline int of_get_drm_display_mode(struct device_node *np, in of_get_drm_display_mode() 521 static inline int of_get_drm_panel_display_mode(struct device_node *np, in of_get_drm_panel_display_mode()
|
H A D | drm_of.h | 9 int (*)(struct device *, void *), struct device_node *);
|
H A D | drm_crtc.h | 45 struct device_node; 936 struct device_node *port;
|
/openbsd-src/sys/dev/pci/drm/ |
H A D | drm_linux.c | 3662 struct device_node * in __of_devnode() 3668 return (struct device_node *)(uintptr_t)pdev->node; 3672 __of_device_is_compatible(struct device_node *np, const char *compatible) in __of_device_is_compatible() 3678 __of_property_present(struct device_node *np, const char *propname) in __of_property_present() 3684 __of_property_read_variable_u32_array(struct device_node *np, in __of_property_read_variable_u32_array() 3704 __of_property_read_variable_u64_array(struct device_node *np, in __of_property_read_variable_u64_array() 3724 __of_property_match_string(struct device_node *np, in __of_property_match_string() 3735 struct device_node * in __of_parse_phandle() 3736 __of_parse_phandle(struct device_node *np, const char *propname, int idx) in __of_parse_phandle() 3750 return (struct device_node *)(uintptr_ [all...] |
H A D | drm_panel.c | 315 struct drm_panel *of_drm_find_panel(const struct device_node *np) in of_drm_find_panel() 349 int of_drm_get_panel_orientation(const struct device_node *np, in of_drm_get_panel_orientation() 432 struct device_node *panel_np; in drm_panel_add_follower()
|
H A D | drm_mipi_dsi.c | 109 struct mipi_dsi_device *of_find_mipi_dsi_device_by_node(struct device_node *np) in of_find_mipi_dsi_device_by_node() 160 of_mipi_dsi_device_add(struct mipi_dsi_host *host, struct device_node *node) in of_mipi_dsi_device_add() 185 of_mipi_dsi_device_add(struct mipi_dsi_host *host, struct device_node *node) in of_mipi_dsi_device_add() 314 struct mipi_dsi_host *of_find_mipi_dsi_host_by_node(struct device_node *node) in of_find_mipi_dsi_host_by_node() 335 struct device_node *node; in mipi_dsi_host_register()
|
H A D | drm_bridge.c | 1388 struct drm_bridge *of_drm_find_bridge(struct device_node *np) in of_drm_find_bridge()
|
H A D | drm_modes.c | 1176 * @np: device_node with the timing specification 1188 int of_get_drm_display_mode(struct device_node *np, in of_get_drm_display_mode() 1213 * @np: device_node with the panel-timing specification 1223 int of_get_drm_panel_display_mode(struct device_node *np, in of_get_drm_panel_display_mode()
|
/openbsd-src/sys/dev/pci/drm/apple/ |
H A D | apple_drv.c | 375 struct device_node *node; in apple_get_fb_resource() 413 struct device_node *np; in apple_drm_init_dcp() 581 struct device_node *np; in add_dcp_components()
|
H A D | dcp.c | 531 struct device_node *node = of_get_child_by_name(dcp->dev->of_node, "piodma"); in dcp_create_piodma_iommu_dev() 788 struct device_node *panel_np; in dcp_comp_bind()
|
/openbsd-src/sys/dev/pci/drm/radeon/ |
H A D | radeon_clocks.c | 113 struct device_node *dp = rdev->pdev->dev.of_node; in radeon_read_clocks_OF()
|