Searched defs:glink_channel (Results 1 – 1 of 1) sorted by relevance
163 struct glink_channel { struct164 struct rpmsg_endpoint ept;166 struct rpmsg_device *rpdev;167 struct qcom_glink *glink;169 struct kref refcount;171 spinlock_t recv_lock;196 #define to_glink_channel(_ept) container_of(_ept, struct glink_channel, ept) argument