HomeSort by: relevance | last modified time | path
    Searched defs:of_node (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_bridge.h 392 /** @of_node: device node pointer to the bridge */
393 struct device_node *of_node; member in struct:drm_bridge
  /src/usr.sbin/ofctl/
ofctl.c 67 struct of_node { struct
68 TAILQ_ENTRY(of_node) of_sibling;
69 TAILQ_HEAD(,of_node) of_children;
71 struct of_node *of_parent;
86 struct of_node of_root;
104 of_tree_mkprop(struct of_node *node, prop_dictionary_t propdict,
140 static struct of_node *
141 of_tree_mknode(struct of_node *parent)
143 struct of_node *newnode;
161 of_tree_fill(prop_dictionary_t dict, struct of_node *node
    [all...]

Completed in 12 milliseconds