Home
last modified time | relevance | path

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

/sound/soc/sof/
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()
A Dsof-priv.h225 int (*load_module)(struct snd_sof_dev *sof_dev, member
/sound/core/seq/
A Dseq_clientmgr.c109 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()

Completed in 13 milliseconds