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;
128 struct rpmsg_eptdev *eptdev = priv;
143 struct rpmsg_eptdev *eptdev = cdev_to_eptdev(inode->i_cdev);
187 struct rpmsg_eptdev *eptdev = cdev_to_eptdev(inode->i_cdev);
211 struct rpmsg_eptdev *eptdev = filp->private_data;
259 struct rpmsg_eptdev *eptdev = filp->private_data;
301 struct rpmsg_eptdev *eptdev = filp->private_data;
325 struct rpmsg_eptdev *eptdev = fp->private_data;
372 struct rpmsg_eptdev *eptdev = dev_get_drvdata(dev);
381 struct rpmsg_eptdev *eptdev = dev_get_drvdata(dev);
390 struct rpmsg_eptdev *eptdev = dev_get_drvdata(dev);
402 ATTRIBUTE_GROUPS(rpmsg_eptdev);
406 struct rpmsg_eptdev *eptdev = dev_to_eptdev(dev);
413 static struct rpmsg_eptdev *rpmsg_chrdev_eptdev_alloc(struct rpmsg_device *rpdev,
416 struct rpmsg_eptdev *eptdev;
443 static int rpmsg_chrdev_eptdev_add(struct rpmsg_eptdev *eptdev, struct rpmsg_channel_info chinfo)
484 struct rpmsg_eptdev *eptdev;
497 struct rpmsg_eptdev *eptdev;
517 * The rpmsg_ept_cb uses *priv parameter to get its rpmsg_eptdev context.