Home
last modified time | relevance | path

Searched refs:component_id (Results 1 – 18 of 18) sorted by relevance

/linux/drivers/acpi/acpica/
H A Dacutils.h301 const char *module_name, u32 component_id);
307 u32 component_id, const void *pointer);
312 const char *module_name, u32 component_id, u32 integer);
318 u32 component_id, const char *string);
323 const char *module_name, u32 component_id);
329 u32 component_id, acpi_status status);
334 const char *module_name, u32 component_id, u64 value);
339 const char *module_name, u32 component_id, u8 *ptr);
344 const char *module_name, u32 component_id, const char *string);
347 acpi_ut_debug_dump_buffer(u8 *buffer, u32 count, u32 display, u32 component_id);
[all …]
/linux/include/cxl/
H A Devent.h56 u8 component_id[CXL_EVENT_GEN_MED_COMP_ID_SIZE]; member
76 u8 component_id[CXL_EVENT_GEN_MED_COMP_ID_SIZE]; member
108 u8 component_id[CXL_EVENT_GEN_MED_COMP_ID_SIZE]; member
139 u8 component_id[CXL_EVENT_GEN_MED_COMP_ID_SIZE]; member
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_coredump.c175 u16 component_id, u16 segment_id) in bnxt_hwrm_dbg_coredump_initiate() argument
185 req->component_id = cpu_to_le16(component_id); in bnxt_hwrm_dbg_coredump_initiate()
193 static int bnxt_hwrm_dbg_coredump_retrieve(struct bnxt *bp, u16 component_id, in bnxt_hwrm_dbg_coredump_retrieve() argument
205 req->component_id = cpu_to_le16(component_id); in bnxt_hwrm_dbg_coredump_retrieve()
236 seg_hdr->component_id = (__force __le32)seg_rec->component_id; in bnxt_fill_coredump_seg_hdr()
242 seg_hdr->component_id = cpu_to_le32(comp_id); in bnxt_fill_coredump_seg_hdr()
459 u16 comp_id = le16_to_cpu(seg_record->component_id); in __bnxt_get_coredump()
/linux/drivers/net/ethernet/amd/pds_core/
H A Dfw.c264 u16 component_id; member
441 u8 component_id, u8 type) in pdsc_component_id_matches_type() argument
449 if (info->identifier == component_id && in pdsc_component_id_matches_type()
456 static u8 pdsc_get_component_type_by_id(struct pdsc *pdsc, u16 component_id) in pdsc_get_component_type_by_id() argument
464 if (info->identifier == component_id) in pdsc_get_component_type_by_id()
471 u16 component_id) in pdsc_skip_component() argument
476 if (component_priv->component_id == component_id) in pdsc_skip_component()
566 component_priv->component_id = component->identifier; in pdsc_send_component_table()
/linux/sound/soc/meson/
H A Daiu.h52 unsigned int component_id);
H A Daiu.c56 unsigned int component_id) in aiu_of_xlate_dai_name()
64 if (args->args[0] != component_id) in aiu_of_xlate_dai_name()
47 aiu_of_xlate_dai_name(struct snd_soc_component * component,const struct of_phandle_args * args,const char ** dai_name,unsigned int component_id) aiu_of_xlate_dai_name() argument
/linux/drivers/counter/
H A Dcounter-chrdev.c240 const size_t num_ext, const size_t component_id, in counter_get_ext() argument
247 if (*id == component_id) in counter_get_ext()
253 if (component_id - *id < element->length) in counter_get_ext()
/linux/include/scsi/
H A Dscsi_transport_sas.h138 u16 component_id; member
/linux/Documentation/ABI/testing/
H A Dsysfs-class-switchtec14 What: /sys/class/switchtec/switchtec[0-9]+/component_id
/linux/drivers/cxl/core/
H A Dtrace.h504 memcpy(__entry->comp_id, &rec->component_id,
668 memcpy(__entry->comp_id, &rec->component_id,
866 memcpy(__entry->comp_id, &rec->component_id,
978 memcpy(__entry->comp_id, &rec->component_id,
/linux/include/linux/
H A Dswitchtec.h157 u16 component_id; member
/linux/tools/testing/cxl/test/
H A Dmem.c429 ….component_id = { 0x3, 0x74, 0xc5, 0x8, 0x9a, 0x1a, 0xb, 0xfc, 0xd2, 0x7e, 0x2f, 0x31, 0x9b, 0x3c,…
461 ….component_id = { 0x1, 0x74, 0xc5, 0x8, 0x9a, 0x1a, 0xb, 0xfc, 0xd2, 0x7e, 0x2f, 0x31, 0x9b, 0x3c,…
495 ….component_id = { 0x2, 0x74, 0xc5, 0x8, 0x9a, 0x1a, 0xb, 0xfc, 0xd2, 0x7e, 0x2f, 0x31, 0x9b, 0x3c,…
/linux/drivers/resctrl/
H A Dmpam_devices.c544 int component_id) in mpam_ris_create_locked() argument
571 comp = mpam_component_find(class, component_id); in mpam_ris_create_locked()
630 enum mpam_class_types type, u8 class_id, int component_id) in mpam_ris_create() argument
636 component_id); in mpam_ris_create()
/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_transport.c338 u16 component_id; member
471 tmp = (u8 *)&manufacture_reply->component_id; in _transport_expander_report_manufacture()
472 edev->component_id = tmp[0] << 8 | tmp[1]; in _transport_expander_report_manufacture()
/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_transport.c112 u16 component_id; member
226 tmp = (u8 *)&manufacture_reply->component_id; in mpi3mr_report_manufacture()
227 edev->component_id = tmp[0] << 8 | tmp[1]; in mpi3mr_report_manufacture()
/linux/drivers/message/fusion/
H A Dmptsas.c2840 u16 component_id; member
2974 tmp = (u8 *)&manufacture_reply->component_id; in mptsas_exp_repmanufacture_info()
2975 edev->component_id = tmp[0] << 8 | tmp[1]; in mptsas_exp_repmanufacture_info()
/linux/drivers/scsi/libsas/
H A Dsas_expander.c529 edev->component_id = mi_resp[48] << 8 | mi_resp[49]; in ex_assign_manuf_info()
/linux/include/linux/bnge/
H A Dhsi.h11400 __le16 component_id; member
11449 __le16 component_id; member
11491 __le16 component_id; member