Lines Matching defs:start
59 struct mixart_pipe *pipe, int start)
70 if(start) return 0; /* already started */
73 if(!start) return 0; /* already stopped */
97 /* start or stop the pipe (1 pipe) */
103 if(start)
120 if(start) {
123 group_state.pipe_count = 0; /* in case of start same command once again with pipe_count=0 */
133 /* in case of start send a synchro top */
150 else /* !start */
380 static int mixart_set_stream_state(struct mixart_stream *stream, int start)
395 request.message_id = start ? MSG_STREAM_START_INPUT_STAGE_PACKET : MSG_STREAM_STOP_INPUT_STAGE_PACKET;
397 request.message_id = start ? MSG_STREAM_START_OUTPUT_STAGE_PACKET : MSG_STREAM_STOP_OUTPUT_STAGE_PACKET;
749 /* start the pipe if necessary */
830 /* start the pipe if necessary */