Searched refs:mentry (Results 1 – 6 of 6) sorted by relevance
| /linux/sound/soc/sof/ |
| H A D | sof-client-probes-ipc4.c | 138 struct sof_man4_module *mentry = sof_ipc4_probe_get_module_info(cdev); in ipc4_probes_init() local 142 if (!mentry) in ipc4_probes_init() 151 msg.primary = mentry->id; in ipc4_probes_init() 176 struct sof_man4_module *mentry = sof_ipc4_probe_get_module_info(cdev); in ipc4_probes_deinit() local 179 if (!mentry) in ipc4_probes_deinit() 182 msg.primary = mentry->id; in ipc4_probes_deinit() 212 struct sof_man4_module *mentry = sof_ipc4_probe_get_module_info(cdev); in ipc4_probes_points_info() local 219 if (!mentry) in ipc4_probes_points_info() 234 msg.primary = mentry->id; in ipc4_probes_points_info() 316 struct sof_man4_module *mentry = sof_ipc4_probe_get_module_info(cdev); in ipc4_probes_points_add() local [all …]
|
| /linux/sound/soc/intel/avs/ |
| H A D | dsp.c | 229 struct avs_module_entry mentry; in avs_dsp_init_module() local 237 ret = avs_get_module_id_entry(adev, module_id, &mentry); in avs_dsp_init_module() 246 if (!id && !avs_module_entry_is_loaded(&mentry)) { in avs_dsp_init_module() 247 ret = avs_dsp_op(adev, transfer_mods, true, &mentry, 1); in avs_dsp_init_module() 267 avs_dsp_op(adev, transfer_mods, false, &mentry, 1); in avs_dsp_init_module() 277 struct avs_module_entry mentry; in avs_dsp_delete_module() local 286 ret = avs_get_module_id_entry(adev, module_id, &mentry); in avs_dsp_delete_module() 288 if (!ret && mentry.type.load_type == AVS_MODULE_LOAD_TYPE_LOADABLE) { in avs_dsp_delete_module() 290 ret = avs_dsp_op(adev, transfer_mods, false, &mentry, 1); in avs_dsp_delete_module()
|
| H A D | probes.c | 21 struct avs_module_entry mentry; in avs_dsp_init_probe() local 25 ret = avs_get_module_entry(adev, &AVS_PROBE_MOD_UUID, &mentry); in avs_dsp_init_probe() 35 cfg.base.is_pages = mentry.segments[2].flags.length; in avs_dsp_init_probe() 43 return avs_dsp_init_module(adev, mentry.module_id, INVALID_PIPELINE_ID, 0, 0, &cfg, in avs_dsp_init_probe() 49 struct avs_module_entry mentry; in avs_dsp_delete_probe() local 52 ret = avs_get_module_entry(adev, &AVS_PROBE_MOD_UUID, &mentry); in avs_dsp_delete_probe() 55 avs_dsp_delete_module(adev, mentry.module_id, 0, INVALID_PIPELINE_ID, 0); in avs_dsp_delete_probe()
|
| H A D | loader.c | 215 static int avs_cldma_load_module(struct avs_dev *adev, struct avs_module_entry *mentry) in avs_cldma_load_module() argument 223 adev->spec->name, mentry->uuid.b); in avs_cldma_load_module() 238 ret = avs_ipc_load_modules(adev, &mentry->module_id, 1); in avs_cldma_load_module() 246 dev_err(adev->dev, "load module %d failed: %d\n", mentry->module_id, ret); in avs_cldma_load_module()
|
| H A D | messages.h | 597 static inline bool avs_module_entry_is_loaded(struct avs_module_entry *mentry) in avs_module_entry_is_loaded() argument 599 return mentry->type.load_type == AVS_MODULE_LOAD_TYPE_BUILTIN || in avs_module_entry_is_loaded() 600 mentry->state_flags & AVS_MODULE_STATE_LOADED; in avs_module_entry_is_loaded()
|
| /linux/drivers/infiniband/hw/mlx5/ |
| H A D | dm.h | 22 struct mlx5_user_mmap_entry mentry; member 30 struct mlx5_user_mmap_entry mentry; member 62 struct mlx5_user_mmap_entry *mentry);
|