Searched refs:acpi_ut_debug_dump_buffer (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/acpi/acpica/ |
D | utbuffer.c | 198 acpi_ut_debug_dump_buffer(u8 *buffer, u32 count, u32 display, u32 component_id) in acpi_ut_debug_dump_buffer() function
|
D | acutils.h | 354 acpi_ut_debug_dump_buffer(u8 *buffer, u32 count, u32 display, u32 component_id);
|
D | exdump.c | 1090 acpi_ut_debug_dump_buffer(ACPI_CAST_PTR in acpi_ex_dump_package_obj()
|
/linux-4.1.27/include/acpi/ |
D | acoutput.h | 424 #define ACPI_DUMP_BUFFER(a, b) acpi_ut_debug_dump_buffer((u8 *) a, b, DB_BYTE_DISPLAY, _CO…
|