Home
last modified time | relevance | path

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

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