Searched refs:openpromio (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/sbus/char/ |
| H A D | openprom.c | 60 static int copyin(struct openpromio __user *info, struct openpromio **opp_p) in copyin() 90 static int getstrings(struct openpromio __user *info, struct openpromio **opp_p) in getstrings() 123 static int copyout(void __user *info, struct openpromio *opp, int len) in copyout() 130 static int opromgetprop(void __user *argp, struct device_node *dp, struct openpromio *op, int bufsi… in opromgetprop() 147 static int opromnxtprop(void __user *argp, struct device_node *dp, struct openpromio *op, int bufsi… in opromnxtprop() 177 static int opromsetopt(struct device_node *dp, struct openpromio *op, int bufsize) in opromsetopt() 185 static int opromnext(void __user *argp, unsigned int cmd, struct device_node *dp, struct openpromio… in opromnext() 232 static int oprompci2node(void __user *argp, struct device_node *dp, struct openpromio *op, int bufs… in oprompci2node() 258 static int oprompath2node(void __user *argp, struct device_node *dp, struct openpromio *op, int buf… in oprompath2node() 272 static int opromgetbootargs(void __user *argp, struct openpromio *op, int bufsize) in opromgetbootargs() [all …]
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/ |
| H A D | openpromio.h | 13 struct openpromio struct
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/bus/ |
| H A D | Sbus.c | 53 static struct openpromio *promOpio; 216 promOpio = (struct openpromio *) malloc(4096); in sparcPromInit()
|