Home
last modified time | relevance | path

Searched defs:dvb_rc (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/drivers/media/dvb/dvb-usb/
Ddvb-usb.h201 struct dvb_rc { struct
202 char *rc_codes;
203 u64 protocol;
204 u64 allowed_protos;
205 enum rc_driver_type driver_type;
206 int (*change_protocol)(struct rc_dev *dev, u64 rc_type);
207 char *module_name;
208 int (*rc_query) (struct dvb_usb_device *d);
209 int rc_interval;
210 bool bulk_mode; /* uses bulk mode */