Home
last modified time | relevance | path

Searched refs:to_glink_channel (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/rpmsg/
H A Dqcom_glink_native.c185 #define to_glink_channel(_ept) container_of(_ept, struct glink_channel, ept) macro
1048 struct glink_channel *channel = to_glink_channel(ept); in qcom_glink_set_flow_control()
1243 struct glink_channel *parent = to_glink_channel(rpdev->ept); in qcom_glink_create_ept()
1280 struct glink_channel *channel = to_glink_channel(rpdev->ept); in qcom_glink_announce_create()
1318 struct glink_channel *channel = to_glink_channel(ept); in qcom_glink_destroy_ept()
1453 struct glink_channel *channel = to_glink_channel(ept); in qcom_glink_send()
1460 struct glink_channel *channel = to_glink_channel(ept); in qcom_glink_trysend()
1467 struct glink_channel *channel = to_glink_channel(ept); in qcom_glink_sendto()
1474 struct glink_channel *channel = to_glink_channel(ept); in qcom_glink_trysendto()
1761 struct glink_channel *channel = to_glink_channel(rpdev->ept); in qcom_glink_device_release()