Lines Matching refs:onoff
257 static int mxl111sf_power_ctrl(struct dvb_usb_device *d, int onoff)
346 static int mxl111sf_ep6_streaming_ctrl(struct dvb_frontend *fe, int onoff)
352 pr_debug("%s(%d)\n", __func__, onoff);
354 if (onoff) {
371 static int mxl111sf_ep5_streaming_ctrl(struct dvb_frontend *fe, int onoff)
376 pr_debug("%s(%d)\n", __func__, onoff);
378 if (onoff) {
391 ret = mxl111sf_config_spi(state, onoff);
397 static int mxl111sf_ep4_streaming_ctrl(struct dvb_frontend *fe, int onoff)
402 pr_debug("%s(%d)\n", __func__, onoff);
404 if (onoff) {
1223 static int mxl111sf_streaming_ctrl_atsc_mh(struct dvb_frontend *fe, int onoff)
1225 pr_debug("%s: fe=%d onoff=%d\n", __func__, fe->id, onoff);
1228 return mxl111sf_ep6_streaming_ctrl(fe, onoff);
1230 return mxl111sf_ep4_streaming_ctrl(fe, onoff);
1232 return mxl111sf_ep5_streaming_ctrl(fe, onoff);
1300 static int mxl111sf_streaming_ctrl_mercury(struct dvb_frontend *fe, int onoff)
1302 pr_debug("%s: fe=%d onoff=%d\n", __func__, fe->id, onoff);
1305 return mxl111sf_ep6_streaming_ctrl(fe, onoff);
1307 return mxl111sf_ep4_streaming_ctrl(fe, onoff);
1309 return mxl111sf_ep5_streaming_ctrl(fe, onoff);
1311 return mxl111sf_ep6_streaming_ctrl(fe, onoff);
1373 static int mxl111sf_streaming_ctrl_mercury_mh(struct dvb_frontend *fe, int onoff)
1375 pr_debug("%s: fe=%d onoff=%d\n", __func__, fe->id, onoff);
1378 return mxl111sf_ep4_streaming_ctrl(fe, onoff);
1380 return mxl111sf_ep5_streaming_ctrl(fe, onoff);
1382 return mxl111sf_ep6_streaming_ctrl(fe, onoff);