Home
last modified time | relevance | path

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

/linux-6.12.1/arch/powerpc/boot/
Dops.h52 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()
Dplanetcore.c119 path = get_path(node, prop_buf, MAX_PROP_LEN); in planetcore_set_stdout_path()
Dlibfdt-wrapper.c169 dt_ops.get_path = fdt_wrapper_get_path; in fdt_init()
/linux-6.12.1/drivers/interconnect/
Ddebugfs-client.c39 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()