Lines Matching refs:TRACE

165 		TRACE("spi %d open error", spi->port);  in hal_spi_init()
174 TRACE("spi %d open succ", spi->port); in hal_spi_init()
189 TRACE("spi0_dma_semaphore create failed!"); in hal_spi_init()
205 TRACE("spi0_mutex create failed!"); in hal_spi_init()
215 TRACE("spi1dmairq osSemaphoreRelease failed!"); in spi0_dma_irq()
223 TRACE("spi0dmairq osSemaphoreRelease failed!"); in spi1_dma_irq()
251 TRACE("spi input para err"); in hal_spi_send()
258 TRACE("%s spi_mutex wait error = 0x%X!", __func__, status); in hal_spi_send()
274 TRACE("spi dma tail send timeout"); in hal_spi_send()
285 TRACE("spi dma tail send fail %d, size %d", ret, len); in hal_spi_send()
323 TRACE("spi input para err"); in hal_spi_recv()
330 TRACE("%s malloc size %d error\r", __FUNCTION__, len); in hal_spi_recv()
338 TRACE("%s spi_mutex wait error = 0x%X!", __func__, status); in hal_spi_recv()
358 TRACE("SPI Read timeout!"); in hal_spi_recv()
370 TRACE("spi tail fail %d, size %d", ret, len); in hal_spi_recv()
399 TRACE("spi input para err"); in hal_spi_send_and_recv()
406 TRACE("%s malloc size %d error\r", __FUNCTION__, max_len); in hal_spi_send_and_recv()
415 TRACE("%s spi_mutex wait error = 0x%X!", __func__, status); in hal_spi_send_and_recv()
434 TRACE("SPI Read timeout!"); in hal_spi_send_and_recv()
446 TRACE("spi dma tail fail %d", ret); in hal_spi_send_and_recv()
486 TRACE("%s malloc %d error", __FUNCTION__, rx_size); in hal_spi_send_recv()
496 TRACE("%s spi_mutex wait error = 0x%X!", __func__, status); in hal_spi_send_recv()
510 TRACE("spi dma tail send timeout"); in hal_spi_send_recv()
527 TRACE("SPI Read timeout!"); in hal_spi_send_recv()
539 TRACE("spi tail fail %d, size %d", ret, len); in hal_spi_send_recv()
577 TRACE("spi send tx2_data fail %d, tx2_size %d", ret, tx2_size); in hal_spi_send_and_send()
582 TRACE("spi send tx1_data fail %d, tx1_size %d", ret, tx1_size); in hal_spi_send_and_send()
602 TRACE("hal_spi_finalize fail %d", ret); in hal_spi_finalize()