Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/ath/wcn36xx/
Dwcn36xx.h233 struct rpmsg_endpoint *smd_channel; member
Dmain.c1679 wcn->smd_channel = qcom_wcnss_open_channel(wcnss, "WLAN_CTRL", wcn36xx_smd_rsp_process, hw); in wcn36xx_probe()
1680 if (IS_ERR(wcn->smd_channel)) { in wcn36xx_probe()
1682 ret = PTR_ERR(wcn->smd_channel); in wcn36xx_probe()
1711 rpmsg_destroy_ept(wcn->smd_channel); in wcn36xx_probe()
1731 rpmsg_destroy_ept(wcn->smd_channel); in wcn36xx_remove()
Dsmd.c433 ret = rpmsg_send(wcn->smd_channel, wcn->hal_buf, len); in wcn36xx_smd_send_and_wait()
3214 ret = rpmsg_send(wcn->smd_channel, wcn->hal_buf, msg_body.header.len); in wcn36xx_smd_wlan_host_suspend_ind()