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()
1214 static int mxl111sf_streaming_ctrl_atsc_mh(struct dvb_frontend *fe, int onoff) in mxl111sf_streaming_ctrl_atsc_mh() argument
1216 pr_debug("%s: fe=%d onoff=%d\n", __func__, fe->id, onoff); in mxl111sf_streaming_ctrl_atsc_mh()
1219 return mxl111sf_ep6_streaming_ctrl(fe, onoff); in mxl111sf_streaming_ctrl_atsc_mh()
1221 return mxl111sf_ep4_streaming_ctrl(fe, onoff); in mxl111sf_streaming_ctrl_atsc_mh()
1223 return mxl111sf_ep5_streaming_ctrl(fe, onoff); in mxl111sf_streaming_ctrl_atsc_mh()
1290 static int mxl111sf_streaming_ctrl_mercury(struct dvb_frontend *fe, int onoff) in mxl111sf_streaming_ctrl_mercury() argument
1292 pr_debug("%s: fe=%d onoff=%d\n", __func__, fe->id, onoff); in mxl111sf_streaming_ctrl_mercury()
1295 return mxl111sf_ep6_streaming_ctrl(fe, onoff); in mxl111sf_streaming_ctrl_mercury()
1297 return mxl111sf_ep4_streaming_ctrl(fe, onoff); in mxl111sf_streaming_ctrl_mercury()
1299 return mxl111sf_ep5_streaming_ctrl(fe, onoff); in mxl111sf_streaming_ctrl_mercury()
1301 return mxl111sf_ep6_streaming_ctrl(fe, onoff); in mxl111sf_streaming_ctrl_mercury()
1362 static int mxl111sf_streaming_ctrl_mercury_mh(struct dvb_frontend *fe, int onoff) in mxl111sf_streaming_ctrl_mercury_mh() argument
1364 pr_debug("%s: fe=%d onoff=%d\n", __func__, fe->id, onoff); in mxl111sf_streaming_ctrl_mercury_mh()
1367 return mxl111sf_ep4_streaming_ctrl(fe, onoff); in mxl111sf_streaming_ctrl_mercury_mh()
1369 return mxl111sf_ep5_streaming_ctrl(fe, onoff); in mxl111sf_streaming_ctrl_mercury_mh()
1371 return mxl111sf_ep6_streaming_ctrl(fe, onoff); in mxl111sf_streaming_ctrl_mercury_mh()