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)
58 struct rpmsg_eptdev { struct
79 struct rpmsg_eptdev *eptdev = dev_to_eptdev(dev); in rpmsg_chrdev_eptdev_destroy() argument
104 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()
295 struct rpmsg_eptdev *eptdev = filp->private_data; in rpmsg_eptdev_poll()
319 struct rpmsg_eptdev *eptdev = fp->private_data; in rpmsg_eptdev_ioctl()
366 struct rpmsg_eptdev *eptdev = dev_get_drvdata(dev); in name_show()
375 struct rpmsg_eptdev *eptdev = dev_get_drvdata(dev); in src_show()
384 struct rpmsg_eptdev *eptdev = dev_get_drvdata(dev); in dst_show()
396 ATTRIBUTE_GROUPS(rpmsg_eptdev);
400 struct rpmsg_eptdev *eptdev = dev_to_eptdev(dev); in rpmsg_eptdev_release_device()
407 static struct rpmsg_eptdev *rpmsg_chrdev_eptdev_alloc(struct rpmsg_device *rpdev, in rpmsg_chrdev_eptdev_alloc()
410 struct rpmsg_eptdev *eptdev; in rpmsg_chrdev_eptdev_alloc()
437 static int rpmsg_chrdev_eptdev_add(struct rpmsg_eptdev *eptdev, struct rpmsg_channel_info chinfo) in rpmsg_chrdev_eptdev_add()
478 struct rpmsg_eptdev *eptdev; in rpmsg_chrdev_eptdev_create()
491 struct rpmsg_eptdev *eptdev; in rpmsg_chrdev_probe()