Home
last modified time | relevance | path

Searched refs:get_path (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/powerpc/boot/
Dops.h53 char *(*get_path)(const void *phandle, char *buf, int len); member
209 static inline char *get_path(const void *phandle, char *buf, int len) in get_path() function
211 if (dt_ops.get_path) in get_path()
212 return dt_ops.get_path(phandle, buf, len); in get_path()
Dplanetcore.c122 path = get_path(node, prop_buf, MAX_PROP_LEN); in planetcore_set_stdout_path()
Dlibfdt-wrapper.c183 dt_ops.get_path = fdt_wrapper_get_path; in fdt_init()