Searched refs:frontend_ctrl (Results 1 – 7 of 7) sorted by relevance
231 int ret = (adap->props.frontend_ctrl) ? in dvb_usb_set_active_fe()232 adap->props.frontend_ctrl(fe, onoff) : 0; in dvb_usb_set_active_fe()
164 int (*frontend_ctrl) (struct dvb_frontend *, int); member
262 int (*frontend_ctrl) (struct dvb_frontend *, int); member
586 if (d->props->frontend_ctrl) { in dvb_usb_fe_init()587 ret = d->props->frontend_ctrl(fe, 1); in dvb_usb_fe_init()628 if (d->props->frontend_ctrl) { in dvb_usb_fe_sleep()629 ret = d->props->frontend_ctrl(fe, 0); in dvb_usb_fe_sleep()
1405 .frontend_ctrl = anysee_frontend_ctrl,
1683 .frontend_ctrl = rtl28xxu_frontend_ctrl,
889 if (d->props->frontend_ctrl) in rtl2832_sdr_start_streaming()890 d->props->frontend_ctrl(pdata->dvb_frontend, 1); in rtl2832_sdr_start_streaming()947 if (d->props->frontend_ctrl) in rtl2832_sdr_stop_streaming()948 d->props->frontend_ctrl(pdata->dvb_frontend, 0); in rtl2832_sdr_stop_streaming()