Lines Matching refs:device_node
58 struct device_node *current_node; /* Current node for SunOS ioctls. */
59 struct device_node *lastnode; /* Last valid node used by BSD ioctls. */
64 static struct device_node *options_node;
143 static int opromgetprop(void __user *argp, struct device_node *dp, struct openpromio *op, int bufsi… in opromgetprop()
160 static int opromnxtprop(void __user *argp, struct device_node *dp, struct openpromio *op, int bufsi… in opromnxtprop()
190 static int opromsetopt(struct device_node *dp, struct openpromio *op, int bufsize) in opromsetopt()
198 static int opromnext(void __user *argp, unsigned int cmd, struct device_node *dp, struct openpromio… in opromnext()
245 static int oprompci2node(void __user *argp, struct device_node *dp, struct openpromio *op, int bufs… in oprompci2node()
252 struct device_node *dp; in oprompci2node()
270 static int oprompath2node(void __user *argp, struct device_node *dp, struct openpromio *op, int buf… in oprompath2node()
303 struct device_node *dp) in openprom_sunos_ioctl()
375 static struct device_node *get_node(phandle n, DATA *data) in get_node()
377 struct device_node *dp = of_find_node_by_phandle(n); in get_node()
415 struct device_node *dp; in opiocget()
447 struct device_node *dp; in opiocnextprop()
493 struct device_node *dp; in opiocset()
524 struct device_node *dp; in opiocgetnext()
732 struct device_node *dp; in openprom_init()