Searched defs:rc_dev (Results 1 – 5 of 5) sorted by relevance
87 struct rc_dev { struct88 struct device dev;89 const char *input_name;90 const char *input_phys;91 struct input_id input_id;92 char *driver_name;116 int (*change_protocol)(struct rc_dev *dev, u64 rc_type); argument117 int (*open)(struct rc_dev *dev); argument118 void (*close)(struct rc_dev *dev); argument119 int (*s_tx_mask)(struct rc_dev *dev, u32 mask); argument[all …]
50 struct rc_dev *rc_dev; member
347 int em28xx_ir_change_protocol(struct rc_dev *rc_dev, u64 rc_type) in em28xx_ir_change_protocol()
771 struct rc_dev *rc_dev; in ati_remote_probe() local
447 struct rc_dev *rc_dev; member