Lines Matching refs:onoff

254 static int mxl111sf_power_ctrl(struct dvb_usb_device *d, int onoff)
343 static int mxl111sf_ep6_streaming_ctrl(struct dvb_frontend *fe, int onoff) in mxl111sf_ep6_streaming_ctrl() argument
349 pr_debug("%s(%d)\n", __func__, onoff); in mxl111sf_ep6_streaming_ctrl()
351 if (onoff) { in mxl111sf_ep6_streaming_ctrl()
368 static int mxl111sf_ep5_streaming_ctrl(struct dvb_frontend *fe, int onoff) in mxl111sf_ep5_streaming_ctrl() argument
373 pr_debug("%s(%d)\n", __func__, onoff); in mxl111sf_ep5_streaming_ctrl()
375 if (onoff) { in mxl111sf_ep5_streaming_ctrl()
388 ret = mxl111sf_config_spi(state, onoff); in mxl111sf_ep5_streaming_ctrl()
394 static int mxl111sf_ep4_streaming_ctrl(struct dvb_frontend *fe, int onoff) in mxl111sf_ep4_streaming_ctrl() argument
399 pr_debug("%s(%d)\n", __func__, onoff); in mxl111sf_ep4_streaming_ctrl()
401 if (onoff) { in mxl111sf_ep4_streaming_ctrl()
1187 static int mxl111sf_streaming_ctrl_atsc_mh(struct dvb_frontend *fe, int onoff) in mxl111sf_streaming_ctrl_atsc_mh() argument
1189 pr_debug("%s: fe=%d onoff=%d\n", __func__, fe->id, onoff); in mxl111sf_streaming_ctrl_atsc_mh()
1192 return mxl111sf_ep6_streaming_ctrl(fe, onoff); in mxl111sf_streaming_ctrl_atsc_mh()
1194 return mxl111sf_ep4_streaming_ctrl(fe, onoff); in mxl111sf_streaming_ctrl_atsc_mh()
1196 return mxl111sf_ep5_streaming_ctrl(fe, onoff); in mxl111sf_streaming_ctrl_atsc_mh()
1263 static int mxl111sf_streaming_ctrl_mercury(struct dvb_frontend *fe, int onoff) in mxl111sf_streaming_ctrl_mercury() argument
1265 pr_debug("%s: fe=%d onoff=%d\n", __func__, fe->id, onoff); in mxl111sf_streaming_ctrl_mercury()
1268 return mxl111sf_ep6_streaming_ctrl(fe, onoff); in mxl111sf_streaming_ctrl_mercury()
1270 return mxl111sf_ep4_streaming_ctrl(fe, onoff); in mxl111sf_streaming_ctrl_mercury()
1272 return mxl111sf_ep5_streaming_ctrl(fe, onoff); in mxl111sf_streaming_ctrl_mercury()
1274 return mxl111sf_ep6_streaming_ctrl(fe, onoff); in mxl111sf_streaming_ctrl_mercury()
1335 static int mxl111sf_streaming_ctrl_mercury_mh(struct dvb_frontend *fe, int onoff) in mxl111sf_streaming_ctrl_mercury_mh() argument
1337 pr_debug("%s: fe=%d onoff=%d\n", __func__, fe->id, onoff); in mxl111sf_streaming_ctrl_mercury_mh()
1340 return mxl111sf_ep4_streaming_ctrl(fe, onoff); in mxl111sf_streaming_ctrl_mercury_mh()
1342 return mxl111sf_ep5_streaming_ctrl(fe, onoff); in mxl111sf_streaming_ctrl_mercury_mh()
1344 return mxl111sf_ep6_streaming_ctrl(fe, onoff); in mxl111sf_streaming_ctrl_mercury_mh()