Home
last modified time | relevance | path

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

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