Lines Matching defs: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)
55 * struct rpmsg_eptdev - endpoint device context
66 struct rpmsg_eptdev {
83 struct rpmsg_eptdev *eptdev = dev_to_eptdev(dev);
104 struct rpmsg_eptdev *eptdev = priv;
125 struct rpmsg_eptdev *eptdev = cdev_to_eptdev(inode->i_cdev);
147 struct rpmsg_eptdev *eptdev = cdev_to_eptdev(inode->i_cdev);
169 struct rpmsg_eptdev *eptdev = filp->private_data;
217 struct rpmsg_eptdev *eptdev = filp->private_data;
256 struct rpmsg_eptdev *eptdev = filp->private_data;
275 struct rpmsg_eptdev *eptdev = fp->private_data;
297 struct rpmsg_eptdev *eptdev = dev_get_drvdata(dev);
306 struct rpmsg_eptdev *eptdev = dev_get_drvdata(dev);
315 struct rpmsg_eptdev *eptdev = dev_get_drvdata(dev);
327 ATTRIBUTE_GROUPS(rpmsg_eptdev);
331 struct rpmsg_eptdev *eptdev = dev_to_eptdev(dev);
342 struct rpmsg_eptdev *eptdev;