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()
369 struct rc_dev *dev = fh->rc; in lirc_ioctl()
591 struct rc_dev *rcdev = fh->rc; in lirc_poll()
615 struct rc_dev *rcdev = fh->rc; in lirc_read_mode2()
653 struct rc_dev *rcdev = fh->rc; in lirc_read_scancode()
692 struct rc_dev *rcdev = fh->rc; in lirc_read()
720 struct rc_dev *rcdev = container_of(ld, struct rc_dev, lirc_dev); in lirc_release_device()
725 int lirc_register(struct rc_dev *dev) in lirc_register()
779 void lirc_unregister(struct rc_dev *dev) in lirc_unregister()
825 struct rc_dev *rc_dev_get_from_fd(int fd) in rc_dev_get_from_fd()
829 struct rc_dev *dev; in rc_dev_get_from_fd()