Searched defs:glink_channel (Results 1 – 1 of 1) sorted by relevance
154 struct glink_channel { struct155 struct rpmsg_endpoint ept;157 struct rpmsg_device *rpdev;158 struct qcom_glink *glink;160 struct kref refcount;162 spinlock_t recv_lock;186 #define to_glink_channel(_ept) container_of(_ept, struct glink_channel, ept) argument