Searched refs:load_module (Results 1 – 9 of 9) sorted by relevance
/linux-5.19.10/sound/soc/sof/ |
D | ipc3-loader.c | 316 int (*load_module)(struct snd_sof_dev *sof_dev, struct snd_sof_mod_hdr *hdr); in sof_ipc3_load_fw_to_dsp() local 324 load_module = sof_ops(sdev)->load_module; in sof_ipc3_load_fw_to_dsp() 325 if (!load_module) { in sof_ipc3_load_fw_to_dsp() 327 load_module = sof_ipc3_parse_module_memcpy; in sof_ipc3_load_fw_to_dsp() 354 ret = load_module(sdev, module); in sof_ipc3_load_fw_to_dsp()
|
D | sof-priv.h | 184 int (*load_module)(struct snd_sof_dev *sof_dev, member
|
/linux-5.19.10/tools/testing/selftests/bpf/prog_tests/ |
D | bpf_mod_race.c | 57 static int load_module(const char *mod) in load_module() function 75 if (!ASSERT_NEQ(load_module("bpf_testmod.ko"), 0, "load_module_thread must fail")) in load_module_thread() 206 ASSERT_OK(load_module("bpf_testmod.ko"), "restore bpf_testmod"); in test_bpf_mod_race_config()
|
/linux-5.19.10/drivers/md/ |
D | dm-target.c | 45 static void load_module(const char *name) in load_module() function 55 load_module(name); in dm_get_target_type()
|
/linux-5.19.10/Documentation/translations/zh_CN/dev-tools/ |
D | kasan.rst | 82 load_module+0x75df/0x8070 103 load_module+0x75df/0x8070
|
/linux-5.19.10/drivers/net/wireless/intel/iwlwifi/ |
D | iwl-drv.c | 1404 bool load_module = false; in iwl_req_fw_callback() local 1651 load_module = true; in iwl_req_fw_callback() 1667 if (load_module) in iwl_req_fw_callback()
|
/linux-5.19.10/kernel/module/ |
D | main.c | 2650 static int load_module(struct load_info *info, const char __user *uargs, in load_module() function 2894 return load_module(&info, uargs, 0); in SYSCALL_DEFINE3() 2930 return load_module(&info, uargs, flags); in SYSCALL_DEFINE3()
|
/linux-5.19.10/Documentation/dev-tools/ |
D | kmemleak.rst | 252 [<00000000542b9814>] load_module+0x203c/0x2480
|
D | kasan.rst | 158 load_module+0x75df/0x8070 179 load_module+0x75df/0x8070
|