Searched refs:get_path (Results 1 – 4 of 4) sorted by relevance
/linux/arch/powerpc/boot/ |
H A D | ops.h | 52 char *(*get_path)(const void *phandle, char *buf, int len); member 201 static inline char *get_path(const void *phandle, char *buf, int len) in get_path() function 203 if (dt_ops.get_path) in get_path() 204 return dt_ops.get_path(phandle, buf, len); in get_path()
|
H A D | planetcore.c | 119 path = get_path(node, prop_buf, MAX_PROP_LEN); in planetcore_set_stdout_path()
|
H A D | libfdt-wrapper.c | 169 dt_ops.get_path = fdt_wrapper_get_path; in fdt_init()
|
/linux/drivers/interconnect/ |
H A D | debugfs-client.c | 39 static struct icc_path *get_path(const char *src, const char *dst) in get_path() function 68 cur_path = get_path(src, dst); in icc_get_set()
|