aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/dvb-usb-v2/dvb_usb.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/usb/dvb-usb-v2/dvb_usb.h')
-rw-r--r--drivers/media/usb/dvb-usb-v2/dvb_usb.h3
1 files changed, 3 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 124b4baa7e97..14e111e13e54 100644
--- a/drivers/media/usb/dvb-usb-v2/dvb_usb.h
+++ b/drivers/media/usb/dvb-usb-v2/dvb_usb.h
@@ -214,6 +214,7 @@ struct dvb_usb_adapter_properties {
214 * @read_config: called to resolve device configuration 214 * @read_config: called to resolve device configuration
215 * @read_mac_address: called to resolve adapter mac-address 215 * @read_mac_address: called to resolve adapter mac-address
216 * @frontend_attach: called to attach the possible frontends 216 * @frontend_attach: called to attach the possible frontends
217 * @frontend_detach: called to detach the possible frontends
217 * @tuner_attach: called to attach the possible tuners 218 * @tuner_attach: called to attach the possible tuners
218 * @frontend_ctrl: called to power on/off active frontend 219 * @frontend_ctrl: called to power on/off active frontend
219 * @streaming_ctrl: called to start/stop the usb streaming of adapter 220 * @streaming_ctrl: called to start/stop the usb streaming of adapter
@@ -254,7 +255,9 @@ struct dvb_usb_device_properties {
254 int (*read_config) (struct dvb_usb_device *d); 255 int (*read_config) (struct dvb_usb_device *d);
255 int (*read_mac_address) (struct dvb_usb_adapter *, u8 []); 256 int (*read_mac_address) (struct dvb_usb_adapter *, u8 []);
256 int (*frontend_attach) (struct dvb_usb_adapter *); 257 int (*frontend_attach) (struct dvb_usb_adapter *);
258 int (*frontend_detach)(struct dvb_usb_adapter *);
257 int (*tuner_attach) (struct dvb_usb_adapter *); 259 int (*tuner_attach) (struct dvb_usb_adapter *);
260 int (*tuner_detach)(struct dvb_usb_adapter *);
258 int (*frontend_ctrl) (struct dvb_frontend *, int); 261 int (*frontend_ctrl) (struct dvb_frontend *, int);
259 int (*streaming_ctrl) (struct dvb_frontend *, int); 262 int (*streaming_ctrl) (struct dvb_frontend *, int);
260 int (*init) (struct dvb_usb_device *); 263 int (*init) (struct dvb_usb_device *);