Searched refs:phandle (Results 1 – 5 of 5) sorted by relevance
/include/linux/ |
D | of_pdt.h | 18 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);
|
D | of_reserved_mem.h | 14 unsigned long phandle; member
|
D | of.h | 28 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()
|
D | remoteproc.h | 641 struct rproc *rproc_get_by_phandle(phandle phandle);
|
/include/linux/usb/ |
D | phy.h | 227 const char *phandle, u8 index); 252 const char *phandle, u8 index) in devm_usb_get_phy_by_phandle() argument
|