Searched refs:of_getprop (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/boot/ |
H A D | oflib.c | 121 if (of_getprop(oprom, "model", version, sizeof(version)) <= 0) in check_of_version() 136 if (of_getprop(chosen, "mmu", &chosen_mmu, sizeof(chosen_mmu)) <= 0) { in check_of_version() 209 int of_getprop(const void *phandle, const char *name, void *buf, in of_getprop() function
|
H A D | ofconsole.c | 24 && (of_getprop(devp, "stdout", &of_stdout_handle, in of_console_open()
|
H A D | of.h | 17 int of_getprop(const void *phandle, const char *name, void *buf,
|
H A D | of.c | 71 dt_ops.getprop = of_getprop; in of_platform_init()
|
/kernel/linux/linux-6.6/arch/powerpc/boot/ |
H A D | oflib.c | 121 if (of_getprop(oprom, "model", version, sizeof(version)) <= 0) in check_of_version() 136 if (of_getprop(chosen, "mmu", &chosen_mmu, sizeof(chosen_mmu)) <= 0) { in check_of_version() 209 int of_getprop(const void *phandle, const char *name, void *buf, in of_getprop() function
|
H A D | ofconsole.c | 24 && (of_getprop(devp, "stdout", &of_stdout_handle, in of_console_open()
|
H A D | of.h | 17 int of_getprop(const void *phandle, const char *name, void *buf,
|
H A D | of.c | 71 dt_ops.getprop = of_getprop; in of_platform_init()
|
Completed in 2 milliseconds