Home
last modified time | relevance | path

Searched refs:modpath (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/scripts/
Ddecode_stacktrace.sh14 modpath=""
32 modpath=$3
68 if [[ "$modpath" != "" ]] ; then
69 for fn in $(find "$modpath" -name "${module//_/[-_]}.ko*") ; do
78 modpath=$(dirname "$vmlinux")
87 modpath="$dn"
92 modpath=""
/linux-5.19.10/arch/parisc/kernel/
Ddrivers.c59 parse_tree_node(struct device *parent, int index, struct hardware_path *modpath);
481 static struct parisc_device *create_parisc_device(struct hardware_path *modpath) in create_parisc_device() argument
486 if (modpath->bc[i] == -1) in create_parisc_device()
488 parent = &alloc_tree_node(parent, modpath->bc[i])->dev; 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() argument
664 return ((modpath->bc[5] == PCI_SLOT(devfn)) && in match_pci_device()
665 (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() argument
[all …]
/linux-5.19.10/arch/parisc/include/asm/
Dhardware.h121 extern struct device *hwpath_to_device(struct hardware_path *modpath);