Searched refs:load_module (Results 1 – 14 of 14) sorted by relevance
| /linux-6.15/sound/soc/sof/ |
| H A D | ipc3-loader.c | 321 int (*load_module)(struct snd_sof_dev *sof_dev, struct snd_sof_mod_hdr *hdr); in sof_ipc3_load_fw_to_dsp() local 329 load_module = sof_ops(sdev)->load_module; in sof_ipc3_load_fw_to_dsp() 330 if (!load_module) { in sof_ipc3_load_fw_to_dsp() 332 load_module = sof_ipc3_parse_module_memcpy; in sof_ipc3_load_fw_to_dsp() 358 ret = load_module(sdev, module); in sof_ipc3_load_fw_to_dsp()
|
| H A D | sof-priv.h | 225 int (*load_module)(struct snd_sof_dev *sof_dev, member
|
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | kfunc_module_order.c | 31 err = load_module("bpf_test_modorder_x.ko", in test_kfunc_module_order() 36 err = load_module("bpf_test_modorder_y.ko", in test_kfunc_module_order()
|
| /linux-6.15/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()
|
| /linux-6.15/tools/testing/selftests/bpf/ |
| H A D | testing_helpers.h | 41 int load_module(const char *path, bool verbose);
|
| H A D | testing_helpers.c | 402 int load_module(const char *path, bool verbose) in load_module() function 433 return load_module("bpf_testmod.ko", verbose); in load_bpf_testmod()
|
| /linux-6.15/Documentation/translations/zh_TW/dev-tools/ |
| H A D | kasan.rst | 154 load_module+0x75df/0x8070 175 load_module+0x75df/0x8070
|
| /linux-6.15/Documentation/translations/zh_CN/dev-tools/ |
| H A D | kasan.rst | 154 load_module+0x75df/0x8070 175 load_module+0x75df/0x8070
|
| H A D | kmemleak.rst | 222 [<00000000542b9814>] load_module+0x203c/0x2480
|
| /linux-6.15/lib/ |
| H A D | alloc_tag.c | 621 static void load_module(struct module *mod, struct codetag *start, struct codetag *stop) in load_module() function 810 .module_load = load_module, in alloc_tag_init()
|
| /linux-6.15/kernel/module/ |
| H A D | main.c | 3255 static int load_module(struct load_info *info, const char __user *uargs, in load_module() function 3488 return load_module(&info, uargs, 0); in SYSCALL_DEFINE3() 3600 return load_module(&info, uargs, flags); in init_module_from_file()
|
| /linux-6.15/Documentation/dev-tools/ |
| H A D | kmemleak.rst | 252 [<00000000542b9814>] load_module+0x203c/0x2480
|
| H A D | kasan.rst | 186 load_module+0x75df/0x8070 207 load_module+0x75df/0x8070
|
| /linux-6.15/sound/core/seq/ |
| H A D | seq_clientmgr.c | 109 static struct snd_seq_client *client_use_ptr(int clientid, bool load_module) in client_use_ptr() argument 129 if (load_module) { in client_use_ptr()
|