Searched refs:rpmsg_eptdev (Results 1 – 1 of 1) sorted by relevance
39 #define dev_to_eptdev(dev) container_of(dev, struct rpmsg_eptdev, dev)40 #define cdev_to_eptdev(i_cdev) container_of(i_cdev, struct rpmsg_eptdev, cdev)58 struct rpmsg_eptdev { struct79 struct rpmsg_eptdev *eptdev = dev_to_eptdev(dev); in rpmsg_chrdev_eptdev_destroy() argument104 struct rpmsg_eptdev *eptdev = priv; in rpmsg_ept_cb()125 struct rpmsg_eptdev *eptdev = priv; in rpmsg_ept_flow_cb()137 struct rpmsg_eptdev *eptdev = cdev_to_eptdev(inode->i_cdev); in rpmsg_eptdev_open()181 struct rpmsg_eptdev *eptdev = cdev_to_eptdev(inode->i_cdev); in rpmsg_eptdev_release()205 struct rpmsg_eptdev *eptdev = filp->private_data; in rpmsg_eptdev_read_iter()253 struct rpmsg_eptdev *eptdev = filp->private_data; in rpmsg_eptdev_write_iter()[all …]