Home
last modified time | relevance | path

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

/openbmc/linux/arch/parisc/kernel/
H A Ddrivers.c487 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() argument
666 (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() argument
689 char id = (index == 6) ? modpath->mod : modpath->bc[index]; in match_parisc_device()
696 struct hardware_path * modpath; member
736 .modpath = modpath, in parse_tree_node()
760 if (modpath->bc[i] == -1) in hwpath_to_device()
[all …]
/openbmc/linux/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=""
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dgitsm.py155 def need_update_submodule(ud, url, module, modpath, workdir, d): argument
162 need_update_list.append(modpath)
184 def download_submodule(ud, url, module, modpath, workdir, d): argument
210 def unpack_submodules(ud, url, module, modpath, workdir, d): argument
224 new_ud.modpath = modpath
261 def add_submodule(ud, url, module, modpath, workdir, d): argument
/openbmc/linux/arch/parisc/include/asm/
H A Dhardware.h121 extern struct device *hwpath_to_device(struct hardware_path *modpath);