Lines Matching defs: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)
43 * struct rpmsg_eptdev - endpoint device context
58 struct rpmsg_eptdev {
79 struct rpmsg_eptdev *eptdev = dev_to_eptdev(dev);
104 struct rpmsg_eptdev *eptdev = priv;
125 struct rpmsg_eptdev *eptdev = priv;
137 struct rpmsg_eptdev *eptdev = cdev_to_eptdev(inode->i_cdev);
181 struct rpmsg_eptdev *eptdev = cdev_to_eptdev(inode->i_cdev);
205 struct rpmsg_eptdev *eptdev = filp->private_data;
253 struct rpmsg_eptdev *eptdev = filp->private_data;
295 struct rpmsg_eptdev *eptdev = filp->private_data;
319 struct rpmsg_eptdev *eptdev = fp->private_data;
366 struct rpmsg_eptdev *eptdev = dev_get_drvdata(dev);
375 struct rpmsg_eptdev *eptdev = dev_get_drvdata(dev);
384 struct rpmsg_eptdev *eptdev = dev_get_drvdata(dev);
396 ATTRIBUTE_GROUPS(rpmsg_eptdev);
400 struct rpmsg_eptdev *eptdev = dev_to_eptdev(dev);
407 static struct rpmsg_eptdev *rpmsg_chrdev_eptdev_alloc(struct rpmsg_device *rpdev,
410 struct rpmsg_eptdev *eptdev;
437 static int rpmsg_chrdev_eptdev_add(struct rpmsg_eptdev *eptdev, struct rpmsg_channel_info chinfo)
478 struct rpmsg_eptdev *eptdev;
491 struct rpmsg_eptdev *eptdev;
506 * The rpmsg_ept_cb uses *priv parameter to get its rpmsg_eptdev context.