Searched refs:smd_channel (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wcn36xx/ |
H A D | main.c | 1422 wcn->smd_channel = qcom_wcnss_open_channel(wcnss, "WLAN_CTRL", wcn36xx_smd_rsp_process, hw); in wcn36xx_probe() 1423 if (IS_ERR(wcn->smd_channel)) { in wcn36xx_probe() 1425 ret = PTR_ERR(wcn->smd_channel); in wcn36xx_probe() 1454 rpmsg_destroy_ept(wcn->smd_channel); in wcn36xx_probe() 1474 rpmsg_destroy_ept(wcn->smd_channel); in wcn36xx_remove()
|
H A D | wcn36xx.h | 209 struct rpmsg_endpoint *smd_channel; member
|
H A D | smd.c | 427 ret = rpmsg_send(wcn->smd_channel, wcn->hal_buf, len); in wcn36xx_smd_send_and_wait()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wcn36xx/ |
H A D | wcn36xx.h | 234 struct rpmsg_endpoint *smd_channel; member
|
H A D | main.c | 1608 wcn->smd_channel = qcom_wcnss_open_channel(wcnss, "WLAN_CTRL", wcn36xx_smd_rsp_process, hw); in wcn36xx_probe() 1609 if (IS_ERR(wcn->smd_channel)) { in wcn36xx_probe() 1611 ret = PTR_ERR(wcn->smd_channel); in wcn36xx_probe() 1640 rpmsg_destroy_ept(wcn->smd_channel); in wcn36xx_probe() 1660 rpmsg_destroy_ept(wcn->smd_channel); in wcn36xx_remove()
|
H A D | smd.c | 434 ret = rpmsg_send(wcn->smd_channel, wcn->hal_buf, len); in wcn36xx_smd_send_and_wait() 3173 ret = rpmsg_send(wcn->smd_channel, wcn->hal_buf, msg_body.header.len); in wcn36xx_smd_wlan_host_suspend_ind()
|
Completed in 12 milliseconds