/linux-4.1.27/drivers/acpi/acpica/ |
D | utdebug.c | 165 u32 component_id, const char *format, ...) in acpi_debug_print() argument 172 if (!ACPI_IS_DEBUG_ENABLED(requested_debug_level, component_id)) { in acpi_debug_print() 243 u32 component_id, const char *format, ...) in ACPI_EXPORT_SYMBOL() 249 if (!ACPI_IS_DEBUG_ENABLED(requested_debug_level, component_id)) { in ACPI_EXPORT_SYMBOL() 278 const char *module_name, u32 component_id) in ACPI_EXPORT_SYMBOL() 286 if (ACPI_IS_DEBUG_ENABLED(ACPI_LV_FUNCTIONS, component_id)) { in ACPI_EXPORT_SYMBOL() 289 component_id, "%s\n", acpi_gbl_fn_entry_str); in ACPI_EXPORT_SYMBOL() 314 const char *module_name, u32 component_id, void *pointer) in ACPI_EXPORT_SYMBOL() 322 if (ACPI_IS_DEBUG_ENABLED(ACPI_LV_FUNCTIONS, component_id)) { in ACPI_EXPORT_SYMBOL() 325 component_id, "%s %p\n", acpi_gbl_fn_entry_str, in ACPI_EXPORT_SYMBOL() [all …]
|
D | acutils.h | 315 const char *module_name, u32 component_id); 320 const char *module_name, u32 component_id, void *pointer); 325 const char *module_name, u32 component_id, u32 integer); 330 const char *module_name, u32 component_id, char *string); 335 const char *module_name, u32 component_id); 341 u32 component_id, acpi_status status); 346 const char *module_name, u32 component_id, u64 value); 351 const char *module_name, u32 component_id, u8 *ptr); 354 acpi_ut_debug_dump_buffer(u8 *buffer, u32 count, u32 display, u32 component_id); 454 u32 component_id, [all …]
|
D | utobject.c | 89 u32 component_id, in acpi_ut_create_internal_object_dbg() argument 103 component_id); in acpi_ut_create_internal_object_dbg() 117 component_id); in acpi_ut_create_internal_object_dbg() 383 u32 line_number, u32 component_id) in acpi_ut_allocate_object_desc_dbg() argument
|
D | utbuffer.c | 198 acpi_ut_debug_dump_buffer(u8 *buffer, u32 count, u32 display, u32 component_id) in acpi_ut_debug_dump_buffer() argument 204 (component_id & acpi_dbg_layer))) { in acpi_ut_debug_dump_buffer()
|
/linux-4.1.27/include/acpi/ |
D | actbl3.h | 395 u16 component_id; member 584 u16 component_id; member
|
D | acpixf.h | 891 u32 component_id, 899 u32 component_id,
|
/linux-4.1.27/include/scsi/ |
D | scsi_transport_sas.h | 126 u16 component_id; member
|
/linux-4.1.27/drivers/scsi/ |
D | scsi_transport_sas.c | 1361 sas_expander_simple_attr(component_id, component_id, "%u\n", unsigned int); 1888 SETUP_EXPANDER_ATTRIBUTE(component_id); in sas_attach_transport()
|
/linux-4.1.27/drivers/scsi/mpt3sas/ |
D | mpt3sas_transport.c | 276 u16 component_id; member 438 tmp = (u8 *)&manufacture_reply->component_id; in _transport_expander_report_manufacture() 439 edev->component_id = tmp[0] << 8 | tmp[1]; in _transport_expander_report_manufacture()
|
/linux-4.1.27/drivers/scsi/mpt2sas/ |
D | mpt2sas_transport.c | 272 u16 component_id; member 448 tmp = (u8 *)&manufacture_reply->component_id; in _transport_expander_report_manufacture() 449 edev->component_id = tmp[0] << 8 | tmp[1]; in _transport_expander_report_manufacture()
|
/linux-4.1.27/drivers/message/fusion/ |
D | mptsas.c | 2818 u16 component_id; member 2954 tmp = (u8 *)&manufacture_reply->component_id; in mptsas_exp_repmanufacture_info() 2955 edev->component_id = tmp[0] << 8 | tmp[1]; in mptsas_exp_repmanufacture_info()
|
/linux-4.1.27/drivers/scsi/libsas/ |
D | sas_expander.c | 532 edev->component_id = mi_resp[48] << 8 | mi_resp[49]; in ex_assign_manuf_info()
|