Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/scripts/
H A Ddecode_stacktrace.sh15 modpath=""
32 modpath=$3
40 if [[ "$modpath" != "" ]] ; then
41 for fn in $(find "$modpath" -name "${module//_/[-_]}.ko*") ; do
50 modpath=$(dirname "$vmlinux")
59 modpath="$dn"
64 modpath=""
/OK3568_Linux_fs/kernel/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()
657 struct hardware_path *modpath) in match_pci_device() argument
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->bc[index] == id); in match_pci_device()
686 struct hardware_path *modpath) in match_parisc_device() argument
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A Dgitsm.py147 def need_update_submodule(ud, url, module, modpath, workdir, d): argument
154 need_update_list.append(modpath)
176 def download_submodule(ud, url, module, modpath, workdir, d): argument
202 def unpack_submodules(ud, url, module, modpath, workdir, d): argument
247 def add_submodule(ud, url, module, modpath, workdir, d): argument
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dhardware.h121 extern struct device *hwpath_to_device(struct hardware_path *modpath);