Searched refs:parse_tree_node (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/parisc/kernel/
H A Ddrivers.c59 parse_tree_node(struct device *parent, int index, struct hardware_path *modpath);
713 struct device *new = parse_tree_node(dev, d->index, d->modpath);
722 * parse_tree_node - returns a device entry in the iotree
732 parse_tree_node(struct device *parent, int index, struct hardware_path *modpath) function
762 parent = parse_tree_node(parent, i, modpath);
769 return parse_tree_node(parent, 6, modpath);

Completed in 94 milliseconds