Searched refs:STATUS_RUNNING (Results 1 – 5 of 5) sorted by relevance
177 STATUS_RUNNING, enumerator
306 sess->status = STATUS_RUNNING; in vdec_start_streaming()310 if (sess->status == STATUS_RUNNING || in vdec_start_streaming()403 if (sess->status == STATUS_RUNNING || in vdec_stop_streaming()429 if (sess->status >= STATUS_RUNNING && codec_ops->drain) in vdec_stop_streaming()
417 #define STATUS_RUNNING (1<<2) /* Card initialized, but not enabled */ macro
721 if (!(priv->status & STATUS_RUNNING)) { in ipw2100_hw_send_command()1222 if (priv->status & STATUS_RUNNING) in ipw2100_start_adapter()1305 priv->status |= STATUS_RUNNING; in ipw2100_start_adapter()1365 priv->status &= ~(STATUS_RUNNING | STATUS_ASSOCIATING | in ipw2100_power_cycle_adapter()1469 if (!(priv->status & STATUS_RUNNING)) in ipw2100_hw_stop_adapter()1558 priv->status &= ~(STATUS_RUNNING | STATUS_STOPPING); in ipw2100_hw_stop_adapter()2126 if (!(priv->status & STATUS_RUNNING)) in isr_indicate_association_lost()5459 if (!(priv->status & STATUS_RUNNING)) in ipw2100_configure_security()
46 #define STATUS_RUNNING 1 macro1344 data->status = STATUS_RUNNING; in pch_spi_pd_probe()
Completed in 716 milliseconds