Lines Matching refs:rc_dev
40 void lirc_raw_event(struct rc_dev *dev, struct ir_raw_event ev) in lirc_raw_event()
111 void lirc_scancode_event(struct rc_dev *dev, struct lirc_scancode *lsc) in lirc_scancode_event()
129 struct rc_dev *dev = container_of(inode->i_cdev, struct rc_dev, in lirc_open()
197 struct rc_dev *dev = fh->rc; in lirc_close()
220 struct rc_dev *dev = fh->rc; in lirc_transmit()
365 struct rc_dev *dev = fh->rc; in lirc_ioctl()
585 struct rc_dev *rcdev = fh->rc; in lirc_poll()
609 struct rc_dev *rcdev = fh->rc; in lirc_read_mode2()
647 struct rc_dev *rcdev = fh->rc; in lirc_read_scancode()
686 struct rc_dev *rcdev = fh->rc; in lirc_read()
713 struct rc_dev *rcdev = container_of(ld, struct rc_dev, lirc_dev); in lirc_release_device()
718 int lirc_register(struct rc_dev *dev) in lirc_register()
772 void lirc_unregister(struct rc_dev *dev) in lirc_unregister()
816 struct rc_dev *rc_dev_get_from_fd(int fd, bool write) in rc_dev_get_from_fd()
820 struct rc_dev *dev; in rc_dev_get_from_fd()