Lines Matching refs:stopping
1315 /* Avoid restarting the CCDC when streaming is stopping. */
1316 if (enable && ccdc->stopping & CCDC_STOP_REQUEST)
1332 ccdc->stopping = CCDC_STOP_REQUEST;
1334 ccdc->stopping = CCDC_STOP_FINISHED;
1338 ccdc->stopping == CCDC_STOP_FINISHED,
1355 ccdc->stopping = CCDC_STOP_NOT_REQUESTED;
1417 /* ccdc_handle_stopping - Handle CCDC and/or LSC stopping sequence
1421 * Return 1 when the event and stopping request combination is satisfied,
1428 switch ((ccdc->stopping & 3) | event) {
1433 ccdc->stopping = CCDC_STOP_EXECUTED;
1437 ccdc->stopping |= CCDC_STOP_CCDC_FINISHED;
1439 ccdc->stopping |= CCDC_STOP_LSC_FINISHED;
1444 ccdc->stopping |= CCDC_STOP_LSC_FINISHED;
1452 if (ccdc->stopping == CCDC_STOP_FINISHED) {
1498 * 1. stopping for reconfiguration
1499 * 2. stopping because of STREAM OFF command
1616 ccdc->stopping & CCDC_STOP_REQUEST)
1713 * Depending on the CCDC pipeline state, CCDC stopping should be
1715 * stopping because the CCDC hw works only in continuous mode.
1718 * without change the CCDC stopping state machine. The CCDC
1719 * stopping state machine should be used only when user request
1720 * for stopping is received (SINGLESHOT is an exception).
1724 ccdc->stopping = CCDC_STOP_REQUEST;
2701 ccdc->stopping = CCDC_STOP_NOT_REQUESTED;