Home
last modified time | relevance | path

Searched refs:coex_qmi (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/platform/cnss2/
H A Dqmi.c3752 ret = qmi_txn_init(&plat_priv->coex_qmi, &txn, in coex_antenna_switch_to_wlan_send_sync_msg()
3761 (&plat_priv->coex_qmi, NULL, &txn, in coex_antenna_switch_to_wlan_send_sync_msg()
3823 ret = qmi_txn_init(&plat_priv->coex_qmi, &txn, in coex_antenna_switch_to_mdm_send_sync_msg()
3832 (&plat_priv->coex_qmi, NULL, &txn, in coex_antenna_switch_to_mdm_send_sync_msg()
3902 container_of(qmi, struct cnss_plat_data, coex_qmi); in coex_new_server()
3928 container_of(qmi, struct cnss_plat_data, coex_qmi); in coex_del_server()
3943 ret = qmi_handle_init(&plat_priv->coex_qmi, in cnss_register_coex_service()
3949 ret = qmi_add_lookup(&plat_priv->coex_qmi, COEX_SERVICE_ID_V01, in cnss_register_coex_service()
3956 qmi_handle_release(&plat_priv->coex_qmi); in cnss_unregister_coex_service()
H A Dmain.h599 struct qmi_handle coex_qmi; member