Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/host1x/hw/
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()
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()
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()
/linux-4.1.27/drivers/sh/superhyway/
Dsuperhyway-sysfs.c28 superhyway_ro_attr(mod_id, "0x%04x\n", vcr.mod_id);
39 __ATTR_RO(mod_id),
Dsuperhyway.c83 dev->id.id = dev->vcr.mod_id; in superhyway_add_device()
/linux-4.1.27/sound/soc/intel/atom/
Dsst-atom-controls.h321 #define SST_FILL_MODULE_ID(dst, mod_id) (\ argument
322 dst.module_id = (mod_id))
328 #define SST_FILL_DESTINATION2(dst, loc_id, mod_id) do { \ argument
330 SST_FILL_MODULE_ID(dst, mod_id); \
332 #define SST_FILL_DESTINATION3(dst, cell_idx, path_id, mod_id) do { \ argument
334 SST_FILL_MODULE_ID(dst, mod_id); \
Dsst-mfld-dsp.h192 u16 mod_id; /*!< Pipe_id */ member
/linux-4.1.27/include/linux/
Dsuperhyway.h26 u16 mod_id; /* Module ID */ member
/linux-4.1.27/sound/soc/intel/haswell/
Dsst-haswell-ipc.c1458 int mod_id, int offset) in sst_hsw_runtime_module_create() argument
1465 module = sst_module_get_from_id(dsp, mod_id); in sst_hsw_runtime_module_create()
1468 mod_id); in sst_hsw_runtime_module_create()
1472 runtime = sst_module_runtime_new(module, mod_id, NULL); in sst_hsw_runtime_module_create()
1475 mod_id); in sst_hsw_runtime_module_create()
1482 mod_id); in sst_hsw_runtime_module_create()
1488 mod_id); in sst_hsw_runtime_module_create()
Dsst-haswell-ipc.h525 int mod_id, int offset);
Dsst-haswell-pcm.c108 enum sst_hsw_module_id mod_id; member
897 mod_map[i].mod_id, pcm_data->persistent_offset); in hsw_pcm_create_modules()
/linux-4.1.27/sound/soc/intel/atom/sst/
Dsst_pvt.c333 dsp->mod_id = 0; in sst_fill_header_dsp()
/linux-4.1.27/sound/pci/hda/
Dpatch_ca0132.c1392 int mod_id, int req, int dir, void *data, unsigned int len, in dspio_scp() argument
1417 scp_send.hdr = make_scp_header(mod_id, 0x20, (dir == SCP_GET), req, in dspio_scp()
1470 static int dspio_set_param(struct hda_codec *codec, int mod_id, in dspio_set_param() argument
1473 return dspio_scp(codec, mod_id, req, SCP_SET, data, len, NULL, NULL); in dspio_set_param()
1476 static int dspio_set_uint_param(struct hda_codec *codec, int mod_id, in dspio_set_uint_param() argument
1479 return dspio_set_param(codec, mod_id, req, &data, sizeof(unsigned int)); in dspio_set_uint_param()