Home
last modified time | relevance | path

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

/linux/sound/soc/sof/
A Dipc3-loader.c318 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()
A Dsof-priv.h233 int (*load_module)(struct snd_sof_dev *sof_dev, member
/linux/tools/testing/selftests/bpf/prog_tests/
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()
/linux/drivers/md/
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/
A Dtesting_helpers.h41 int load_module(const char *path, bool verbose);
A Dtesting_helpers.c402 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/block/
A Dblk-sysfs.c26 int (*load_module)(struct gendisk *disk, const char *page, size_t count); member
421 .load_module = _prefix##_load_module, \
687 if (entry->load_module) { in queue_attr_store()
688 res = entry->load_module(disk, page, length); in queue_attr_store()
/linux/Documentation/translations/zh_CN/dev-tools/
A Dkasan.rst154 load_module+0x75df/0x8070
175 load_module+0x75df/0x8070
A Dkmemleak.rst222 [<00000000542b9814>] load_module+0x203c/0x2480
/linux/Documentation/translations/zh_TW/dev-tools/
A Dkasan.rst154 load_module+0x75df/0x8070
175 load_module+0x75df/0x8070
/linux/kernel/module/
A Dmain.c2854 static int load_module(struct load_info *info, const char __user *uargs, in load_module() function
3086 return load_module(&info, uargs, 0); in SYSCALL_DEFINE3()
3198 return load_module(&info, uargs, flags); in init_module_from_file()
/linux/Documentation/dev-tools/
A Dkmemleak.rst251 [<00000000542b9814>] load_module+0x203c/0x2480
A Dkasan.rst186 load_module+0x75df/0x8070
207 load_module+0x75df/0x8070

Completed in 32 milliseconds