Searched refs:parse_tree_node (Results  1 – 1 of 1) sorted by relevance
| /linux-4.1.27/arch/parisc/kernel/ | 
| D | drivers.c | 61 parse_tree_node(struct device *parent, int index, struct hardware_path *modpath); 691 			struct device *new = parse_tree_node(dev, d->index, d->modpath);  in check_parent() 710 parse_tree_node(struct device *parent, int index, struct hardware_path *modpath)  in parse_tree_node()  function 740 		parent = parse_tree_node(parent, i, modpath);  in hwpath_to_device() 747 		return parse_tree_node(parent, 6, modpath);  in hwpath_to_device()
  |