Searched refs:frontend_ctrl (Results 1 – 7 of 7) sorted by relevance
238 int ret = (adap->props.frontend_ctrl) ? in dvb_usb_set_active_fe()239 adap->props.frontend_ctrl(fe, onoff) : 0; in dvb_usb_set_active_fe()
165 int (*frontend_ctrl) (struct dvb_frontend *, int); member
266 int (*frontend_ctrl) (struct dvb_frontend *, int); member
582 if (d->props->frontend_ctrl) { in dvb_usb_fe_init()583 ret = d->props->frontend_ctrl(fe, 1); in dvb_usb_fe_init()624 if (d->props->frontend_ctrl) { in dvb_usb_fe_sleep()625 ret = d->props->frontend_ctrl(fe, 0); in dvb_usb_fe_sleep()
1401 .frontend_ctrl = anysee_frontend_ctrl,
1843 .frontend_ctrl = rtl28xxu_frontend_ctrl,
883 if (d->props->frontend_ctrl) in rtl2832_sdr_start_streaming()884 d->props->frontend_ctrl(pdata->dvb_frontend, 1); in rtl2832_sdr_start_streaming()950 if (d->props->frontend_ctrl) in rtl2832_sdr_stop_streaming()951 d->props->frontend_ctrl(pdata->dvb_frontend, 0); in rtl2832_sdr_stop_streaming()