Searched refs:frozen (Results 1 – 21 of 21) sorted by relevance
89 if (gspca_dev->frozen) in dostream()100 if (gspca_dev->frozen) in dostream()119 if (gspca_dev->frozen) in dostream()
205 char frozen; /* suspend - resume */ member
153 if (gspca_dev->frozen) in sd_isoc_irq()
140 if (gspca_dev->frozen) in sq905c_dostream()
184 if (gspca_dev->frozen) in vicam_dostream()
274 if (gspca_dev->frozen) in fill_frame()349 if (gspca_dev->frozen) in bulk_irq()1664 gspca_dev->frozen = 1; /* avoid urb error messages */ in gspca_suspend()1684 gspca_dev->frozen = 0; in gspca_resume()
222 if (gspca_dev->frozen) in sq905_dostream()
325 if (gspca_dev->frozen) in jl2005c_dostream()
270 if (gspca_dev->frozen) in sd_isoc_irq()
5955 if (gspca_dev->frozen) in transfer_update()
208 bool frozen, ignore = false; in ucb1x00_thread() local213 while (!kthread_freezable_should_stop(&frozen)) { in ucb1x00_thread()217 if (frozen) in ucb1x00_thread()
1050 if (txq->frozen) in iwl_txq_progress()1280 trans_pcie->txqs.txq[txq_id]->frozen = false; in iwl_trans_pcie_txq_disable()2287 if (!txq->frozen) in iwl_trans_pcie_tx()2511 if (txq->frozen == freeze) in iwl_pcie_freeze_txq_timer()2517 txq->frozen = freeze; in iwl_pcie_freeze_txq_timer()
2770 txq->need_update, txq->frozen, in iwl_dbgfs_tx_queue_seq_show()
2578 const char *frozen, *desc; in ata_eh_link_report() local2604 frozen = ""; in ata_eh_link_report()2606 frozen = " frozen"; in ata_eh_link_report()2616 ehc->i.action, frozen, tries_buf); in ata_eh_link_report()2623 ehc->i.action, frozen, tries_buf); in ata_eh_link_report()
1710 if (stream->frozen) in uvc_video_complete()2135 stream->frozen = 1; in uvc_video_suspend()2162 stream->frozen = 0; in uvc_video_resume()
479 unsigned int frozen : 1; member
805 bool frozen; member
385 static DEVICE_ATTR_RO(frozen);
2859 bool frozen = false; in binder_proc_transaction() local2873 frozen = true; in binder_proc_transaction()2878 if ((frozen && !oneway) || proc->is_dead || in binder_proc_transaction()2882 return frozen ? BR_FROZEN_REPLY : BR_DEAD_REPLY; in binder_proc_transaction()2893 if ((t->flags & TF_UPDATE_TXN) && frozen) { in binder_proc_transaction()2930 if (oneway && frozen) in binder_proc_transaction()
3793 * The queue is frozen so long as the sequencer
419 * if select-outs are currently frozen or we have
Completed in 91 milliseconds