Searched refs:olpc_ofw (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/arch/x86/platform/olpc/ |
D | olpc_dt.c | 35 if (olpc_ofw("peer", args, res) || (s32)node == -1) in olpc_dt_getsibling() 49 if (olpc_ofw("child", args, res) || (s32)node == -1) { in olpc_dt_getchild() 66 if (olpc_ofw("getproplen", args, res)) { in olpc_dt_getproplen() 86 if (olpc_ofw("getprop", args, res)) { in olpc_dt_getproperty() 106 if (olpc_ofw("nextprop", args, res) || success != 1) in olpc_dt_nextprop() 121 if (olpc_ofw("package-to-path", args, res) || *len < 1) in olpc_dt_pkg2path() 174 if (olpc_ofw("finddevice", args, res)) { in olpc_dt_finddevice() 191 if (olpc_ofw("interpret", args, res)) { in olpc_dt_interpret()
|
D | Makefile | 1 obj-$(CONFIG_OLPC) += olpc.o olpc_ofw.o olpc_dt.o
|
/linux-3.4.99/arch/x86/include/asm/ |
D | olpc_ofw.h | 14 #define olpc_ofw(name, args, res) \ macro
|