Searched refs:tuner_detach (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/media/usb/dvb-usb-v2/
H A Ddvb_usb.h213 * @tuner_detach: called to detach the possible tuners
257 int (*tuner_detach)(struct dvb_usb_adapter *); member in struct:dvb_usb_device_properties
H A Dgl861.c537 .tuner_detach = friio_tuner_detach,
H A Ddvb_usb_core.c723 if (d->props->tuner_detach) {
724 ret = d->props->tuner_detach(adap);
726 dev_dbg(&d->udev->dev, "%s: tuner_detach() failed=%d\n",
H A Daf9035.c2021 .tuner_detach = af9035_tuner_detach,
2067 .tuner_detach = it930x_tuner_detach,
H A Drtl28xxu.c1896 .tuner_detach = rtl28xxu_tuner_detach,
/linux-master/drivers/media/v4l2-core/
H A Dtuner-core.c201 static void tuner_detach(struct dvb_frontend *fe) function
217 static void tuner_detach(struct dvb_frontend *fe) function
320 tuner_detach(&t->fe);
785 tuner_detach(&t->fe);

Completed in 165 milliseconds