Searched refs:was_busy (Results 1 – 2 of 2) sorted by relevance
1738 struct spi_message *msg, bool was_busy) in __spi_pump_transfer_message() argument1743 if (!was_busy && ctlr->auto_runtime_pm) { in __spi_pump_transfer_message()1757 if (!was_busy) in __spi_pump_transfer_message()1760 if (!was_busy && ctlr->prepare_transfer_hardware) { in __spi_pump_transfer_message()1854 bool was_busy = false; in __spi_pump_messages() local1913 was_busy = true; in __spi_pump_messages()1918 ret = __spi_pump_transfer_message(ctlr, msg, was_busy); in __spi_pump_messages()4666 bool was_busy; in __spi_transfer_message_noqueue() local4671 was_busy = ctlr->busy; in __spi_transfer_message_noqueue()4674 ret = __spi_pump_transfer_message(ctlr, msg, was_busy); in __spi_transfer_message_noqueue()[all …]
743 bool was_busy; in tegra_dma_terminate_all() local764 was_busy = tdc->busy; in tegra_dma_terminate_all()767 if (!list_empty(&tdc->pending_sg_req) && was_busy) { in tegra_dma_terminate_all()