Searched refs:mod_id (Results 1 - 16 of 16) sorted by relevance

/linux-master/drivers/gpu/host1x/hw/
H A Dopcodes.h50 unsigned mod_id, unsigned offset, bool auto_inc)
53 | host1x_uclass_indoff_indmodid_f(mod_id)
61 unsigned mod_id, unsigned offset, bool auto_inc)
63 u32 v = host1x_uclass_indoff_indmodid_f(mod_id)
49 host1x_class_host_indoff_reg_write( unsigned mod_id, unsigned offset, bool auto_inc) argument
60 host1x_class_host_indoff_reg_read( unsigned mod_id, unsigned offset, bool auto_inc) argument
/linux-master/sound/soc/intel/skylake/
H A Dskl-sst.c253 static int skl_get_module(struct sst_dsp *ctx, u16 mod_id) argument
258 if (module->mod_info->mod_id == mod_id)
265 static int skl_put_module(struct sst_dsp *ctx, u16 mod_id) argument
270 if (module->mod_info->mod_id == mod_id)
278 char *mod_name, int mod_id)
305 skl_module->mod_info->mod_id = mod_id;
314 struct sst_dsp *ctx, u16 mod_id)
277 skl_fill_module_table(struct sst_dsp *ctx, char *mod_name, int mod_id) argument
313 skl_module_get_from_id( struct sst_dsp *ctx, u16 mod_id) argument
331 skl_transfer_module(struct sst_dsp *ctx, const void *data, u32 size, u16 mod_id, u8 table_id, bool is_module) argument
410 skl_load_module(struct sst_dsp *ctx, u16 mod_id, u8 *guid) argument
442 skl_unload_module(struct sst_dsp *ctx, u16 mod_id) argument
[all...]
H A Dskl-sst-dsp.h150 int (*load_mod)(struct sst_dsp *ctx, u16 mod_id, u8 *mod_name);
151 int (*unload_mod)(struct sst_dsp *ctx, u16 mod_id);
185 u16 mod_id; member in struct:skl_load_module_info
H A Dskl-topology.h226 u16 mod_id; member in struct:skl_mod_inst_map
H A Dskl-topology.c726 pvt_id = skl_get_pvt_instance_id_map(skl, inst->mod_id,
847 params->u.map[i].mod_id = module_id;
/linux-master/drivers/net/ethernet/freescale/fman/
H A Dfman.h350 u8 mod_id, enum fman_intr_type intr_type,
354 u8 mod_id, enum fman_intr_type intr_type);
H A Dfman.c1496 static int get_module_event(enum fman_event_modules module, u8 mod_id, argument
1504 event = FMAN_EV_ERR_MAC0 + mod_id;
1506 event = FMAN_EV_MAC0 + mod_id;
1512 event = (FMAN_EV_FMAN_CTRL_0 + mod_id);
2041 * @mod_id: Module id (if more than 1 exists, '0' if not)
2051 u8 mod_id, enum fman_intr_type intr_type,
2056 event = get_module_event(module, mod_id, intr_type);
2069 * @mod_id: Module id (if more than 1 exists, '0' if not)
2077 u8 mod_id, enum fman_intr_type intr_type)
2081 event = get_module_event(module, mod_id, intr_typ
2050 fman_register_intr(struct fman *fman, enum fman_event_modules module, u8 mod_id, enum fman_intr_type intr_type, void (*isr_cb)(void *src_arg), void *src_arg) argument
2076 fman_unregister_intr(struct fman *fman, enum fman_event_modules module, u8 mod_id, enum fman_intr_type intr_type) argument
[all...]
/linux-master/sound/soc/intel/avs/
H A Dtopology.h131 u32 mod_id; member in struct:avs_tplg_binding
H A Dpath.c628 t->mod_id);
630 dev_err(adev->dev, "path mod %d not found\n", t->mod_id);
H A Dtopology.c1047 .offset = offsetof(struct avs_tplg_binding, mod_id),
/linux-master/sound/soc/intel/atom/
H A Dsst-atom-controls.h319 #define SST_FILL_MODULE_ID(dst, mod_id) (\
320 dst.module_id = (mod_id))
326 #define SST_FILL_DESTINATION2(dst, loc_id, mod_id) do { \
328 SST_FILL_MODULE_ID(dst, mod_id); \
330 #define SST_FILL_DESTINATION3(dst, cell_idx, path_id, mod_id) do { \
332 SST_FILL_MODULE_ID(dst, mod_id); \
H A Dsst-mfld-dsp.h184 u16 mod_id; /*!< Pipe_id */ member in struct:ipc_dsp_hdr
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_err.h209 u8 mod_id; member in struct:hclge_mod_err_info
H A Dhclge_err.c2772 u8 mod_id, total_module, type_id, total_type, i, is_ras; local
2777 mod_id = mod_info->mod_id;
2785 if (mod_id == hclge_hw_module_id_st[i].module_id) {
2807 "unknown module[%u] or type[%u].\n", mod_id, type_id);
/linux-master/sound/soc/intel/atom/sst/
H A Dsst_pvt.c322 dsp->mod_id = 0;
/linux-master/sound/pci/hda/
H A Dpatch_ca0132.c2346 * @mod_id: ID of the DSP module to send the command
2358 int mod_id, int src_id, int req, int dir, const void *data,
2383 scp_send.hdr = make_scp_header(mod_id, src_id, (dir == SCP_GET), req,
2439 static int dspio_set_param(struct hda_codec *codec, int mod_id, argument
2442 return dspio_scp(codec, mod_id, src_id, req, SCP_SET, data, len, NULL,
2446 static int dspio_set_uint_param(struct hda_codec *codec, int mod_id, argument
2449 return dspio_set_param(codec, mod_id, 0x20, req, &data,
2357 dspio_scp(struct hda_codec *codec, int mod_id, int src_id, int req, int dir, const void *data, unsigned int len, void *reply, unsigned int *reply_len) argument

Completed in 208 milliseconds