Searched refs:block_buf (Results 1 – 1 of 1) sorted by relevance
54 uint8_t* block_buf; member158 if (slot->block_buf == NULL) { in get_block_buf()159 slot->block_buf = heap_caps_malloc(SDSPI_BLOCK_BUF_SIZE, MALLOC_CAP_DMA); in get_block_buf()160 if (slot->block_buf == NULL) { in get_block_buf()164 *out_buf = slot->block_buf; in get_block_buf()231 free(slot->block_buf); in deinit_slot()232 slot->block_buf = NULL; in deinit_slot()