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