Searched refs:smd_channel (Results 1 – 3 of 3) sorted by relevance
203 struct rpmsg_endpoint *smd_channel; member
1333 wcn->smd_channel = qcom_wcnss_open_channel(wcnss, "WLAN_CTRL", wcn36xx_smd_rsp_process, hw); in wcn36xx_probe()1334 if (IS_ERR(wcn->smd_channel)) { in wcn36xx_probe()1336 ret = PTR_ERR(wcn->smd_channel); in wcn36xx_probe()1383 rpmsg_destroy_ept(wcn->smd_channel); in wcn36xx_remove()
263 ret = rpmsg_send(wcn->smd_channel, wcn->hal_buf, len); in wcn36xx_smd_send_and_wait()