Lines Matching defs:phandle_t
71 typedef uint32_t phandle_t;
103 phandle_t OF_peer(phandle_t node);
104 phandle_t OF_child(phandle_t node);
105 phandle_t OF_parent(phandle_t node);
106 ssize_t OF_getproplen(phandle_t node, const char *propname);
107 ssize_t OF_getprop(phandle_t node, const char *propname, void *buf,
109 ssize_t OF_getencprop(phandle_t node, const char *prop, pcell_t *buf,
111 int OF_hasprop(phandle_t node, const char *propname);
112 ssize_t OF_searchprop(phandle_t node, const char *propname, void *buf,
114 ssize_t OF_searchencprop(phandle_t node, const char *propname,
116 ssize_t OF_getprop_alloc(phandle_t node, const char *propname,
118 ssize_t OF_getprop_alloc_multi(phandle_t node, const char *propname,
120 ssize_t OF_getencprop_alloc(phandle_t node, const char *propname,
122 ssize_t OF_getencprop_alloc_multi(phandle_t node, const char *propname,
125 int OF_nextprop(phandle_t node, const char *propname, char *buf,
127 int OF_setprop(phandle_t node, const char *name, const void *buf,
130 phandle_t OF_finddevice(const char *path);
131 ssize_t OF_package_to_path(phandle_t node, char *buf, size_t len);
139 phandle_t OF_node_from_xref(phandle_t xref);
140 phandle_t OF_xref_from_node(phandle_t node);
149 device_t OF_device_from_xref(phandle_t xref);
150 phandle_t OF_xref_from_device(device_t dev);
151 int OF_device_register_xref(phandle_t xref, device_t dev);
160 phandle_t OF_instance_to_package(ihandle_t instance);
181 int OF_decode_addr(phandle_t dev, int regno, bus_space_tag_t *ptag,