/Linux-v4.19/drivers/acpi/acpica/ |
D | utdebug.c | 128 u32 component_id, const char *format, ...) in acpi_debug_print() argument 138 if (!ACPI_IS_DEBUG_ENABLED(requested_debug_level, component_id)) { in acpi_debug_print() 220 u32 component_id, const char *format, ...) in ACPI_EXPORT_SYMBOL() 226 if (!ACPI_IS_DEBUG_ENABLED(requested_debug_level, component_id)) { in ACPI_EXPORT_SYMBOL() 255 const char *module_name, u32 component_id) in ACPI_EXPORT_SYMBOL() 263 if (ACPI_IS_DEBUG_ENABLED(ACPI_LV_FUNCTIONS, component_id)) { in ACPI_EXPORT_SYMBOL() 266 component_id, "%s\n", in ACPI_EXPORT_SYMBOL() 293 u32 component_id, const void *pointer) in ACPI_EXPORT_SYMBOL() 301 if (ACPI_IS_DEBUG_ENABLED(ACPI_LV_FUNCTIONS, component_id)) { in ACPI_EXPORT_SYMBOL() 304 component_id, "%s %p\n", in ACPI_EXPORT_SYMBOL() [all …]
|
D | acutils.h | 284 const char *module_name, u32 component_id); 290 u32 component_id, const void *pointer); 295 const char *module_name, u32 component_id, u32 integer); 301 u32 component_id, const char *string); 306 const char *module_name, u32 component_id); 312 u32 component_id, acpi_status status); 317 const char *module_name, u32 component_id, u64 value); 322 const char *module_name, u32 component_id, u8 *ptr); 327 const char *module_name, u32 component_id, const char *string); 330 acpi_ut_debug_dump_buffer(u8 *buffer, u32 count, u32 display, u32 component_id); [all …]
|
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
|
D | utbuffer.c | 164 acpi_ut_debug_dump_buffer(u8 *buffer, u32 count, u32 display, u32 component_id) in acpi_ut_debug_dump_buffer() argument 170 (component_id & acpi_dbg_layer))) { in acpi_ut_debug_dump_buffer()
|
/Linux-v4.19/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_coredump.h | 15 __le32 component_id; member
|
D | bnxt_ethtool.c | 2780 static int bnxt_hwrm_dbg_coredump_initiate(struct bnxt *bp, u16 component_id, in bnxt_hwrm_dbg_coredump_initiate() argument 2786 req.component_id = cpu_to_le16(component_id); in bnxt_hwrm_dbg_coredump_initiate() 2792 static int bnxt_hwrm_dbg_coredump_retrieve(struct bnxt *bp, u16 component_id, in bnxt_hwrm_dbg_coredump_retrieve() argument 2801 req.component_id = cpu_to_le16(component_id); in bnxt_hwrm_dbg_coredump_retrieve() 2828 seg_hdr->component_id = (__force __le32)seg_rec->component_id; in bnxt_fill_coredump_seg_hdr() 2836 seg_hdr->component_id = cpu_to_le32(2); in bnxt_fill_coredump_seg_hdr() 2935 u16 comp_id = le16_to_cpu(seg_record->component_id); in bnxt_get_coredump()
|
D | bnxt_hsi.h | 6395 __le16 component_id; member 6439 __le16 component_id; member 6475 __le16 component_id; member
|
/Linux-v4.19/include/scsi/ |
D | scsi_transport_sas.h | 137 u16 component_id; member
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-class-switchtec | 14 What: /sys/class/switchtec/switchtec[0-9]+/component_id
|
/Linux-v4.19/include/acpi/ |
D | acpixf.h | 928 u32 component_id, 936 u32 component_id,
|
D | actbl2.h | 841 u16 component_id; member 1436 u16 component_id; member
|
/Linux-v4.19/include/linux/ |
D | switchtec.h | 127 u16 component_id; member
|
/Linux-v4.19/drivers/scsi/ |
D | scsi_transport_sas.c | 1321 sas_expander_simple_attr(component_id, component_id, "%u\n", unsigned int); 1851 SETUP_EXPANDER_ATTRIBUTE(component_id); in sas_attach_transport()
|
/Linux-v4.19/drivers/scsi/mpt3sas/ |
D | mpt3sas_transport.c | 276 u16 component_id; member 436 tmp = (u8 *)&manufacture_reply->component_id; in _transport_expander_report_manufacture() 437 edev->component_id = tmp[0] << 8 | tmp[1]; in _transport_expander_report_manufacture()
|
/Linux-v4.19/drivers/pci/switch/ |
D | switchtec.c | 299 int id = ioread16(&stdev->mmio_sys_info->component_id); in component_id_show() 303 static DEVICE_ATTR_RO(component_id);
|
/Linux-v4.19/drivers/message/fusion/ |
D | mptsas.c | 2813 u16 component_id; member 2949 tmp = (u8 *)&manufacture_reply->component_id; in mptsas_exp_repmanufacture_info() 2950 edev->component_id = tmp[0] << 8 | tmp[1]; in mptsas_exp_repmanufacture_info()
|
/Linux-v4.19/drivers/scsi/libsas/ |
D | sas_expander.c | 544 edev->component_id = mi_resp[48] << 8 | mi_resp[49]; in ex_assign_manuf_info()
|