Home
last modified time | relevance | path

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

12

/openbmc/linux/include/sound/sof/
H A Dstream.h99 uint32_t comp_id; member
108 uint32_t comp_id; member
115 uint32_t comp_id; member
138 uint32_t comp_id; /**< host component ID */ member
H A Dtopology.h267 uint32_t comp_id; /**< component id for pipeline */ member
282 uint32_t comp_id; member
287 uint32_t comp_id; member
H A Dcontrol.h100 uint32_t comp_id; member
/openbmc/linux/sound/soc/sof/
H A Dipc4-control.c29 if (swidget->comp_id == scontrol->comp_id) { in sof_ipc4_set_get_kcontrol_data()
171 if (swidget->comp_id == scontrol->comp_id) { in sof_ipc4_volume_put()
269 if (swidget->comp_id == scontrol->comp_id) { in sof_ipc4_switch_put()
326 if (swidget->comp_id == scontrol->comp_id) { in sof_ipc4_enum_put()
568 header.numid = scontrol->comp_id; in _sof_ipc4_bytes_ext_get()
611 if (scontrol->comp_id == swidget->comp_id) { in sof_ipc4_widget_kcontrol_setup()
634 scontrol->comp_id, swidget->widget->name); in sof_ipc4_widget_kcontrol_setup()
H A Dipc3-control.c28 if (swidget->comp_id == scontrol->comp_id) { in sof_ipc3_set_get_kcontrol_data()
36 scontrol->comp_id); in sof_ipc3_set_get_kcontrol_data()
69 cdata->comp_id = scontrol->comp_id; in sof_ipc3_set_get_kcontrol_data()
572 if (swidget->comp_id == cdata->comp_id) { in sof_ipc3_control_update()
670 if (scontrol->comp_id == swidget->comp_id) { in sof_ipc3_widget_kcontrol_setup()
676 scontrol->comp_id, swidget->widget->name); in sof_ipc3_widget_kcontrol_setup()
693 scontrol->comp_id, swidget->widget->name); in sof_ipc3_widget_kcontrol_setup()
H A Dcompress.c147 stream.comp_id = spcm->stream[cstream->direction].comp_id; in sof_compr_free()
216 pcm->comp_id = spcm->stream[cstream->direction].comp_id; in sof_compr_set_params()
282 stream.comp_id = spcm->stream[cstream->direction].comp_id; in sof_compr_trigger()
H A Dipc3-pcm.c33 stream.comp_id = spcm->stream[substream->stream].comp_id; in sof_ipc3_pcm_hw_free()
65 pcm.comp_id = spcm->stream[substream->stream].comp_id; in sof_ipc3_pcm_hw_params()
156 stream.comp_id = spcm->stream[substream->stream].comp_id; in sof_ipc3_pcm_trigger()
H A Dsof-audio.h317 u32 comp_id; member
356 int comp_id; member
404 int comp_id; member
599 unsigned int comp_id,
H A Dipc3-topology.c357 comp->id = swidget->comp_id; in sof_comp_alloc()
512 pipeline->comp_id = swidget->comp_id; in sof_ipc3_widget_setup_comp_pipeline()
525 pipeline->sched_id = comp_swidget->comp_id; in sof_ipc3_widget_setup_comp_pipeline()
578 buffer->comp.id = swidget->comp_id; in sof_ipc3_widget_setup_comp_buffer()
758 if (scontrol->comp_id == swidget->comp_id && in sof_ipc3_widget_setup_comp_pga()
1651 connect.source_id = sroute->src_widget->comp_id; in sof_ipc3_route_setup()
1652 connect.sink_id = sroute->sink_widget->comp_id; in sof_ipc3_route_setup()
1805 fcomp.id = scontrol->comp_id; in sof_ipc3_control_free()
1834 pcm.comp_id = swidget->comp_id; in sof_ipc3_keyword_detect_pcm_params()
1878 stream.comp_id = swidget->comp_id; in sof_ipc3_keyword_detect_trigger()
[all …]
H A Dtopology.c841 scontrol->comp_id = sdev->next_comp_id; in sof_control_load_volume()
885 scontrol->comp_id, scontrol->num_channels); in sof_control_load_volume()
909 scontrol->comp_id = sdev->next_comp_id; in sof_control_load_enum()
913 scontrol->comp_id, scontrol->num_channels, scontrol->comp_id); in sof_control_load_enum()
930 scontrol->comp_id = sdev->next_comp_id; in sof_control_load_bytes()
932 dev_dbg(scomp->dev, "tplg: load kcontrol index %d\n", scontrol->comp_id); in sof_control_load_bytes()
1166 spcm->stream[dir].comp_id = host_widget->comp_id; in spcm_bind()
1405 swidget->comp_id = sdev->next_comp_id++; in sof_widget_ready()
1461 swidget->comp_id, w->name, swidget->id, index, in sof_widget_ready()
1726 spcm->stream[stream].comp_id = COMP_ID_UNASSIGNED; in sof_dai_load()
[all …]
H A Dipc3-dtrace.c63 int log_level, pipe_id, comp_id, read, ret; in trace_filter_parse_entry() local
73 ret = sscanf(line, " %d %x %d %d %n", &log_level, &uuid_id, &pipe_id, &comp_id, &read); in trace_filter_parse_entry()
91 if (comp_id >= 0) { in trace_filter_parse_entry()
93 comp_id, elem, capacity, &cnt); in trace_filter_parse_entry()
H A Dsof-audio.c901 unsigned int comp_id, in snd_sof_find_spcm_comp() argument
910 if (spcm->stream[dir].comp_id == comp_id) { in snd_sof_find_spcm_comp()
/openbmc/linux/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) in get_resources_id() argument
51 if (comp_id) in get_resources_id()
52 *comp_id = id; in get_resources_id()
60 u32 valid_inputs = 0, comp_id; in get_valid_inputs() local
64 get_resources_id(blk->input_ids[i], NULL, &comp_id); in get_valid_inputs()
65 if (comp_id == 0xFFFFFFFF) in get_valid_inputs()
67 valid_inputs |= BIT(comp_id); in get_valid_inputs()
671 u32 pipe_id, comp_id; in d71_compiz_init() local
673 get_resources_id(blk->block_info, &pipe_id, &comp_id); in d71_compiz_init()
676 comp_id, in d71_compiz_init()
[all …]
/openbmc/linux/drivers/gpu/drm/mediatek/
H A Dmtk_drm_drv.c398 static bool mtk_drm_find_mmsys_comp(struct mtk_drm_private *private, int comp_id) in mtk_drm_find_mmsys_comp() argument
405 if (drv_data->main_path[i] == comp_id) in mtk_drm_find_mmsys_comp()
410 if (drv_data->ext_path[i] == comp_id) in mtk_drm_find_mmsys_comp()
415 if (drv_data->third_path[i] == comp_id) in mtk_drm_find_mmsys_comp()
829 int comp_id; in mtk_drm_probe() local
854 comp_id = mtk_ddp_comp_get_id(node, comp_type); in mtk_drm_probe()
855 if (comp_id < 0) { in mtk_drm_probe()
861 if (!mtk_drm_find_mmsys_comp(private, comp_id)) in mtk_drm_probe()
864 private->comp_node[comp_id] = of_node_get(node); in mtk_drm_probe()
889 ret = mtk_ddp_comp_init(node, &private->ddp_comp[comp_id], comp_id); in mtk_drm_probe()
H A Dmtk_drm_ddp_comp.c547 unsigned int comp_id) in mtk_ddp_comp_init() argument
556 if (comp_id >= DDP_COMPONENT_DRM_ID_MAX) in mtk_ddp_comp_init()
559 type = mtk_ddp_matches[comp_id].type; in mtk_ddp_comp_init()
561 comp->id = comp_id; in mtk_ddp_comp_init()
562 comp->funcs = mtk_ddp_matches[comp_id].funcs; in mtk_ddp_comp_init()
H A Dmtk_drm_crtc.c953 enum mtk_ddp_comp_id comp_id = path[i]; in mtk_drm_crtc_create() local
957 node = priv->comp_node[comp_id]; in mtk_drm_crtc_create()
958 comp = &priv->ddp_comp[comp_id]; in mtk_drm_crtc_create()
963 if (!node && comp_id != DDP_COMPONENT_DRM_OVL_ADAPTOR) { in mtk_drm_crtc_create()
966 crtc_i, comp_id); in mtk_drm_crtc_create()
996 unsigned int comp_id = path[i]; in mtk_drm_crtc_create() local
999 comp = &priv->ddp_comp[comp_id]; in mtk_drm_crtc_create()
H A Dmtk_drm_ddp_comp.h283 unsigned int comp_id);
284 enum mtk_ddp_comp_type mtk_ddp_comp_get_type(unsigned int comp_id);
/openbmc/linux/drivers/media/platform/mediatek/jpeg/
H A Dmtk_jpeg_dec_parse.c103 param->comp_id[i] = read_byte(&stream); in mtk_jpeg_do_parse()
104 if (param->comp_id[i] == -1) in mtk_jpeg_do_parse()
H A Dmtk_jpeg_dec_hw.h39 u32 comp_id[MTK_JPEG_COMP_MAX]; member
H A Dmtk_jpeg_dec_hw.c420 mtk_jpeg_dec_set_comp_id(base, cfg->comp_id[0], cfg->comp_id[1], in mtk_jpeg_dec_set_config()
421 cfg->comp_id[2]); in mtk_jpeg_dec_set_config()
/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Ddma_local.h83 …_CG_INFO_REG_IDX(info_id, comp_id) ((DMA_SEL_COMP(_DMA_V2_SEL_CONN_GROUP) | DMA_SEL_CG_INFO(info_i… argument
/openbmc/linux/drivers/hwmon/
H A Damc6821.c778 int dev_id, comp_id; in amc6821_detect() local
790 comp_id = i2c_smbus_read_byte_data(client, AMC6821_REG_COMP_ID); in amc6821_detect()
791 if (dev_id != 0x21 || comp_id != 0x49) { in amc6821_detect()
803 comp_id = i2c_smbus_read_byte_data(client, 0x80 | AMC6821_REG_COMP_ID); in amc6821_detect()
804 if (dev_id != 0x21 || comp_id != 0x49) { in amc6821_detect()
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_coredump.c313 u16 comp_id = le16_to_cpu(seg_record->component_id); in __bnxt_get_coredump() local
326 rc = bnxt_hwrm_dbg_coredump_initiate(bp, comp_id, seg_id); in __bnxt_get_coredump()
335 rc = bnxt_hwrm_dbg_coredump_retrieve(bp, comp_id, seg_id, in __bnxt_get_coredump()
/openbmc/linux/drivers/cxl/core/
H A Dtrace.h331 __array(u8, comp_id, CXL_EVENT_GEN_MED_COMP_ID_SIZE)
352 memcpy(__entry->comp_id, &rec->component_id,
365 __print_hex(__entry->comp_id, CXL_EVENT_GEN_MED_COMP_ID_SIZE),
/openbmc/linux/drivers/net/wireless/intersil/orinoco/
H A Dhw.c46 struct comp_id { struct
50 static inline enum fwtype determine_firmware_type(struct comp_id *nic_id) in determine_firmware_type() argument
76 struct comp_id nic_id, sta_id; in determine_fw_capabilities()

12