Lines Matching refs:rpmsg_eptdev
36 #define dev_to_eptdev(dev) container_of(dev, struct rpmsg_eptdev, dev)
37 #define cdev_to_eptdev(i_cdev) container_of(i_cdev, struct rpmsg_eptdev, cdev)
66 struct rpmsg_eptdev { struct
83 struct rpmsg_eptdev *eptdev = dev_to_eptdev(dev); in rpmsg_eptdev_destroy() argument
104 struct rpmsg_eptdev *eptdev = priv; in rpmsg_ept_cb()
125 struct rpmsg_eptdev *eptdev = cdev_to_eptdev(inode->i_cdev); in rpmsg_eptdev_open()
150 struct rpmsg_eptdev *eptdev = cdev_to_eptdev(inode->i_cdev); in rpmsg_eptdev_release()
172 struct rpmsg_eptdev *eptdev = filp->private_data; in rpmsg_eptdev_read_iter()
220 struct rpmsg_eptdev *eptdev = filp->private_data; in rpmsg_eptdev_write_iter()
259 struct rpmsg_eptdev *eptdev = filp->private_data; in rpmsg_eptdev_poll()
278 struct rpmsg_eptdev *eptdev = fp->private_data; in rpmsg_eptdev_ioctl()
300 struct rpmsg_eptdev *eptdev = dev_get_drvdata(dev); in name_show()
309 struct rpmsg_eptdev *eptdev = dev_get_drvdata(dev); in src_show()
318 struct rpmsg_eptdev *eptdev = dev_get_drvdata(dev); in dst_show()
330 ATTRIBUTE_GROUPS(rpmsg_eptdev);
334 struct rpmsg_eptdev *eptdev = dev_to_eptdev(dev); in rpmsg_eptdev_release_device()
346 struct rpmsg_eptdev *eptdev; in rpmsg_eptdev_create()