Home
last modified time | relevance | path

Searched refs:was_busy (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/spi/
Dspi.c786 bool was_busy = false; in __spi_pump_messages() local
850 was_busy = true; in __spi_pump_messages()
855 if (!was_busy && master->auto_runtime_pm) { in __spi_pump_messages()
864 if (!was_busy) in __spi_pump_messages()
867 if (!was_busy && master->prepare_transfer_hardware) { in __spi_pump_messages()
/linux-4.1.27/drivers/dma/
Dtegra20-apb-dma.c734 bool was_busy; in tegra_dma_terminate_all() local
759 was_busy = tdc->busy; in tegra_dma_terminate_all()
762 if (!list_empty(&tdc->pending_sg_req) && was_busy) { in tegra_dma_terminate_all()
/linux-4.1.27/drivers/isdn/gigaset/
Dev-layer.c1853 int was_busy; in process_events() local
1877 was_busy = cs->cur_at_seq != SEQ_NONE; in process_events()
1883 if (was_busy && cs->cur_at_seq == SEQ_NONE) in process_events()
/linux-4.1.27/drivers/video/fbdev/omap2/dss/
Dapply.c912 bool was_busy = mp->busy; in dss_apply_irq_handler() local
915 if (was_busy && !mp->busy) in dss_apply_irq_handler()