Searched refs:hl_snprintf_resize (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/accel/habanalabs/common/ |
H A D | state_dump.c | 169 return hl_snprintf_resize(buf, size, offset, "%s%u", in hl_print_resize_sync_engine() 319 rc = hl_snprintf_resize( in hl_state_dump_print_syncs_single_block() 362 rc = hl_snprintf_resize(buf, size, offset, in hl_state_dump_print_syncs_single_block() 373 rc = hl_snprintf_resize(buf, size, offset, "\n"); in hl_state_dump_print_syncs_single_block() 520 rc = hl_snprintf_resize( in hl_state_dump_print_monitors_single_block() 543 hl_snprintf_resize(buf, size, offset, "\n"); in hl_state_dump_print_monitors_single_block() 569 rc = hl_snprintf_resize(buf, size, offset, in hl_state_dump_print_monitors() 688 rc = hl_snprintf_resize(&buf, &size, &offset, in hl_state_dump() 698 hl_snprintf_resize(&buf, &size, &offset, "\n"); in hl_state_dump() 704 hl_snprintf_resize(&buf, &size, &offset, "\n"); in hl_state_dump() [all …]
|
H A D | habanalabs.h | 3921 __printf(4, 5) int hl_snprintf_resize(char **buf, size_t *size, size_t *offset,
|
/openbmc/linux/drivers/accel/habanalabs/gaudi/ |
H A D | gaudi.c | 8947 return hl_snprintf_resize( in gaudi_print_single_monitor() 9017 rc = hl_snprintf_resize( in gaudi_print_fences_single_engine()
|