Home
last modified time | relevance | path

Searched refs:rc_driver_type (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/include/media/
H A Drc-core.h19 * enum rc_driver_type - type of the RC driver.
27 enum rc_driver_type { enum
176 enum rc_driver_type driver_type;
243 * @rc_driver_type: specifies the type of the RC output to be allocated
246 struct rc_dev *rc_allocate_device(enum rc_driver_type);
252 * @rc_driver_type: specifies the type of the RC output to be allocated
255 struct rc_dev *devm_rc_allocate_device(struct device *dev, enum rc_driver_type);
/kernel/linux/linux-6.6/include/media/
H A Drc-core.h19 * enum rc_driver_type - type of the RC driver.
27 enum rc_driver_type { enum
172 enum rc_driver_type driver_type;
237 * @rc_driver_type: specifies the type of the RC output to be allocated
240 struct rc_dev *rc_allocate_device(enum rc_driver_type);
246 * @rc_driver_type: specifies the type of the RC output to be allocated
249 struct rc_dev *devm_rc_allocate_device(struct device *dev, enum rc_driver_type);
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/
H A Ddvb-usb.h208 enum rc_driver_type driver_type;
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb-v2/
H A Ddvb_usb.h132 enum rc_driver_type driver_type;
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb-v2/
H A Ddvb_usb.h133 enum rc_driver_type driver_type;
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb/
H A Ddvb-usb.h212 enum rc_driver_type driver_type;
/kernel/linux/linux-5.10/drivers/media/rc/
H A Drc-main.c1699 struct rc_dev *rc_allocate_device(enum rc_driver_type type) in rc_allocate_device()
1760 enum rc_driver_type type) in devm_rc_allocate_device()
/kernel/linux/linux-6.6/drivers/media/rc/
H A Drc-main.c1700 struct rc_dev *rc_allocate_device(enum rc_driver_type type) in rc_allocate_device()
1761 enum rc_driver_type type) in devm_rc_allocate_device()

Completed in 11 milliseconds