Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/acpi/acpica/
Dutdebug.c128 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 …]
Dacutils.h285 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 …]
Dutobject.c56 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
Dutbuffer.c170 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/
Daiu.h50 unsigned int component_id);
Daiu.c47 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/
Dbnxt_coredump.h15 __le32 component_id; member
Dbnxt_ethtool.c3557 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()
Dbnxt_hsi.h7932 __le16 component_id; member
7981 __le16 component_id; member
8017 __le16 component_id; member
/kernel/linux/linux-5.10/include/scsi/
Dscsi_transport_sas.h137 u16 component_id; member
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-class-switchtec14 What: /sys/class/switchtec/switchtec[0-9]+/component_id
/kernel/linux/linux-5.10/include/acpi/
Dacpixf.h931 u32 component_id,
939 u32 component_id,
Dactbl2.h857 u16 component_id; member
1453 u16 component_id; member
/kernel/linux/linux-5.10/include/linux/
Dswitchtec.h154 u16 component_id; member
/kernel/linux/linux-5.10/drivers/scsi/
Dscsi_transport_sas.c1319 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/
Dmpt3sas_transport.c273 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/
Dswitchtec.c358 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/
Dmptsas.c2812 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/
Dsas_expander.c530 edev->component_id = mi_resp[48] << 8 | mi_resp[49]; in ex_assign_manuf_info()