Home
last modified time | relevance | path

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

/Linux-v4.19/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.h284 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 …]
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.c164 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/
Dbnxt_coredump.h15 __le32 component_id; member
Dbnxt_ethtool.c2780 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()
Dbnxt_hsi.h6395 __le16 component_id; member
6439 __le16 component_id; member
6475 __le16 component_id; member
/Linux-v4.19/include/scsi/
Dscsi_transport_sas.h137 u16 component_id; member
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-class-switchtec14 What: /sys/class/switchtec/switchtec[0-9]+/component_id
/Linux-v4.19/include/acpi/
Dacpixf.h928 u32 component_id,
936 u32 component_id,
Dactbl2.h841 u16 component_id; member
1436 u16 component_id; member
/Linux-v4.19/include/linux/
Dswitchtec.h127 u16 component_id; member
/Linux-v4.19/drivers/scsi/
Dscsi_transport_sas.c1321 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/
Dmpt3sas_transport.c276 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/
Dswitchtec.c299 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/
Dmptsas.c2813 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/
Dsas_expander.c544 edev->component_id = mi_resp[48] << 8 | mi_resp[49]; in ex_assign_manuf_info()