Lines Matching refs:count
68 void acpi_ut_dump_buffer(u8 *buffer, u32 count, u32 display, u32 base_offset) in acpi_ut_dump_buffer() argument
80 if ((count < 4) || (count & 0x01)) { in acpi_ut_dump_buffer()
86 while (i < count) { in acpi_ut_dump_buffer()
95 if (i + j >= count) { in acpi_ut_dump_buffer()
148 if (i + j >= count) { in acpi_ut_dump_buffer()
198 acpi_ut_debug_dump_buffer(u8 *buffer, u32 count, u32 display, u32 component_id) in acpi_ut_debug_dump_buffer() argument
208 acpi_ut_dump_buffer(buffer, count, display, 0); in acpi_ut_debug_dump_buffer()
234 u8 *buffer, u32 count, u32 display, u32 base_offset) in acpi_ut_dump_buffer_to_file() argument
247 if ((count < 4) || (count & 0x01)) { in acpi_ut_dump_buffer_to_file()
253 while (i < count) { in acpi_ut_dump_buffer_to_file()
262 if (i + j >= count) { in acpi_ut_dump_buffer_to_file()
316 if (i + j >= count) { in acpi_ut_dump_buffer_to_file()