Searched refs:parse_tree_node (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/arch/parisc/kernel/ |
D | drivers.c | 59 parse_tree_node(struct device *parent, int index, struct hardware_path *modpath); 713 struct device *new = parse_tree_node(dev, d->index, d->modpath); in check_parent() 732 parse_tree_node(struct device *parent, int index, struct hardware_path *modpath) in parse_tree_node() function 762 parent = parse_tree_node(parent, i, modpath); in hwpath_to_device() 769 return parse_tree_node(parent, 6, modpath); in hwpath_to_device()
|