/kernel/linux/linux-5.10/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 | 285 const char *module_name, u32 component_id); 291 u32 component_id, const void *pointer); 296 const char *module_name, u32 component_id, u32 integer); 302 u32 component_id, const char *string); 307 const char *module_name, u32 component_id); 313 u32 component_id, acpi_status status); 318 const char *module_name, u32 component_id, u64 value); 323 const char *module_name, u32 component_id, u8 *ptr); 328 const char *module_name, u32 component_id, const char *string); 331 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 | 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()
|
/kernel/linux/linux-5.10/sound/soc/meson/ |
D | aiu.h | 50 unsigned int component_id);
|
D | aiu.c | 47 unsigned int component_id) in aiu_of_xlate_dai_name() argument 55 if (args->args[0] != component_id) in aiu_of_xlate_dai_name()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_coredump.h | 15 __le32 component_id; member
|
D | bnxt_ethtool.c | 3557 static int bnxt_hwrm_dbg_coredump_initiate(struct bnxt *bp, u16 component_id, in bnxt_hwrm_dbg_coredump_initiate() argument 3563 req.component_id = cpu_to_le16(component_id); in bnxt_hwrm_dbg_coredump_initiate() 3569 static int bnxt_hwrm_dbg_coredump_retrieve(struct bnxt *bp, u16 component_id, in bnxt_hwrm_dbg_coredump_retrieve() argument 3578 req.component_id = cpu_to_le16(component_id); in bnxt_hwrm_dbg_coredump_retrieve() 3608 seg_hdr->component_id = (__force __le32)seg_rec->component_id; in bnxt_fill_coredump_seg_hdr() 3616 seg_hdr->component_id = cpu_to_le32(2); in bnxt_fill_coredump_seg_hdr() 3718 u16 comp_id = le16_to_cpu(seg_record->component_id); in bnxt_get_coredump()
|
D | bnxt_hsi.h | 7932 __le16 component_id; member 7981 __le16 component_id; member 8017 __le16 component_id; member
|
/kernel/linux/linux-5.10/include/scsi/ |
D | scsi_transport_sas.h | 137 u16 component_id; member
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-class-switchtec | 14 What: /sys/class/switchtec/switchtec[0-9]+/component_id
|
/kernel/linux/linux-5.10/include/acpi/ |
D | acpixf.h | 931 u32 component_id, 939 u32 component_id,
|
D | actbl2.h | 857 u16 component_id; member 1453 u16 component_id; member
|
/kernel/linux/linux-5.10/include/linux/ |
D | switchtec.h | 154 u16 component_id; member
|
/kernel/linux/linux-5.10/drivers/scsi/ |
D | scsi_transport_sas.c | 1319 sas_expander_simple_attr(component_id, component_id, "%u\n", unsigned int); 1841 SETUP_EXPANDER_ATTRIBUTE(component_id); in sas_attach_transport()
|
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/ |
D | mpt3sas_transport.c | 273 u16 component_id; member 409 tmp = (u8 *)&manufacture_reply->component_id; in _transport_expander_report_manufacture() 410 edev->component_id = tmp[0] << 8 | tmp[1]; in _transport_expander_report_manufacture()
|
/kernel/linux/linux-5.10/drivers/pci/switch/ |
D | switchtec.c | 358 int id = ioread16(&stdev->mmio_sys_info->gen3.component_id); in component_id_show() 366 static DEVICE_ATTR_RO(component_id);
|
/kernel/linux/linux-5.10/drivers/message/fusion/ |
D | mptsas.c | 2812 u16 component_id; member 2948 tmp = (u8 *)&manufacture_reply->component_id; in mptsas_exp_repmanufacture_info() 2949 edev->component_id = tmp[0] << 8 | tmp[1]; in mptsas_exp_repmanufacture_info()
|
/kernel/linux/linux-5.10/drivers/scsi/libsas/ |
D | sas_expander.c | 530 edev->component_id = mi_resp[48] << 8 | mi_resp[49]; in ex_assign_manuf_info()
|