Searched refs:comp_id (Results 1 - 25 of 28) sorted by relevance

12

/linux-master/include/sound/sof/
H A Dstream.h99 uint32_t comp_id; member in struct:sof_ipc_pcm_params
108 uint32_t comp_id; member in struct:sof_ipc_pcm_params_reply
115 uint32_t comp_id; member in struct:sof_ipc_stream
138 uint32_t comp_id; /**< host component ID */ member in struct:sof_ipc_stream_posn
H A Dtopology.h274 uint32_t comp_id; /**< component id for pipeline */ member in struct:sof_ipc_pipe_new
289 uint32_t comp_id; member in struct:sof_ipc_pipe_ready
294 uint32_t comp_id; member in struct:sof_ipc_pipe_free
H A Dcontrol.h100 uint32_t comp_id; member in struct:sof_ipc_ctrl_data
/linux-master/drivers/media/platform/mediatek/jpeg/
H A Dmtk_jpeg_dec_parse.c103 param->comp_id[i] = read_byte(&stream);
104 if (param->comp_id[i] == -1)
H A Dmtk_jpeg_dec_hw.h39 u32 comp_id[MTK_JPEG_COMP_MAX]; member in struct:mtk_jpeg_dec_param
H A Dmtk_jpeg_dec_hw.c420 mtk_jpeg_dec_set_comp_id(base, cfg->comp_id[0], cfg->comp_id[1],
421 cfg->comp_id[2]);
/linux-master/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Ddma_local.h83 #define DMA_CG_INFO_REG_IDX(info_id, comp_id) ((DMA_SEL_COMP(_DMA_V2_SEL_CONN_GROUP) | DMA_SEL_CG_INFO(info_id) | DMA_SEL_CG_COMP(comp_id)) >> 2)
/linux-master/sound/soc/sof/
H A Dipc3-control.c28 if (swidget->comp_id == scontrol->comp_id) {
36 scontrol->comp_id);
69 cdata->comp_id = scontrol->comp_id;
572 if (swidget->comp_id == cdata->comp_id) {
670 if (scontrol->comp_id == swidget->comp_id) {
676 scontrol->comp_id, swidge
[all...]
H A Dipc4-control.c29 if (swidget->comp_id == scontrol->comp_id) {
171 if (swidget->comp_id == scontrol->comp_id) {
313 if (swidget->comp_id == scontrol->comp_id) {
372 if (swidget->comp_id == scontrol->comp_id) {
616 header.numid = scontrol->comp_id;
705 if (scontrol->comp_id
[all...]
H A Dcompress.c147 stream.comp_id = spcm->stream[cstream->direction].comp_id;
216 pcm->comp_id = spcm->stream[cstream->direction].comp_id;
282 stream.comp_id = spcm->stream[cstream->direction].comp_id;
H A Dipc3-pcm.c33 stream.comp_id = spcm->stream[substream->stream].comp_id;
65 pcm.comp_id = spcm->stream[substream->stream].comp_id;
156 stream.comp_id = spcm->stream[substream->stream].comp_id;
H A Dsof-audio.h325 u32 comp_id; member in struct:snd_sof_pcm_stream
365 int comp_id; member in struct:snd_sof_control
413 int comp_id; member in struct:snd_sof_widget
609 unsigned int comp_id,
H A Dipc3-topology.c377 comp->id = swidget->comp_id;
532 pipeline->comp_id = swidget->comp_id;
545 pipeline->sched_id = comp_swidget->comp_id;
598 buffer->comp.id = swidget->comp_id;
778 if (scontrol->comp_id == swidget->comp_id &&
1727 connect.source_id = sroute->src_widget->comp_id;
1728 connect.sink_id = sroute->sink_widget->comp_id;
1881 fcomp.id = scontrol->comp_id;
[all...]
H A Dipc3-dtrace.c63 int log_level, pipe_id, comp_id, read, ret; local
73 ret = sscanf(line, " %d %x %d %d %n", &log_level, &uuid_id, &pipe_id, &comp_id, &read);
91 if (comp_id >= 0) {
93 comp_id, elem, capacity, &cnt);
H A Dtopology.c843 scontrol->comp_id = sdev->next_comp_id;
887 scontrol->comp_id, scontrol->num_channels);
911 scontrol->comp_id = sdev->next_comp_id;
914 dev_dbg(scomp->dev, "tplg: load kcontrol index %d chans %d comp_id %d\n",
915 scontrol->comp_id, scontrol->num_channels, scontrol->comp_id);
932 scontrol->comp_id = sdev->next_comp_id;
934 dev_dbg(scomp->dev, "tplg: load kcontrol index %d\n", scontrol->comp_id);
1168 spcm->stream[dir].comp_id = host_widget->comp_id;
[all...]
H A Dsof-audio.c898 unsigned int comp_id,
907 if (spcm->stream[dir].comp_id == comp_id) {
897 snd_sof_find_spcm_comp(struct snd_soc_component *scomp, unsigned int comp_id, int *direction) argument
/linux-master/drivers/gpu/drm/arm/display/komeda/d71/
H A Dd71_component.c13 static void get_resources_id(u32 hw_id, u32 *pipe_id, u32 *comp_id) argument
51 if (comp_id)
52 *comp_id = id;
60 u32 valid_inputs = 0, comp_id; local
64 get_resources_id(blk->input_ids[i], NULL, &comp_id);
65 if (comp_id == 0xFFFFFFFF)
67 valid_inputs |= BIT(comp_id);
671 u32 pipe_id, comp_id; local
673 get_resources_id(blk->block_info, &pipe_id, &comp_id);
676 comp_id,
840 u32 pipe_id, comp_id; local
948 u32 pipe_id, comp_id; local
1018 u32 pipe_id, comp_id; local
1129 u32 pipe_id, comp_id, value; local
1256 u32 pipe_id, comp_id; local
[all...]
/linux-master/drivers/gpu/drm/mediatek/
H A Dmtk_drm_drv.c414 static bool mtk_drm_find_mmsys_comp(struct mtk_drm_private *private, int comp_id) argument
421 if (drv_data->main_path[i] == comp_id)
426 if (drv_data->ext_path[i] == comp_id)
431 if (drv_data->third_path[i] == comp_id)
436 if (drv_data->conn_routes[i].route_ddp == comp_id)
849 int comp_id; local
874 comp_id = mtk_ddp_comp_get_id(node, comp_type);
875 if (comp_id < 0) {
881 if (!mtk_drm_find_mmsys_comp(private, comp_id))
884 private->comp_node[comp_id]
[all...]
H A Dmtk_drm_crtc.c697 unsigned int comp_id = mtk_crtc->conn_routes[i].route_ddp; local
698 struct mtk_ddp_comp *comp = &priv->ddp_comp[comp_id];
703 dev_dbg(dev, "Add comp_id: %d at path index %d\n",
983 enum mtk_ddp_comp_id comp_id = path[i]; local
987 node = priv->comp_node[comp_id];
988 comp = &priv->ddp_comp[comp_id];
993 if (!node && comp_id != DDP_COMPONENT_DRM_OVL_ADAPTOR) {
996 crtc_i, comp_id);
1027 unsigned int comp_id = path[i]; local
1030 comp = &priv->ddp_comp[comp_id];
1123 unsigned int comp_id = conn_routes[i].route_ddp; local
[all...]
H A Dmtk_drm_ddp_comp.c582 unsigned int comp_id)
591 if (comp_id < 0 || comp_id >= DDP_COMPONENT_DRM_ID_MAX)
594 type = mtk_ddp_matches[comp_id].type;
596 comp->id = comp_id;
597 comp->funcs = mtk_ddp_matches[comp_id].funcs;
581 mtk_ddp_comp_init(struct device_node *node, struct mtk_ddp_comp *comp, unsigned int comp_id) argument
H A Dmtk_disp_ovl_adaptor.c64 enum mtk_ddp_comp_id comp_id; member in struct:ovl_adaptor_comp_match
426 mtk_mutex_add_comp(mutex, comp_matches[i].comp_id);
438 mtk_mutex_remove_comp(mutex, comp_matches[i].comp_id);
H A Dmtk_drm_ddp_comp.h332 unsigned int comp_id);
333 enum mtk_ddp_comp_type mtk_ddp_comp_get_type(unsigned int comp_id);
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_coredump.c313 u16 comp_id = le16_to_cpu(seg_record->component_id); local
326 rc = bnxt_hwrm_dbg_coredump_initiate(bp, comp_id, seg_id);
335 rc = bnxt_hwrm_dbg_coredump_retrieve(bp, comp_id, seg_id,
/linux-master/drivers/hwmon/
H A Damc6821.c778 int dev_id, comp_id; local
790 comp_id = i2c_smbus_read_byte_data(client, AMC6821_REG_COMP_ID);
791 if (dev_id != 0x21 || comp_id != 0x49) {
803 comp_id = i2c_smbus_read_byte_data(client, 0x80 | AMC6821_REG_COMP_ID);
804 if (dev_id != 0x21 || comp_id != 0x49) {
/linux-master/drivers/cxl/core/
H A Dtrace.h332 __array(u8, comp_id, CXL_EVENT_GEN_MED_COMP_ID_SIZE)
354 memcpy(__entry->comp_id, &rec->component_id,
361 "device=%x comp_id=%s validity_flags='%s'",
367 __print_hex(__entry->comp_id, CXL_EVENT_GEN_MED_COMP_ID_SIZE),

Completed in 250 milliseconds

12