| /linux/drivers/cxl/core/ |
| H A D | trace.h | 340 #define show_pldm_entity_id(flags, valid_comp_id, valid_id_format, comp_id) \ argument 342 (comp_id[0] & CXL_PLDM_COMPONENT_ID_ENTITY_VALID) ? \ 343 __print_hex(&comp_id[1], 6) : "0x00" : "0x00" 345 #define show_pldm_resource_id(flags, valid_comp_id, valid_id_format, comp_id) \ argument 347 (comp_id[0] & CXL_PLDM_COMPONENT_ID_RES_VALID) ? \ 348 __print_hex(&comp_id[7], 4) : "0x00" : "0x00" 466 __array(u8, comp_id, CXL_EVENT_GEN_MED_COMP_ID_SIZE) 496 memcpy(__entry->comp_id, &rec->component_id, 530 __print_hex(__entry->comp_id, CXL_EVENT_GEN_MED_COMP_ID_SIZE), 531 show_comp_id_pldm_flags(__entry->comp_id[0]), [all …]
|
| /linux/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/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 | sof-audio.h | 327 u32 comp_id; member 371 int comp_id; member 419 int comp_id; member 618 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() 1742 connect.source_id = sroute->src_widget->comp_id; in sof_ipc3_route_setup() 1743 connect.sink_id = sroute->sink_widget->comp_id; in sof_ipc3_route_setup() 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() [all …]
|
| H A D | topology.c | 855 scontrol->comp_id = sdev->next_comp_id; in sof_control_load_volume() 899 scontrol->comp_id, scontrol->num_channels); in sof_control_load_volume() 923 scontrol->comp_id = sdev->next_comp_id; in sof_control_load_enum() 926 dev_dbg(scomp->dev, "tplg: load kcontrol index %d chans %d comp_id %d\n", in sof_control_load_enum() 927 scontrol->comp_id, scontrol->num_channels, scontrol->comp_id); in sof_control_load_enum() 944 scontrol->comp_id = sdev->next_comp_id; in sof_control_load_bytes() 946 dev_dbg(scomp->dev, "tplg: load kcontrol index %d\n", scontrol->comp_id); in sof_control_load_bytes() 1190 spcm->stream[dir].comp_id = host_widget->comp_id; in spcm_bind() [all...] |
| H A D | ipc4-topology.c | 556 if (scontrol->comp_id == swidget->comp_id) { in sof_ipc4_widget_update_kcontrol_module_id() 652 spcm = snd_sof_find_spcm_comp(scomp, swidget->comp_id, &dir); in sof_ipc4_widget_setup_pcm()
|
| /linux/drivers/gpu/drm/arm/display/komeda/d71/ |
| H A D | d71_component.c | 15 static void get_resources_id(u32 hw_id, u32 *pipe_id, u32 *comp_id) in get_resources_id() argument 53 if (comp_id) in get_resources_id() 54 *comp_id = id; in get_resources_id() 62 u32 valid_inputs = 0, comp_id; in get_valid_inputs() local 66 get_resources_id(blk->input_ids[i], NULL, &comp_id); in get_valid_inputs() 67 if (comp_id == 0xFFFFFFFF) in get_valid_inputs() 69 valid_inputs |= BIT(comp_id); in get_valid_inputs() 673 u32 pipe_id, comp_id; in d71_compiz_init() local 675 get_resources_id(blk->block_info, &pipe_id, &comp_id); in d71_compiz_init() 678 comp_id, in d71_compiz_init() [all …]
|
| /linux/drivers/gpu/drm/mediatek/ |
| H A D | mtk_drm_drv.c | 433 static bool mtk_drm_find_mmsys_comp(struct mtk_drm_private *private, int comp_id) in mtk_drm_find_mmsys_comp() argument 440 if (drv_data->main_path[i] == comp_id) in mtk_drm_find_mmsys_comp() 445 if (drv_data->ext_path[i] == comp_id) in mtk_drm_find_mmsys_comp() 450 if (drv_data->third_path[i] == comp_id) in mtk_drm_find_mmsys_comp() 455 if (drv_data->conn_routes[i].route_ddp == comp_id) in mtk_drm_find_mmsys_comp() 1134 int comp_id; in mtk_drm_probe() local 1157 comp_id = mtk_ddp_comp_get_id(node, comp_type); in mtk_drm_probe() 1158 if (comp_id < 0) { in mtk_drm_probe() 1164 if (!mtk_drm_find_mmsys_comp(private, comp_id)) in mtk_drm_probe() 1167 private->comp_node[comp_id] = of_node_get(node); in mtk_drm_probe() [all …]
|
| H A D | mtk_crtc.c | 705 unsigned int comp_id = mtk_crtc->conn_routes[i].route_ddp; in mtk_crtc_update_output() local 706 struct mtk_ddp_comp *comp = &priv->ddp_comp[comp_id]; in mtk_crtc_update_output() 1023 enum mtk_ddp_comp_id comp_id = path[i]; in mtk_crtc_create() local 1027 node = priv->comp_node[comp_id]; in mtk_crtc_create() 1028 comp = &priv->ddp_comp[comp_id]; in mtk_crtc_create() 1033 if (!node && comp_id != DDP_COMPONENT_DRM_OVL_ADAPTOR) { in mtk_crtc_create() 1036 crtc_i, comp_id); in mtk_crtc_create() 1067 unsigned int comp_id = path[i]; in mtk_crtc_create() local 1070 comp = &priv->ddp_comp[comp_id]; in mtk_crtc_create() 1163 unsigned int comp_id = conn_routes[i].route_ddp; in mtk_crtc_create() local [all …]
|
| H A D | mtk_ddp_comp.c | 639 unsigned int comp_id) in mtk_ddp_comp_init() argument 646 if (comp_id >= DDP_COMPONENT_DRM_ID_MAX) in mtk_ddp_comp_init() 649 type = mtk_ddp_matches[comp_id].type; in mtk_ddp_comp_init() 651 comp->id = comp_id; in mtk_ddp_comp_init() 652 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 | 354 unsigned int comp_id); 355 enum mtk_ddp_comp_type mtk_ddp_comp_get_type(unsigned int comp_id);
|
| /linux/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()
|
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt_coredump.c | 230 int status, u32 duration, u32 instance, u32 comp_id, in bnxt_fill_coredump_seg_hdr() argument 242 seg_hdr->component_id = cpu_to_le32(comp_id); in bnxt_fill_coredump_seg_hdr() 354 u32 comp_id = BNXT_DRV_COMP_ID; in bnxt_get_ctx_coredump() local 390 0, 0, 0, comp_id, seg_id); in bnxt_get_ctx_coredump() 459 u16 comp_id = le16_to_cpu(seg_record->component_id); in __bnxt_get_coredump() local 472 rc = bnxt_hwrm_dbg_coredump_initiate(bp, dump_type, comp_id, in __bnxt_get_coredump() 482 rc = bnxt_hwrm_dbg_coredump_retrieve(bp, comp_id, seg_id, in __bnxt_get_coredump()
|
| /linux/drivers/acpi/apei/ |
| H A D | einj-core.c | 60 } comp_id; member 582 if (is_end_of_list(syndrome_data[i].comp_id.acpi_id)) in __einj_error_inject() 584 v5param->einjv2_struct.component_arr[i].comp_id = in __einj_error_inject() 585 syndrome_data[i].comp_id; in __einj_error_inject() 1031 &syndrome_data[i].comp_id, &u128_fops); in setup_einjv2_component_files()
|
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_fw_update.c | 189 comp_tbl->comp_id = cpu_to_le16(component->identifier); in ixgbe_send_component_table()
|
| H A D | ixgbe_type_e610.h | 778 __le16 comp_id; member
|