Searched refs:modpath (Results 1 – 3 of 3) sorted by relevance
486 if (modpath->bc[i] == -1) in create_parisc_device()490 return alloc_tree_node(parent, modpath->mod); in create_parisc_device()656 struct hardware_path *modpath) in match_pci_device() argument665 (modpath->mod == PCI_FUNC(devfn))); in match_pci_device()673 return (modpath->bc[index] == id); in match_pci_device()685 struct hardware_path *modpath) in match_parisc_device() argument688 char id = (index == 6) ? modpath->mod : modpath->bc[index]; in match_parisc_device()695 struct hardware_path * modpath; member735 .modpath = modpath, in parse_tree_node()759 if (modpath->bc[i] == -1) in hwpath_to_device()[all …]
22 modpath=""40 modpath=$376 if [[ "$modpath" != "" ]] ; then77 for fn in $(find "$modpath" -name "${module//_/[-_]}.ko*") ; do86 modpath=$(dirname "$vmlinux")95 modpath="$dn"100 modpath=""
121 extern struct device *hwpath_to_device(struct hardware_path *modpath);
Completed in 8 milliseconds