Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/soc/qcom/
H A Dwcnss_ctrl.h9 struct rpmsg_endpoint *qcom_wcnss_open_channel(void *wcnss, const char *name,
14 static struct rpmsg_endpoint *qcom_wcnss_open_channel(void *wcnss, in qcom_wcnss_open_channel() function
/openbmc/linux/drivers/bluetooth/
H A Dbtqcomsmd.c153 btq->acl_channel = qcom_wcnss_open_channel(wcnss, "APPS_RIVA_BT_ACL", in btqcomsmd_probe()
158 btq->cmd_channel = qcom_wcnss_open_channel(wcnss, "APPS_RIVA_BT_CMD", in btqcomsmd_probe()
/openbmc/linux/drivers/soc/qcom/
H A Dwcnss_ctrl.c279 struct rpmsg_endpoint *qcom_wcnss_open_channel(void *wcnss, const char *name, rpmsg_rx_cb_t cb, voi… in qcom_wcnss_open_channel() function
290 EXPORT_SYMBOL(qcom_wcnss_open_channel);
/openbmc/linux/drivers/net/wireless/ath/wcn36xx/
H A Dmain.c1608 wcn->smd_channel = qcom_wcnss_open_channel(wcnss, "WLAN_CTRL", wcn36xx_smd_rsp_process, hw); in wcn36xx_probe()