Home
last modified time | relevance | path

Searched refs:phandle (Results 1 – 5 of 5) 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);
Dof_reserved_mem.h14 unsigned long phandle; member
Dof.h28 typedef u32 phandle; typedef
53 phandle phandle; member
93 phandle phandle; member
285 extern struct device_node *of_find_node_by_phandle(phandle handle);
516 static inline struct device_node *of_find_node_by_phandle(phandle handle) in of_find_node_by_phandle()
Dremoteproc.h641 struct rproc *rproc_get_by_phandle(phandle phandle);
/include/linux/usb/
Dphy.h227 const char *phandle, u8 index);
252 const char *phandle, u8 index) in devm_usb_get_phy_by_phandle() argument