| /linux-6.15/drivers/cxl/core/ |
| H A D | trace.h | 333 __print_hex(&comp_id[1], 6) : "0x00" : "0x00" 337 (comp_id[0] & CXL_PLDM_COMPONENT_ID_RES_VALID) ? \ 338 __print_hex(&comp_id[7], 4) : "0x00" : "0x00" 456 __array(u8, comp_id, CXL_EVENT_GEN_MED_COMP_ID_SIZE) 486 memcpy(__entry->comp_id, &rec->component_id, 518 show_comp_id_pldm_flags(__entry->comp_id[0]), 608 __array(u8, comp_id, CXL_EVENT_GEN_MED_COMP_ID_SIZE) 647 memcpy(__entry->comp_id, &rec->component_id, 673 show_comp_id_pldm_flags(__entry->comp_id[0]), 842 memcpy(__entry->comp_id, &rec->component_id, [all …]
|
| /linux-6.15/include/sound/sof/ |
| H A D | stream.h | 99 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 D | topology.h | 274 uint32_t comp_id; /**< component id for pipeline */ member 289 uint32_t comp_id; member 294 uint32_t comp_id; member
|
| H A D | control.h | 100 uint32_t comp_id; member
|
| /linux-6.15/sound/soc/sof/ |
| H A D | ipc3-control.c | 28 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 D | ipc4-control.c | 29 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() 313 if (swidget->comp_id == scontrol->comp_id) { in sof_ipc4_switch_put() 372 if (swidget->comp_id == scontrol->comp_id) { in sof_ipc4_enum_put() 714 if (scontrol->comp_id == swidget->comp_id) { in sof_ipc4_control_update() 798 if (scontrol->comp_id == swidget->comp_id) { in sof_ipc4_widget_kcontrol_setup() 821 scontrol->comp_id, swidget->widget->name); in sof_ipc4_widget_kcontrol_setup()
|
| H A D | compress.c | 147 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 D | ipc3-pcm.c | 33 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() 157 stream.comp_id = spcm->stream[substream->stream].comp_id; in sof_ipc3_pcm_trigger()
|
| H A D | sof-audio.h | 327 u32 comp_id; member 371 int comp_id; member 419 int comp_id; member 615 unsigned int comp_id,
|
| H A D | ipc3-topology.c | 380 comp->id = swidget->comp_id; in sof_comp_alloc() 535 pipeline->comp_id = swidget->comp_id; in sof_ipc3_widget_setup_comp_pipeline() 548 pipeline->sched_id = comp_swidget->comp_id; in sof_ipc3_widget_setup_comp_pipeline() 601 buffer->comp.id = swidget->comp_id; in sof_ipc3_widget_setup_comp_buffer() 781 if (scontrol->comp_id == swidget->comp_id && in sof_ipc3_widget_setup_comp_pga() 1896 fcomp.id = scontrol->comp_id; in sof_ipc3_control_free() 1925 pcm.comp_id = swidget->comp_id; in sof_ipc3_keyword_detect_pcm_params() 1969 stream.comp_id = swidget->comp_id; in sof_ipc3_keyword_detect_trigger() 2092 swidget->widget->name, swidget->comp_id); in sof_ipc3_complete_pipeline() 2097 ready.comp_id = swidget->comp_id; in sof_ipc3_complete_pipeline() [all …]
|
| H A D | topology.c | 847 scontrol->comp_id = sdev->next_comp_id; in sof_control_load_volume() 891 scontrol->comp_id, scontrol->num_channels); in sof_control_load_volume() 915 scontrol->comp_id = sdev->next_comp_id; in sof_control_load_enum() 919 scontrol->comp_id, scontrol->num_channels, scontrol->comp_id); in sof_control_load_enum() 936 scontrol->comp_id = sdev->next_comp_id; in sof_control_load_bytes() 938 dev_dbg(scomp->dev, "tplg: load kcontrol index %d\n", scontrol->comp_id); in sof_control_load_bytes() 1182 spcm->stream[dir].comp_id = host_widget->comp_id; in spcm_bind() 1421 swidget->comp_id = sdev->next_comp_id++; in sof_widget_ready() 1477 swidget->comp_id, w->name, swidget->id, index, in sof_widget_ready() 1741 spcm->stream[stream].comp_id = COMP_ID_UNASSIGNED; in sof_dai_load() [all …]
|
| H A D | ipc3-dtrace.c | 63 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()
|
| /linux-6.15/drivers/gpu/drm/arm/display/komeda/d71/ |
| H A D | d71_component.c | 53 if (comp_id) in get_resources_id() 54 *comp_id = id; in get_resources_id() 673 u32 pipe_id, comp_id; in d71_compiz_init() local 678 comp_id, in d71_compiz_init() 842 u32 pipe_id, comp_id; in d71_scaler_init() local 950 u32 pipe_id, comp_id; in d71_splitter_init() local 955 comp_id, in d71_splitter_init() 1020 u32 pipe_id, comp_id; in d71_merger_init() local 1025 comp_id, in d71_merger_init() 1136 comp_id, in d71_improc_init() [all …]
|
| /linux-6.15/drivers/gpu/drm/mediatek/ |
| H A D | mtk_crtc.c | 698 struct mtk_ddp_comp *comp = &priv->ddp_comp[comp_id]; in mtk_crtc_update_output() 981 enum mtk_ddp_comp_id comp_id = path[i]; in mtk_crtc_create() local 985 node = priv->comp_node[comp_id]; in mtk_crtc_create() 986 comp = &priv->ddp_comp[comp_id]; in mtk_crtc_create() 994 crtc_i, comp_id); in mtk_crtc_create() 1025 unsigned int comp_id = path[i]; in mtk_crtc_create() local 1028 comp = &priv->ddp_comp[comp_id]; in mtk_crtc_create() 1121 unsigned int comp_id = conn_routes[i].route_ddp; in mtk_crtc_create() local 1122 struct device_node *node = priv->comp_node[comp_id]; in mtk_crtc_create() 1123 struct mtk_ddp_comp *comp = &priv->ddp_comp[comp_id]; in mtk_crtc_create() [all …]
|
| H A D | mtk_drm_drv.c | 432 static bool mtk_drm_find_mmsys_comp(struct mtk_drm_private *private, int comp_id) in mtk_drm_find_mmsys_comp() argument 439 if (drv_data->main_path[i] == comp_id) in mtk_drm_find_mmsys_comp() 444 if (drv_data->ext_path[i] == comp_id) in mtk_drm_find_mmsys_comp() 449 if (drv_data->third_path[i] == comp_id) in mtk_drm_find_mmsys_comp() 454 if (drv_data->conn_routes[i].route_ddp == comp_id) in mtk_drm_find_mmsys_comp() 1128 int comp_id; in mtk_drm_probe() local 1151 comp_id = mtk_ddp_comp_get_id(node, comp_type); in mtk_drm_probe() 1152 if (comp_id < 0) { in mtk_drm_probe() 1158 if (!mtk_drm_find_mmsys_comp(private, comp_id)) in mtk_drm_probe() 1161 private->comp_node[comp_id] = of_node_get(node); in mtk_drm_probe() [all …]
|
| H A D | mtk_ddp_comp.c | 624 unsigned int comp_id) in mtk_ddp_comp_init() argument 633 if (comp_id >= DDP_COMPONENT_DRM_ID_MAX) in mtk_ddp_comp_init() 636 type = mtk_ddp_matches[comp_id].type; in mtk_ddp_comp_init() 638 comp->id = comp_id; in mtk_ddp_comp_init() 639 comp->funcs = mtk_ddp_matches[comp_id].funcs; in mtk_ddp_comp_init()
|
| H A D | mtk_disp_ovl_adaptor.c | 63 enum mtk_ddp_comp_id comp_id; member 432 mtk_mutex_add_comp(mutex, comp_matches[i].comp_id); in mtk_ovl_adaptor_add_comp() 444 mtk_mutex_remove_comp(mutex, comp_matches[i].comp_id); in mtk_ovl_adaptor_remove_comp()
|
| H A D | mtk_ddp_comp.h | 345 unsigned int comp_id); 346 enum mtk_ddp_comp_type mtk_ddp_comp_get_type(unsigned int comp_id);
|
| /linux-6.15/drivers/media/platform/mediatek/jpeg/ |
| H A D | mtk_jpeg_dec_parse.c | 103 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 D | mtk_jpeg_dec_hw.h | 39 u32 comp_id[MTK_JPEG_COMP_MAX]; member
|
| H A D | mtk_jpeg_dec_hw.c | 420 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()
|
| /linux-6.15/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/ |
| H A D | dma_local.h | 73 …_CG_INFO_REG_IDX(info_id, comp_id) ((DMA_SEL_COMP(_DMA_V2_SEL_CONN_GROUP) | DMA_SEL_CG_INFO(info_i… argument
|
| /linux-6.15/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt_coredump.c | 228 int status, u32 duration, u32 instance, u32 comp_id, in bnxt_fill_coredump_seg_hdr() argument 240 seg_hdr->component_id = cpu_to_le32(comp_id); in bnxt_fill_coredump_seg_hdr() 351 u32 comp_id = BNXT_DRV_COMP_ID; in bnxt_get_ctx_coredump() local 378 0, 0, 0, comp_id, seg_id); in bnxt_get_ctx_coredump() 452 u16 comp_id = le16_to_cpu(seg_record->component_id); in __bnxt_get_coredump() local 465 rc = bnxt_hwrm_dbg_coredump_initiate(bp, dump_type, comp_id, in __bnxt_get_coredump() 475 rc = bnxt_hwrm_dbg_coredump_retrieve(bp, comp_id, seg_id, in __bnxt_get_coredump()
|
| H A D | bnxt_coredump.h | 163 u32 instance, u32 comp_id, u32 seg_id);
|
| /linux-6.15/drivers/hwmon/ |
| H A D | amc6821.c | 809 int dev_id, comp_id; in amc6821_detect() local 821 comp_id = i2c_smbus_read_byte_data(client, AMC6821_REG_COMP_ID); in amc6821_detect() 822 if (dev_id != 0x21 || comp_id != 0x49) { in amc6821_detect() 834 comp_id = i2c_smbus_read_byte_data(client, 0x80 | AMC6821_REG_COMP_ID); in amc6821_detect() 835 if (dev_id != 0x21 || comp_id != 0x49) { in amc6821_detect()
|