/linux-4.4.14/drivers/gpu/host1x/hw/ |
D | host1x02_hardware.h | 66 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()
|
D | host1x04_hardware.h | 66 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()
|
D | host1x01_hardware.h | 66 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.4.14/drivers/sh/superhyway/ |
D | superhyway-sysfs.c | 28 superhyway_ro_attr(mod_id, "0x%04x\n", vcr.mod_id); 39 __ATTR_RO(mod_id),
|
D | superhyway.c | 83 dev->id.id = dev->vcr.mod_id; in superhyway_add_device()
|
/linux-4.4.14/sound/soc/intel/atom/ |
D | sst-atom-controls.h | 321 #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); \
|
D | sst-mfld-dsp.h | 192 u16 mod_id; /*!< Pipe_id */ member
|
/linux-4.4.14/include/linux/ |
D | superhyway.h | 26 u16 mod_id; /* Module ID */ member
|
/linux-4.4.14/sound/soc/intel/haswell/ |
D | sst-haswell-ipc.c | 1462 int mod_id, int offset) in sst_hsw_runtime_module_create() argument 1469 module = sst_module_get_from_id(dsp, mod_id); in sst_hsw_runtime_module_create() 1472 mod_id); in sst_hsw_runtime_module_create() 1476 runtime = sst_module_runtime_new(module, mod_id, NULL); in sst_hsw_runtime_module_create() 1479 mod_id); in sst_hsw_runtime_module_create() 1486 mod_id); in sst_hsw_runtime_module_create() 1492 mod_id); in sst_hsw_runtime_module_create()
|
D | sst-haswell-ipc.h | 525 int mod_id, int offset);
|
D | sst-haswell-pcm.c | 108 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.4.14/sound/soc/intel/atom/sst/ |
D | sst_pvt.c | 333 dsp->mod_id = 0; in sst_fill_header_dsp()
|
/linux-4.4.14/sound/pci/hda/ |
D | patch_ca0132.c | 1421 int mod_id, int req, int dir, void *data, unsigned int len, in dspio_scp() argument 1446 scp_send.hdr = make_scp_header(mod_id, 0x20, (dir == SCP_GET), req, in dspio_scp() 1499 static int dspio_set_param(struct hda_codec *codec, int mod_id, in dspio_set_param() argument 1502 return dspio_scp(codec, mod_id, req, SCP_SET, data, len, NULL, NULL); in dspio_set_param() 1505 static int dspio_set_uint_param(struct hda_codec *codec, int mod_id, in dspio_set_uint_param() argument 1508 return dspio_set_param(codec, mod_id, req, &data, sizeof(unsigned int)); in dspio_set_uint_param()
|