Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/media/usb/dvb-usb/
A Ddvb-usb-dvb.c237 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()
A Ddvb-usb.h170 int (*frontend_ctrl) (struct dvb_frontend *, int); member
/linux-6.3-rc2/drivers/media/usb/dvb-usb-v2/
A Ddvb_usb.h258 int (*frontend_ctrl) (struct dvb_frontend *, int); member
A Ddvb_usb_core.c570 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()
A Danysee.c1377 .frontend_ctrl = anysee_frontend_ctrl,
A Drtl28xxu.c1870 .frontend_ctrl = rtl28xxu_frontend_ctrl,
/linux-6.3-rc2/drivers/media/dvb-frontends/
A Drtl2832_sdr.c867 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 16 milliseconds