Home
last modified time | relevance | path

Searched refs:phandle (Results 1 – 4 of 4) sorted by relevance

/include/linux/
Dof_pdt.h18 int (*nextprop)(phandle node, char *prev, char *buf);
21 int (*getproplen)(phandle node, const char *prop);
22 int (*getproperty)(phandle node, const char *prop, char *buf,
26 phandle (*getchild)(phandle parent);
27 phandle (*getsibling)(phandle node);
30 int (*pkg2path)(phandle node, char *buf, const int buflen, int *len);
36 extern void of_pdt_build_devicetree(phandle root_node, struct of_pdt_ops *ops);
Dremoteproc.h657 struct rproc *rproc_get_by_phandle(phandle phandle);
Dof.h25 typedef u32 phandle; typedef
50 phandle phandle; member
90 phandle phandle; member
287 extern struct device_node *of_find_node_by_phandle(phandle handle);
524 static inline struct device_node *of_find_node_by_phandle(phandle handle) in of_find_node_by_phandle()
/include/linux/usb/
Dphy.h228 const char *phandle, u8 index);
253 const char *phandle, u8 index) in devm_usb_get_phy_by_phandle() argument