Searched refs:frontend_ctrl (Results 1 – 7 of 7) sorted by relevance
237 int ret = (adap->props.frontend_ctrl) ? in dvb_usb_set_active_fe()238 adap->props.frontend_ctrl(fe, onoff) : 0; in dvb_usb_set_active_fe()
170 int (*frontend_ctrl) (struct dvb_frontend *, int); member
258 int (*frontend_ctrl) (struct dvb_frontend *, int); member
570 if (d->props->frontend_ctrl) { in dvb_usb_fe_init()571 ret = d->props->frontend_ctrl(fe, 1); in dvb_usb_fe_init()612 if (d->props->frontend_ctrl) { in dvb_usb_fe_sleep()613 ret = d->props->frontend_ctrl(fe, 0); in dvb_usb_fe_sleep()
1377 .frontend_ctrl = anysee_frontend_ctrl,
1870 .frontend_ctrl = rtl28xxu_frontend_ctrl,
867 if (d->props->frontend_ctrl) in rtl2832_sdr_start_streaming()868 d->props->frontend_ctrl(pdata->dvb_frontend, 1); in rtl2832_sdr_start_streaming()934 if (d->props->frontend_ctrl) in rtl2832_sdr_stop_streaming()935 d->props->frontend_ctrl(pdata->dvb_frontend, 0); in rtl2832_sdr_stop_streaming()
Completed in 19 milliseconds