Lines Matching full:started
499 /* if streaming not started, don't do anything */ in vpfe_isr()
500 if (!vpfe_dev->started) in vpfe_isr()
573 /* if streaming not started, don't do anything */ in vdint1_isr()
574 if (!vpfe_dev->started) { in vdint1_isr()
618 vpfe_dev->started = 0; in vpfe_stop_ccdc_capture()
641 if (vpfe_dev->started) { in vpfe_release()
700 if (vpfe_dev->started) in vpfe_poll()
898 /* If streaming is started, return error */ in vpfe_s_fmt_vid_cap()
899 if (vpfe_dev->started) { in vpfe_s_fmt_vid_cap()
900 v4l2_err(&vpfe_dev->v4l2_dev, "Streaming is started\n"); in vpfe_s_fmt_vid_cap()
1035 * If streaming is started return device busy in vpfe_s_input()
1038 if (vpfe_dev->started) { in vpfe_s_input()
1124 /* If streaming is started, return device busy error */ in vpfe_s_std()
1125 if (vpfe_dev->started) { in vpfe_s_std()
1126 v4l2_err(&vpfe_dev->v4l2_dev, "streaming is started\n"); in vpfe_s_std()
1380 vpfe_dev->started = 1; in vpfe_start_ccdc_capture()
1442 /* Initialize field_id and started member */ in vpfe_streamon()
1493 /* If streaming is not started, return error */ in vpfe_streamoff()
1494 if (!vpfe_dev->started) { in vpfe_streamoff()
1495 v4l2_err(&vpfe_dev->v4l2_dev, "device started\n"); in vpfe_streamoff()
1572 if (vpfe_dev->started) { in vpfe_s_selection()
1573 /* make sure streaming is not started */ in vpfe_s_selection()