Lines Matching refs:rc_dev
38 void lirc_raw_event(struct rc_dev *dev, struct ir_raw_event ev) in lirc_raw_event()
119 void lirc_scancode_event(struct rc_dev *dev, struct lirc_scancode *lsc) in lirc_scancode_event()
137 struct rc_dev *dev = container_of(inode->i_cdev, struct rc_dev, in lirc_open()
206 struct rc_dev *dev = fh->rc; in lirc_close()
229 struct rc_dev *dev = fh->rc; in lirc_transmit()
370 struct rc_dev *dev = fh->rc; in lirc_ioctl()
592 struct rc_dev *rcdev = fh->rc; in lirc_poll()
616 struct rc_dev *rcdev = fh->rc; in lirc_read_mode2()
654 struct rc_dev *rcdev = fh->rc; in lirc_read_scancode()
693 struct rc_dev *rcdev = fh->rc; in lirc_read()
721 struct rc_dev *rcdev = container_of(ld, struct rc_dev, lirc_dev); in lirc_release_device()
726 int lirc_register(struct rc_dev *dev) in lirc_register()
780 void lirc_unregister(struct rc_dev *dev) in lirc_unregister()
826 struct rc_dev *rc_dev_get_from_fd(int fd) in rc_dev_get_from_fd()
830 struct rc_dev *dev; in rc_dev_get_from_fd()