Home
last modified time | relevance | path

Searched refs:load_module (Results 1 – 16 of 16) sorted by relevance

/linux/sound/soc/sof/
H A Dipc3-loader.c321 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 Dsof-priv.h225 int (*load_module)(struct snd_sof_dev *sof_dev, member
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dkfunc_module_order.c31 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()
H A Dlivepatch_trampoline.c16 return load_module(path, env_verbosity > VERBOSE_NONE); in load_livepatch()
H A Dres_spin_lock.c110 ASSERT_OK(load_module("bpf_test_rqspinlock.ko", false), "load module AA"); in serial_test_res_spin_lock_stress()
/linux/drivers/md/
H A Ddm-target.c46 static void load_module(const char *name) in load_module() function
56 load_module(name); in dm_get_target_type()
/linux/tools/testing/selftests/bpf/
H A Dtesting_helpers.h41 int load_module(const char *path, bool verbose);
H A Dtesting_helpers.c432 int load_module(const char *path, bool verbose) in load_module() function
444 return load_module("bpf_testmod.ko", verbose); in load_bpf_testmod()
/linux/Documentation/translations/zh_TW/dev-tools/
H A Dkasan.rst154 load_module+0x75df/0x8070
175 load_module+0x75df/0x8070
/linux/Documentation/translations/zh_CN/dev-tools/
H A Dkasan.rst154 load_module+0x75df/0x8070
175 load_module+0x75df/0x8070
H A Dkmemleak.rst222 [<00000000542b9814>] load_module+0x203c/0x2480
/linux/lib/
H A Dalloc_tag.c610 static int load_module(struct module *mod, struct codetag *start, struct codetag *stop) in load_module() function
827 .module_load = load_module, in alloc_tag_init()
/linux/kernel/module/
H A Dmain.c3358 static int load_module(struct load_info *info, const char __user *uargs, in load_module() function
3590 return load_module(&info, uargs, 0); in SYSCALL_DEFINE3()
3713 return load_module(&info, uargs, flags); in init_module_from_file()
/linux/Documentation/dev-tools/
H A Dkmemleak.rst252 [<00000000542b9814>] load_module+0x203c/0x2480
H A Dkasan.rst189 load_module+0x75df/0x8070
210 load_module+0x75df/0x8070
/linux/sound/core/seq/
H A Dseq_clientmgr.c109 static struct snd_seq_client *client_use_ptr(int clientid, bool load_module) in client_use_ptr() argument
126 if (load_module) { in client_use_ptr()