Searched refs:get_path (Results 1 – 3 of 3) sorted by relevance
53 char *(*get_path)(const void *phandle, char *buf, int len); member209 static inline char *get_path(const void *phandle, char *buf, int len) in get_path() function211 if (dt_ops.get_path) in get_path()212 return dt_ops.get_path(phandle, buf, len); in get_path()
122 path = get_path(node, prop_buf, MAX_PROP_LEN); in planetcore_set_stdout_path()
183 dt_ops.get_path = fdt_wrapper_get_path; in fdt_init()