Home
last modified time | relevance | path

Searched defs:glink_channel (Results 1 – 1 of 1) sorted by relevance

/drivers/rpmsg/
Dqcom_glink_native.c154 struct glink_channel { struct
155 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