Lines Matching refs:rpmsg_eptdev

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)
56 struct rpmsg_eptdev { struct
75 struct rpmsg_eptdev *eptdev = dev_to_eptdev(dev); in rpmsg_chrdev_eptdev_destroy() argument
99 struct rpmsg_eptdev *eptdev = priv; in rpmsg_ept_cb()
120 struct rpmsg_eptdev *eptdev = cdev_to_eptdev(inode->i_cdev); in rpmsg_eptdev_open()
158 struct rpmsg_eptdev *eptdev = cdev_to_eptdev(inode->i_cdev); in rpmsg_eptdev_release()
181 struct rpmsg_eptdev *eptdev = filp->private_data; in rpmsg_eptdev_read_iter()
229 struct rpmsg_eptdev *eptdev = filp->private_data; in rpmsg_eptdev_write_iter()
271 struct rpmsg_eptdev *eptdev = filp->private_data; in rpmsg_eptdev_poll()
290 struct rpmsg_eptdev *eptdev = fp->private_data; in rpmsg_eptdev_ioctl()
316 struct rpmsg_eptdev *eptdev = dev_get_drvdata(dev); in name_show()
325 struct rpmsg_eptdev *eptdev = dev_get_drvdata(dev); in src_show()
334 struct rpmsg_eptdev *eptdev = dev_get_drvdata(dev); in dst_show()
346 ATTRIBUTE_GROUPS(rpmsg_eptdev);
350 struct rpmsg_eptdev *eptdev = dev_to_eptdev(dev); in rpmsg_eptdev_release_device()
357 static struct rpmsg_eptdev *rpmsg_chrdev_eptdev_alloc(struct rpmsg_device *rpdev, in rpmsg_chrdev_eptdev_alloc()
360 struct rpmsg_eptdev *eptdev; in rpmsg_chrdev_eptdev_alloc()
387 static int rpmsg_chrdev_eptdev_add(struct rpmsg_eptdev *eptdev, struct rpmsg_channel_info chinfo) in rpmsg_chrdev_eptdev_add()
428 struct rpmsg_eptdev *eptdev; in rpmsg_chrdev_eptdev_create()
441 struct rpmsg_eptdev *eptdev; in rpmsg_chrdev_probe()