Home
last modified time | relevance | path

Searched refs:modpath (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/scripts/
H A Ddecode_stacktrace.sh38 modpath=""
55 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=""
/kernel/linux/linux-5.10/arch/parisc/kernel/
H A Ddrivers.c59 parse_tree_node(struct device *parent, int index, struct hardware_path *modpath);
482 static struct parisc_device *create_parisc_device(struct hardware_path *modpath) in create_parisc_device() argument
487 if (modpath->bc[i] == -1) in create_parisc_device()
489 parent = &alloc_tree_node(parent, modpath->bc[i])->dev; in create_parisc_device()
491 return alloc_tree_node(parent, modpath->mod); in create_parisc_device()
653 * @modpath: the hardware path.
657 struct hardware_path *modpath) in match_pci_device()
665 return ((modpath->bc[5] == PCI_SLOT(devfn)) && in match_pci_device()
666 (modpath->mod == PCI_FUNC(devfn))); in match_pci_device()
674 return (modpath in match_pci_device()
656 match_pci_device(struct device *dev, int index, struct hardware_path *modpath) match_pci_device() argument
685 match_parisc_device(struct device *dev, int index, struct hardware_path *modpath) match_parisc_device() argument
696 struct hardware_path * modpath; global() member
732 parse_tree_node(struct device *parent, int index, struct hardware_path *modpath) parse_tree_node() argument
755 hwpath_to_device(struct hardware_path *modpath) hwpath_to_device() argument
[all...]
/kernel/linux/linux-6.6/arch/parisc/kernel/
H A Ddrivers.c59 parse_tree_node(struct device *parent, int index, struct hardware_path *modpath);
482 static struct parisc_device *create_parisc_device(struct hardware_path *modpath) in create_parisc_device() argument
487 if (modpath->bc[i] == -1) in create_parisc_device()
489 parent = &alloc_tree_node(parent, modpath->bc[i])->dev; in create_parisc_device()
491 return alloc_tree_node(parent, modpath->mod); in create_parisc_device()
653 * @modpath: the hardware path.
657 struct hardware_path *modpath) in match_pci_device()
665 return ((modpath->bc[5] == PCI_SLOT(devfn)) && in match_pci_device()
666 (modpath->mod == PCI_FUNC(devfn))); in match_pci_device()
674 return (modpath in match_pci_device()
656 match_pci_device(struct device *dev, int index, struct hardware_path *modpath) match_pci_device() argument
685 match_parisc_device(struct device *dev, int index, struct hardware_path *modpath) match_parisc_device() argument
696 struct hardware_path * modpath; global() member
732 parse_tree_node(struct device *parent, int index, struct hardware_path *modpath) parse_tree_node() argument
755 hwpath_to_device(struct hardware_path *modpath) hwpath_to_device() argument
[all...]
/kernel/linux/linux-6.6/scripts/
H A Ddecode_stacktrace.sh37 modpath=""
55 modpath=$3
91 if [[ "$modpath" != "" ]] ; then
92 for fn in $(find "$modpath" -name "${module//_/[-_]}.ko*") ; do
101 modpath=$(dirname "$vmlinux")
110 modpath="$dn"
115 modpath=""
/kernel/linux/linux-5.10/arch/parisc/include/asm/
H A Dhardware.h121 extern struct device *hwpath_to_device(struct hardware_path *modpath);
/kernel/linux/linux-6.6/arch/parisc/include/asm/
H A Dhardware.h121 extern struct device *hwpath_to_device(struct hardware_path *modpath);

Completed in 7 milliseconds