Searched refs:modpath (Results 1 – 3 of 3) sorted by relevance
57 parse_tree_node(struct device *parent, int index, struct hardware_path *modpath);480 static struct parisc_device *create_parisc_device(struct hardware_path *modpath) in create_parisc_device() argument485 if (modpath->bc[i] == -1) in create_parisc_device()487 parent = &alloc_tree_node(parent, modpath->bc[i])->dev; in create_parisc_device()489 return alloc_tree_node(parent, modpath->mod); in create_parisc_device()655 struct hardware_path *modpath) in match_pci_device() argument663 return ((modpath->bc[5] == PCI_SLOT(devfn)) && in match_pci_device()664 (modpath->mod == PCI_FUNC(devfn))); in match_pci_device()672 return (modpath->bc[index] == id); in match_pci_device()684 struct hardware_path *modpath) in match_parisc_device() argument[all …]
51 modpath=""69 modpath=$3113 for dir in "$modpath" "$(dirname "$vmlinux")" ${release_dirs}; do
121 extern struct device *hwpath_to_device(struct hardware_path *modpath);