Searched refs:load_module (Results 1 – 14 of 14) sorted by relevance
/openbmc/openbmc/poky/meta/lib/oeqa/core/ |
H A D | loader.py | 307 load_module = True if not module_name.startswith('_') \ 322 return (load_module, load_underscore) 332 load_module, load_underscore = self._filterModule(module) 334 if load_module or load_underscore: 344 load_module, load_underscore = self._filterModule(module) 346 if load_module or load_underscore:
|
/openbmc/linux/sound/soc/sof/ |
H A D | ipc3-loader.c | 318 int (*load_module)(struct snd_sof_dev *sof_dev, struct snd_sof_mod_hdr *hdr); in sof_ipc3_load_fw_to_dsp() local 326 load_module = sof_ops(sdev)->load_module; in sof_ipc3_load_fw_to_dsp() 327 if (!load_module) { in sof_ipc3_load_fw_to_dsp() 329 load_module = sof_ipc3_parse_module_memcpy; in sof_ipc3_load_fw_to_dsp() 355 ret = load_module(sdev, module); in sof_ipc3_load_fw_to_dsp()
|
H A D | sof-priv.h | 223 int (*load_module)(struct snd_sof_dev *sof_dev, member
|
/openbmc/linux/drivers/md/ |
H A D | dm-target.c | 46 static void load_module(const char *name) in load_module() function 56 load_module(name); in dm_get_target_type()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/files/ |
H A D | generate-srcuri.py | 36 def load_module(filename): function 49 fetch = load_module(os.path.join(basedir, "fetch_sources.py"))
|
/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/libts/ |
H A D | 0001-Remove-TEE-driver-external-component.patch | 144 - out/linux-arm-ffa-tee/load_module.sh 146 out/linux-arm-ffa-user/load_module.sh 157 - out/linux-arm-ffa-tee/load_module.sh 158 out/linux-arm-ffa-user/load_module.sh
|
/openbmc/linux/Documentation/translations/zh_CN/dev-tools/ |
H A D | kasan.rst | 154 load_module+0x75df/0x8070 175 load_module+0x75df/0x8070
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/ |
H A D | 0002-do-not-import-target-module-while-cross-compile.patch | 47 + spec.loader.load_module(module)
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libldb/libldb/ |
H A D | 0001-do-not-import-target-module-while-cross-compile.patch | 49 + spec.loader.load_module(module)
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-3.4.2.rst | 67 - scripts: Update to use exec_module() instead of load_module() 73 - bitbake: utils: Update to use exec_module() instead of load_module()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-drv.c | 1479 bool load_module = false; in iwl_req_fw_callback() local 1727 load_module = true; in iwl_req_fw_callback() 1743 if (load_module) in iwl_req_fw_callback()
|
/openbmc/linux/kernel/module/ |
H A D | main.c | 2833 static int load_module(struct load_info *info, const char __user *uargs, in load_module() function 3063 return load_module(&info, uargs, 0); in SYSCALL_DEFINE3() 3175 return load_module(&info, uargs, flags); in init_module_from_file()
|
/openbmc/linux/Documentation/dev-tools/ |
H A D | kmemleak.rst | 251 [<00000000542b9814>] load_module+0x203c/0x2480
|
H A D | kasan.rst | 183 load_module+0x75df/0x8070 204 load_module+0x75df/0x8070
|