Home
last modified time | relevance | path

Searched refs:mod_id (Results 1 – 21 of 21) sorted by relevance

/Linux-v4.19/sound/soc/intel/skylake/
Dskl-sst.c261 static int skl_get_module(struct sst_dsp *ctx, u16 mod_id) in skl_get_module() argument
266 if (module->mod_info->mod_id == mod_id) in skl_get_module()
273 static int skl_put_module(struct sst_dsp *ctx, u16 mod_id) in skl_put_module() argument
278 if (module->mod_info->mod_id == mod_id) in skl_put_module()
286 char *mod_name, int mod_id) in skl_fill_module_table() argument
313 skl_module->mod_info->mod_id = mod_id; in skl_fill_module_table()
322 struct sst_dsp *ctx, u16 mod_id) in skl_module_get_from_id() argument
332 if (module->mod_info->mod_id == mod_id) in skl_module_get_from_id()
340 u32 size, u16 mod_id, u8 table_id, bool is_module) in skl_transfer_module() argument
352 ret = skl_ipc_load_modules(&skl->ipc, SKL_NUM_MODULES, &mod_id); in skl_transfer_module()
[all …]
Dskl-sst-dsp.h156 int (*load_mod)(struct sst_dsp *ctx, u16 mod_id, u8 *mod_name);
157 int (*unload_mod)(struct sst_dsp *ctx, u16 mod_id);
191 u16 mod_id; member
Dskl-topology.h220 u16 mod_id; member
Dskl-topology.c840 pvt_id = skl_get_pvt_instance_id_map(ctx, inst->mod_id, in skl_fill_sink_instance_id()
963 params->u.map[i].mod_id = module_id; in skl_tplg_find_moduleid_from_uuid()
/Linux-v4.19/drivers/gpu/host1x/hw/
Dhost1x01_hardware.h66 unsigned mod_id, unsigned offset, bool auto_inc) in host1x_class_host_indoff_reg_write() argument
69 | host1x_uclass_indoff_indmodid_f(mod_id) in host1x_class_host_indoff_reg_write()
77 unsigned mod_id, unsigned offset, bool auto_inc) in host1x_class_host_indoff_reg_read() argument
79 u32 v = host1x_uclass_indoff_indmodid_f(mod_id) in host1x_class_host_indoff_reg_read()
Dhost1x02_hardware.h66 unsigned mod_id, unsigned offset, bool auto_inc) in host1x_class_host_indoff_reg_write() argument
69 | host1x_uclass_indoff_indmodid_f(mod_id) in host1x_class_host_indoff_reg_write()
77 unsigned mod_id, unsigned offset, bool auto_inc) in host1x_class_host_indoff_reg_read() argument
79 u32 v = host1x_uclass_indoff_indmodid_f(mod_id) in host1x_class_host_indoff_reg_read()
Dhost1x04_hardware.h66 unsigned mod_id, unsigned offset, bool auto_inc) in host1x_class_host_indoff_reg_write() argument
69 | host1x_uclass_indoff_indmodid_f(mod_id) in host1x_class_host_indoff_reg_write()
77 unsigned mod_id, unsigned offset, bool auto_inc) in host1x_class_host_indoff_reg_read() argument
79 u32 v = host1x_uclass_indoff_indmodid_f(mod_id) in host1x_class_host_indoff_reg_read()
Dhost1x06_hardware.h66 unsigned mod_id, unsigned offset, bool auto_inc) in host1x_class_host_indoff_reg_write() argument
69 | host1x_uclass_indoff_indmodid_f(mod_id) in host1x_class_host_indoff_reg_write()
77 unsigned mod_id, unsigned offset, bool auto_inc) in host1x_class_host_indoff_reg_read() argument
79 u32 v = host1x_uclass_indoff_indmodid_f(mod_id) in host1x_class_host_indoff_reg_read()
Dhost1x05_hardware.h66 unsigned mod_id, unsigned offset, bool auto_inc) in host1x_class_host_indoff_reg_write() argument
69 | host1x_uclass_indoff_indmodid_f(mod_id) in host1x_class_host_indoff_reg_write()
77 unsigned mod_id, unsigned offset, bool auto_inc) in host1x_class_host_indoff_reg_read() argument
79 u32 v = host1x_uclass_indoff_indmodid_f(mod_id) in host1x_class_host_indoff_reg_read()
/Linux-v4.19/drivers/sh/superhyway/
Dsuperhyway-sysfs.c29 superhyway_ro_attr(mod_id, "0x%04x\n", vcr.mod_id);
Dsuperhyway.c83 dev->id.id = dev->vcr.mod_id; in superhyway_add_device()
/Linux-v4.19/sound/soc/intel/atom/
Dsst-atom-controls.h328 #define SST_FILL_MODULE_ID(dst, mod_id) (\ argument
329 dst.module_id = (mod_id))
335 #define SST_FILL_DESTINATION2(dst, loc_id, mod_id) do { \ argument
337 SST_FILL_MODULE_ID(dst, mod_id); \
339 #define SST_FILL_DESTINATION3(dst, cell_idx, path_id, mod_id) do { \ argument
341 SST_FILL_MODULE_ID(dst, mod_id); \
Dsst-mfld-dsp.h192 u16 mod_id; /*!< Pipe_id */ member
/Linux-v4.19/drivers/net/ethernet/freescale/fman/
Dfman.h376 u8 mod_id, enum fman_intr_type intr_type,
380 u8 mod_id, enum fman_intr_type intr_type);
Dfman.c1516 static int get_module_event(enum fman_event_modules module, u8 mod_id, in get_module_event() argument
1524 event = FMAN_EV_ERR_MAC0 + mod_id; in get_module_event()
1526 event = FMAN_EV_MAC0 + mod_id; in get_module_event()
1532 event = (FMAN_EV_FMAN_CTRL_0 + mod_id); in get_module_event()
2069 u8 mod_id, enum fman_intr_type intr_type, in fman_register_intr() argument
2074 event = get_module_event(module, mod_id, intr_type); in fman_register_intr()
2095 u8 mod_id, enum fman_intr_type intr_type) in fman_unregister_intr() argument
2099 event = get_module_event(module, mod_id, intr_type); in fman_unregister_intr()
/Linux-v4.19/include/linux/
Dsuperhyway.h26 u16 mod_id; /* Module ID */ member
/Linux-v4.19/sound/soc/intel/haswell/
Dsst-haswell-ipc.c1456 int mod_id, int offset) in sst_hsw_runtime_module_create() argument
1463 module = sst_module_get_from_id(dsp, mod_id); in sst_hsw_runtime_module_create()
1466 mod_id); in sst_hsw_runtime_module_create()
1470 runtime = sst_module_runtime_new(module, mod_id, NULL); in sst_hsw_runtime_module_create()
1473 mod_id); in sst_hsw_runtime_module_create()
1480 mod_id); in sst_hsw_runtime_module_create()
1486 mod_id); in sst_hsw_runtime_module_create()
Dsst-haswell-ipc.h527 int mod_id, int offset);
Dsst-haswell-pcm.c108 enum sst_hsw_module_id mod_id; member
896 mod_map[i].mod_id, pcm_data->persistent_offset); in hsw_pcm_create_modules()
/Linux-v4.19/sound/soc/intel/atom/sst/
Dsst_pvt.c331 dsp->mod_id = 0; in sst_fill_header_dsp()
/Linux-v4.19/sound/pci/hda/
Dpatch_ca0132.c1808 int mod_id, int src_id, int req, int dir, const void *data, in dspio_scp() argument
1833 scp_send.hdr = make_scp_header(mod_id, src_id, (dir == SCP_GET), req, in dspio_scp()
1889 static int dspio_set_param(struct hda_codec *codec, int mod_id, in dspio_set_param() argument
1892 return dspio_scp(codec, mod_id, src_id, req, SCP_SET, data, len, NULL, in dspio_set_param()
1896 static int dspio_set_uint_param(struct hda_codec *codec, int mod_id, in dspio_set_uint_param() argument
1899 return dspio_set_param(codec, mod_id, 0x20, req, &data, in dspio_set_uint_param()
1903 static int dspio_set_uint_param_no_source(struct hda_codec *codec, int mod_id, in dspio_set_uint_param_no_source() argument
1906 return dspio_set_param(codec, mod_id, 0x00, req, &data, in dspio_set_uint_param_no_source()