summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/dvb-usb-v2/dvb_usb.h
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2014-09-04 18:31:40 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2014-09-21 19:49:18 -0300
commit1066d77f682e84efb56fbd4e5c8bb236532eccc7 (patch)
treee0b5f01fc8688d28c53d553a504bf8a2636dc6ea /drivers/media/usb/dvb-usb-v2/dvb_usb.h
parentca42129f867fbc427d709408b3ae35988cc08ed4 (diff)
downloadlinux-1066d77f682e84efb56fbd4e5c8bb236532eccc7.tar.gz
linux-1066d77f682e84efb56fbd4e5c8bb236532eccc7.tar.bz2
linux-1066d77f682e84efb56fbd4e5c8bb236532eccc7.zip
[media] dvb-usb-v2: add tuner_detach callback
Add tuner_detach callback in order to allow custom detach. It is needed when tuner driver is implemented I2C client or some other kernel bus, but not proprietary dvb_attach / dvb_detach. Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/usb/dvb-usb-v2/dvb_usb.h')
-rw-r--r--drivers/media/usb/dvb-usb-v2/dvb_usb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/usb/dvb-usb-v2/dvb_usb.h b/drivers/media/usb/dvb-usb-v2/dvb_usb.h
index 7e36ee02f957..14e111e13e54 100644
--- a/drivers/media/usb/dvb-usb-v2/dvb_usb.h
+++ b/drivers/media/usb/dvb-usb-v2/dvb_usb.h
@@ -257,6 +257,7 @@ struct dvb_usb_device_properties {
int (*frontend_attach) (struct dvb_usb_adapter *);
int (*frontend_detach)(struct dvb_usb_adapter *);
int (*tuner_attach) (struct dvb_usb_adapter *);
+ int (*tuner_detach)(struct dvb_usb_adapter *);
int (*frontend_ctrl) (struct dvb_frontend *, int);
int (*streaming_ctrl) (struct dvb_frontend *, int);
int (*init) (struct dvb_usb_device *);