Searched refs:modpath (Results 1 – 3 of 3) sorted by relevance
487 if (modpath->bc[i] == -1) in create_parisc_device()491 return alloc_tree_node(parent, modpath->mod); in create_parisc_device()657 struct hardware_path *modpath) in match_pci_device() argument666 (modpath->mod == PCI_FUNC(devfn))); in match_pci_device()674 return (modpath->bc[index] == id); in match_pci_device()686 struct hardware_path *modpath) in match_parisc_device() argument689 char id = (index == 6) ? modpath->mod : modpath->bc[index]; in match_parisc_device()696 struct hardware_path * modpath; member736 .modpath = modpath, in parse_tree_node()760 if (modpath->bc[i] == -1) in hwpath_to_device()[all …]
43 modpath=""61 modpath=$3105 for dir in "$modpath" "$(dirname "$vmlinux")" ${release_dirs}; do
121 extern struct device *hwpath_to_device(struct hardware_path *modpath);
Completed in 9 milliseconds