Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/acpi/acpica/
Dutdebug.c166 u32 component_id, const char *format, ...) in acpi_debug_print() argument
173 if (!ACPI_IS_DEBUG_ENABLED(requested_debug_level, component_id)) { in acpi_debug_print()
244 u32 component_id, const char *format, ...) in ACPI_EXPORT_SYMBOL()
250 if (!ACPI_IS_DEBUG_ENABLED(requested_debug_level, component_id)) { in ACPI_EXPORT_SYMBOL()
279 const char *module_name, u32 component_id) in ACPI_EXPORT_SYMBOL()
287 if (ACPI_IS_DEBUG_ENABLED(ACPI_LV_FUNCTIONS, component_id)) { in ACPI_EXPORT_SYMBOL()
290 component_id, "%s\n", acpi_gbl_fn_entry_str); in ACPI_EXPORT_SYMBOL()
315 const char *module_name, u32 component_id, void *pointer) in ACPI_EXPORT_SYMBOL()
323 if (ACPI_IS_DEBUG_ENABLED(ACPI_LV_FUNCTIONS, component_id)) { in ACPI_EXPORT_SYMBOL()
326 component_id, "%s %p\n", acpi_gbl_fn_entry_str, in ACPI_EXPORT_SYMBOL()
[all …]
Dacutils.h264 const char *module_name, u32 component_id);
269 const char *module_name, u32 component_id, void *pointer);
274 const char *module_name, u32 component_id, u32 integer);
279 const char *module_name, u32 component_id, char *string);
284 const char *module_name, u32 component_id);
290 u32 component_id, acpi_status status);
295 const char *module_name, u32 component_id, u64 value);
300 const char *module_name, u32 component_id, u8 *ptr);
303 acpi_ut_debug_dump_buffer(u8 *buffer, u32 count, u32 display, u32 component_id);
407 u32 component_id,
[all …]
Dutobject.c89 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
Dutbuffer.c198 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.4.14/include/acpi/
Dactbl3.h417 u16 component_id; member
606 u16 component_id; member
Dacpixf.h892 u32 component_id,
900 u32 component_id,
/linux-4.4.14/include/scsi/
Dscsi_transport_sas.h126 u16 component_id; member
/linux-4.4.14/drivers/scsi/
Dscsi_transport_sas.c1351 sas_expander_simple_attr(component_id, component_id, "%u\n", unsigned int);
1878 SETUP_EXPANDER_ATTRIBUTE(component_id); in sas_attach_transport()
/linux-4.4.14/drivers/scsi/mpt3sas/
Dmpt3sas_transport.c276 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.4.14/drivers/message/fusion/
Dmptsas.c2817 u16 component_id; member
2953 tmp = (u8 *)&manufacture_reply->component_id; in mptsas_exp_repmanufacture_info()
2954 edev->component_id = tmp[0] << 8 | tmp[1]; in mptsas_exp_repmanufacture_info()
/linux-4.4.14/drivers/scsi/libsas/
Dsas_expander.c532 edev->component_id = mi_resp[48] << 8 | mi_resp[49]; in ex_assign_manuf_info()