Home
last modified time | relevance | path

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

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