Searched refs:qcom_wcnss_open_channel (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/linux/soc/qcom/ |
H A D | wcnss_ctrl.h | 9 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 D | btqcomsmd.c | 153 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 D | wcnss_ctrl.c | 279 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 D | main.c | 1611 wcn->smd_channel = qcom_wcnss_open_channel(wcnss, "WLAN_CTRL", wcn36xx_smd_rsp_process, hw); in wcn36xx_probe()
|