Home
last modified time | relevance | path

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

/linux/drivers/media/usb/dvb-usb/
H A Ddvb-usb.h206 struct dvb_rc { struct
207 char *rc_codes;
208 u64 protocol;
209 u64 allowed_protos;
210 enum rc_driver_type driver_type;
211 int (*change_protocol)(struct rc_dev *dev, u64 *rc_proto);
212 char *module_name;
213 int (*rc_query) (struct dvb_usb_device *d);
214 int rc_interval;
215 bool bulk_mode; /* uses bulk mode */
[all …]