Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/parisc/kernel/
A Ddrivers.c486 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() argument
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
688 char id = (index == 6) ? modpath->mod : modpath->bc[index]; in match_parisc_device()
695 struct hardware_path * modpath; member
735 .modpath = modpath, in parse_tree_node()
759 if (modpath->bc[i] == -1) in hwpath_to_device()
[all …]
/linux-6.3-rc2/scripts/
A Ddecode_stacktrace.sh22 modpath=""
40 modpath=$3
76 if [[ "$modpath" != "" ]] ; then
77 for fn in $(find "$modpath" -name "${module//_/[-_]}.ko*") ; do
86 modpath=$(dirname "$vmlinux")
95 modpath="$dn"
100 modpath=""
/linux-6.3-rc2/arch/parisc/include/asm/
A Dhardware.h121 extern struct device *hwpath_to_device(struct hardware_path *modpath);

Completed in 10 milliseconds