Searched refs:module_path (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/external/rk_pcba_test/rk_pcba_test/ |
| H A D | wifi.sh | 19 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 D | test_config.cfg | 108 ; 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 D | inventory.c | 52 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 D | package_manager.py | 62 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 D | getdeveloperlib.py | 94 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 D | common_interface_defs.h | 346 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 D | common_interface_defs.h | 346 int __sanitizer_get_module_and_offset_for_pc(void *pc, char *module_path,
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/ |
| H A D | create_buildsys_python.py | 508 module_path = os.path.join(pd.get_package_dir(package), module + '.py') 509 to_scan.append(module_path)
|