Home
last modified time | relevance | path

Searched refs:module_path (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/rk_pcba_test/rk_pcba_test/
H A Dwifi.sh19 module_path=$module_path_wlan
30 module_path=$module_path_rk903
36 module_path=$module_path_rk903
42 module_path=$module_path_rk903
49 module_path=$module_path_8192cu
54 module_path=$module_path_8188eu
59 module_path=$module_path_rt5370
64 module_path=$module_path_mt7601
72 module_path=$module_path_8723au
76 module_path=$module_path_8723as
[all …]
H A Dtest_config.cfg108 ; module_path
119 module_path = "/system/vendor/modules/8192cu.ko"
171 ; module_path
248 ; module_path
257 ;module_path =
260 ; module_path
306 ; module_path
/OK3568_Linux_fs/kernel/arch/parisc/kernel/
H A Dinventory.c52 struct pdc_module_path module_path; in setup_pdc() local
62 status = pdc_system_map_find_mods(&module_result, &module_path, 0); in setup_pdc()
453 struct pdc_module_path *module_path) in legacy_create_device() argument
456 int status = pdc_mem_map_hpa(r_addr, module_path); in legacy_create_device()
460 dev = alloc_pa_dev(r_addr->hpa, &module_path->path); in legacy_create_device()
482 struct pdc_module_path module_path; in snake_inventory() local
486 memset(module_path.path.bc, 0xff, 6); in snake_inventory()
487 module_path.path.mod = mod; in snake_inventory()
488 dev = legacy_create_device(&r_addr, &module_path); in snake_inventory()
492 memset(module_path.path.bc, 0xff, 4); in snake_inventory()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/
H A Dpackage_manager.py62 def _get_json_file(module_path): argument
67 json_file = '%s.json' % module_path.rsplit('.', 1)[0]
68 if os.path.isfile(module_path) and os.path.isfile(json_file):
/OK3568_Linux_fs/buildroot/utils/
H A Dgetdeveloperlib.py94 module_path = os.path.join("support", "testing", *module.split('.'))
95 tests.setdefault(module_path, []).append('%s.%s' % (module, test))
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/include/sanitizer/
H A Dcommon_interface_defs.h346 int __sanitizer_get_module_and_offset_for_pc(void *pc, char *module_path,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/include/sanitizer/
H A Dcommon_interface_defs.h346 int __sanitizer_get_module_and_offset_for_pc(void *pc, char *module_path,
/OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/
H A Dcreate_buildsys_python.py508 module_path = os.path.join(pd.get_package_dir(package), module + '.py')
509 to_scan.append(module_path)