| /drivers/acpi/acpica/ |
| A D | utdebug.c | 138 u32 component_id, const char *format, ...) in acpi_debug_print() argument 276 component_id, "%s\n", in ACPI_EXPORT_SYMBOL() 303 u32 component_id, const void *pointer) in ACPI_EXPORT_SYMBOL() 314 component_id, "%s %p\n", in ACPI_EXPORT_SYMBOL() 350 component_id, "%s %s\n", in acpi_ut_trace_str() 386 component_id, "%s %08X\n", in acpi_ut_trace_u32() 418 component_id, "%s\n", in acpi_ut_exit() 464 module_name, component_id, in ACPI_EXPORT_SYMBOL() 505 component_id, "%s %8.8X%8.8X\n", in ACPI_EXPORT_SYMBOL() 544 component_id, "%s %p\n", in ACPI_EXPORT_SYMBOL() [all …]
|
| A D | acutils.h | 301 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); 439 u32 component_id, [all …]
|
| A D | utobject.c | 56 u32 component_id, in acpi_ut_create_internal_object_dbg() argument 70 component_id); in acpi_ut_create_internal_object_dbg() 85 component_id); in acpi_ut_create_internal_object_dbg() 353 u32 line_number, u32 component_id) in acpi_ut_allocate_object_desc_dbg() argument
|
| A D | utbuffer.c | 170 acpi_ut_debug_dump_buffer(u8 *buffer, u32 count, u32 display, u32 component_id) in acpi_ut_debug_dump_buffer() argument 176 (component_id & acpi_dbg_layer))) { in acpi_ut_debug_dump_buffer()
|
| /drivers/net/ethernet/broadcom/bnxt/ |
| A D | bnxt_coredump.c | 173 u16 component_id, u16 segment_id) in bnxt_hwrm_dbg_coredump_initiate() argument 183 req->component_id = cpu_to_le16(component_id); in bnxt_hwrm_dbg_coredump_initiate() 191 static int bnxt_hwrm_dbg_coredump_retrieve(struct bnxt *bp, u16 component_id, in bnxt_hwrm_dbg_coredump_retrieve() argument 203 req->component_id = cpu_to_le16(component_id); in bnxt_hwrm_dbg_coredump_retrieve() 234 seg_hdr->component_id = (__force __le32)seg_rec->component_id; in bnxt_fill_coredump_seg_hdr() 240 seg_hdr->component_id = cpu_to_le32(comp_id); in bnxt_fill_coredump_seg_hdr() 456 u16 comp_id = le16_to_cpu(seg_record->component_id); in __bnxt_get_coredump()
|
| A D | bnxt_coredump.h | 19 __le32 component_id; member
|
| /drivers/counter/ |
| A D | counter-chrdev.c | 240 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()
|
| /drivers/cxl/core/ |
| A D | trace.h | 496 memcpy(__entry->comp_id, &rec->component_id, 660 memcpy(__entry->comp_id, &rec->component_id, 858 memcpy(__entry->comp_id, &rec->component_id, 970 memcpy(__entry->comp_id, &rec->component_id,
|
| /drivers/ras/amd/atl/ |
| A D | denormalize.c | 418 u16 component_id, log_fabric_id; in get_logical_coh_st_fabric_id() local 432 component_id = phys_fabric_id & df_cfg.component_id_mask; in get_logical_coh_st_fabric_id() 439 if (ctx->map.remap_array[log_fabric_id] == component_id) in get_logical_coh_st_fabric_id()
|
| /drivers/scsi/ |
| A D | scsi_transport_sas.c | 1352 sas_expander_simple_attr(component_id, component_id, "%u\n", unsigned int); 1908 SETUP_EXPANDER_ATTRIBUTE(component_id); in sas_attach_transport()
|
| /drivers/scsi/mpt3sas/ |
| A D | mpt3sas_transport.c | 335 u16 component_id; member 468 tmp = (u8 *)&manufacture_reply->component_id; in _transport_expander_report_manufacture() 469 edev->component_id = tmp[0] << 8 | tmp[1]; in _transport_expander_report_manufacture()
|
| /drivers/scsi/mpi3mr/ |
| A D | mpi3mr_transport.c | 112 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()
|
| /drivers/pci/switch/ |
| A D | switchtec.c | 409 int id = ioread16(&stdev->mmio_sys_info->gen3.component_id); in component_id_show() 417 static DEVICE_ATTR_RO(component_id);
|
| /drivers/message/fusion/ |
| A D | mptsas.c | 2841 u16 component_id; member 2975 tmp = (u8 *)&manufacture_reply->component_id; in mptsas_exp_repmanufacture_info() 2976 edev->component_id = tmp[0] << 8 | tmp[1]; in mptsas_exp_repmanufacture_info()
|
| /drivers/scsi/libsas/ |
| A D | sas_expander.c | 529 edev->component_id = mi_resp[48] << 8 | mi_resp[49]; in ex_assign_manuf_info()
|