Lines Matching refs:rc_dev
38 void lirc_raw_event(struct rc_dev *dev, struct ir_raw_event ev) in lirc_raw_event()
109 void lirc_scancode_event(struct rc_dev *dev, struct lirc_scancode *lsc) in lirc_scancode_event()
127 struct rc_dev *dev = container_of(inode->i_cdev, struct rc_dev, in lirc_open()
195 struct rc_dev *dev = fh->rc; in lirc_close()
218 struct rc_dev *dev = fh->rc; in lirc_transmit()
359 struct rc_dev *dev = fh->rc; in lirc_ioctl()
579 struct rc_dev *rcdev = fh->rc; in lirc_poll()
603 struct rc_dev *rcdev = fh->rc; in lirc_read_mode2()
641 struct rc_dev *rcdev = fh->rc; in lirc_read_scancode()
680 struct rc_dev *rcdev = fh->rc; in lirc_read()
708 struct rc_dev *rcdev = container_of(ld, struct rc_dev, lirc_dev); in lirc_release_device()
713 int lirc_register(struct rc_dev *dev) in lirc_register()
767 void lirc_unregister(struct rc_dev *dev) in lirc_unregister()
813 struct rc_dev *rc_dev_get_from_fd(int fd) in rc_dev_get_from_fd()
817 struct rc_dev *dev; in rc_dev_get_from_fd()