Lines Matching refs:onoff
259 static int mxl111sf_power_ctrl(struct dvb_usb_device *d, int onoff)
348 static int mxl111sf_ep6_streaming_ctrl(struct dvb_frontend *fe, int onoff) in mxl111sf_ep6_streaming_ctrl() argument
354 pr_debug("%s(%d)\n", __func__, onoff); in mxl111sf_ep6_streaming_ctrl()
356 if (onoff) { in mxl111sf_ep6_streaming_ctrl()
373 static int mxl111sf_ep5_streaming_ctrl(struct dvb_frontend *fe, int onoff) in mxl111sf_ep5_streaming_ctrl() argument
378 pr_debug("%s(%d)\n", __func__, onoff); in mxl111sf_ep5_streaming_ctrl()
380 if (onoff) { in mxl111sf_ep5_streaming_ctrl()
393 ret = mxl111sf_config_spi(state, onoff); in mxl111sf_ep5_streaming_ctrl()
399 static int mxl111sf_ep4_streaming_ctrl(struct dvb_frontend *fe, int onoff) in mxl111sf_ep4_streaming_ctrl() argument
404 pr_debug("%s(%d)\n", __func__, onoff); in mxl111sf_ep4_streaming_ctrl()
406 if (onoff) { in mxl111sf_ep4_streaming_ctrl()
1213 static int mxl111sf_streaming_ctrl_atsc_mh(struct dvb_frontend *fe, int onoff) in mxl111sf_streaming_ctrl_atsc_mh() argument
1215 pr_debug("%s: fe=%d onoff=%d\n", __func__, fe->id, onoff); in mxl111sf_streaming_ctrl_atsc_mh()
1218 return mxl111sf_ep6_streaming_ctrl(fe, onoff); in mxl111sf_streaming_ctrl_atsc_mh()
1220 return mxl111sf_ep4_streaming_ctrl(fe, onoff); in mxl111sf_streaming_ctrl_atsc_mh()
1222 return mxl111sf_ep5_streaming_ctrl(fe, onoff); in mxl111sf_streaming_ctrl_atsc_mh()
1289 static int mxl111sf_streaming_ctrl_mercury(struct dvb_frontend *fe, int onoff) in mxl111sf_streaming_ctrl_mercury() argument
1291 pr_debug("%s: fe=%d onoff=%d\n", __func__, fe->id, onoff); in mxl111sf_streaming_ctrl_mercury()
1294 return mxl111sf_ep6_streaming_ctrl(fe, onoff); in mxl111sf_streaming_ctrl_mercury()
1296 return mxl111sf_ep4_streaming_ctrl(fe, onoff); in mxl111sf_streaming_ctrl_mercury()
1298 return mxl111sf_ep5_streaming_ctrl(fe, onoff); in mxl111sf_streaming_ctrl_mercury()
1300 return mxl111sf_ep6_streaming_ctrl(fe, onoff); in mxl111sf_streaming_ctrl_mercury()
1361 static int mxl111sf_streaming_ctrl_mercury_mh(struct dvb_frontend *fe, int onoff) in mxl111sf_streaming_ctrl_mercury_mh() argument
1363 pr_debug("%s: fe=%d onoff=%d\n", __func__, fe->id, onoff); in mxl111sf_streaming_ctrl_mercury_mh()
1366 return mxl111sf_ep4_streaming_ctrl(fe, onoff); in mxl111sf_streaming_ctrl_mercury_mh()
1368 return mxl111sf_ep5_streaming_ctrl(fe, onoff); in mxl111sf_streaming_ctrl_mercury_mh()
1370 return mxl111sf_ep6_streaming_ctrl(fe, onoff); in mxl111sf_streaming_ctrl_mercury_mh()