Searched refs:frontend_ctrl (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/media/usb/dvb-usb/
H A Ddvb-usb-dvb.c237 int ret = (adap->props.frontend_ctrl) ?
238 adap->props.frontend_ctrl(fe, onoff) : 0;
241 err("frontend_ctrl request failed");
H A Ddvb-usb.h168 int (*frontend_ctrl) (struct dvb_frontend *, int); member in struct:dvb_usb_adapter_properties
/linux-master/drivers/media/usb/dvb-usb-v2/
H A Ddvb_usb.h214 * @frontend_ctrl: called to power on/off active frontend
258 int (*frontend_ctrl) (struct dvb_frontend *, int); member in struct:dvb_usb_device_properties
H A Ddvb_usb_core.c570 if (d->props->frontend_ctrl) {
571 ret = d->props->frontend_ctrl(fe, 1);
612 if (d->props->frontend_ctrl) {
613 ret = d->props->frontend_ctrl(fe, 0);
H A Danysee.c1377 .frontend_ctrl = anysee_frontend_ctrl,
H A Drtl28xxu.c1890 .frontend_ctrl = rtl28xxu_frontend_ctrl,
/linux-master/drivers/media/dvb-frontends/
H A Drtl2832_sdr.c868 if (d->props->frontend_ctrl)
869 d->props->frontend_ctrl(pdata->dvb_frontend, 1);
935 if (d->props->frontend_ctrl)
936 d->props->frontend_ctrl(pdata->dvb_frontend, 0);

Completed in 294 milliseconds