Searched defs:glink_channel (Results 1 – 1 of 1) sorted by relevance
152 struct glink_channel { struct153 struct rpmsg_endpoint ept;155 struct rpmsg_device *rpdev;156 struct qcom_glink *glink;158 struct kref refcount;160 spinlock_t recv_lock;185 #define to_glink_channel(_ept) container_of(_ept, struct glink_channel, ept) argument