Home
last modified time | relevance | path

Searched defs:qmi (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/soc/qcom/
H A Dqmi_interface.c32 static void qmi_recv_new_server(struct qmi_handle *qmi, in qmi_recv_new_server()
73 static void qmi_recv_del_server(struct qmi_handle *qmi, in qmi_recv_del_server()
103 static void qmi_recv_bye(struct qmi_handle *qmi, in qmi_recv_bye()
122 static void qmi_recv_del_client(struct qmi_handle *qmi, in qmi_recv_del_client()
131 static void qmi_recv_ctrl_pkt(struct qmi_handle *qmi, in qmi_recv_ctrl_pkt()
165 static void qmi_send_new_lookup(struct qmi_handle *qmi, struct qmi_service *svc) in qmi_send_new_lookup()
207 int qmi_add_lookup(struct qmi_handle *qmi, unsigned int service, in qmi_add_lookup()
228 static void qmi_send_new_server(struct qmi_handle *qmi, struct qmi_service *svc) in qmi_send_new_server()
271 int qmi_add_server(struct qmi_handle *qmi, unsigned int service, in qmi_add_server()
308 int qmi_txn_init(struct qmi_handle *qmi, struct qmi_txn *txn, in qmi_txn_init()
[all …]
H A Dpdr_interface.c73 static int pdr_locator_new_server(struct qmi_handle *qmi, in pdr_locator_new_server()
94 static void pdr_locator_del_server(struct qmi_handle *qmi, in pdr_locator_del_server()
191 static int pdr_notifier_new_server(struct qmi_handle *qmi, in pdr_notifier_new_server()
215 static void pdr_notifier_del_server(struct qmi_handle *qmi, in pdr_notifier_del_server()
294 static void pdr_indication_cb(struct qmi_handle *qmi, in pdr_indication_cb()
H A Dqcom_pd_mapper.c149 static void qcom_pdm_get_domain_list(struct qmi_handle *qmi, in qcom_pdm_get_domain_list()
215 static void qcom_pdm_pfr(struct qmi_handle *qmi, in qcom_pdm_pfr()
/linux/drivers/net/wireless/ath/ath10k/
H A Dqmi.c32 static int ath10k_qmi_map_msa_permission(struct ath10k_qmi *qmi, in ath10k_qmi_map_msa_permission()
64 static int ath10k_qmi_unmap_msa_permission(struct ath10k_qmi *qmi, in ath10k_qmi_unmap_msa_permission()
88 static int ath10k_qmi_setup_msa_permissions(struct ath10k_qmi *qmi) in ath10k_qmi_setup_msa_permissions()
110 static void ath10k_qmi_remove_msa_permission(struct ath10k_qmi *qmi) in ath10k_qmi_remove_msa_permission()
121 static int ath10k_qmi_msa_mem_info_send_sync_msg(struct ath10k_qmi *qmi) in ath10k_qmi_msa_mem_info_send_sync_msg()
199 static int ath10k_qmi_msa_ready_send_sync_msg(struct ath10k_qmi *qmi) in ath10k_qmi_msa_ready_send_sync_msg()
238 static int ath10k_qmi_bdf_dnld_send_sync(struct ath10k_qmi *qmi) in ath10k_qmi_bdf_dnld_send_sync()
324 static int ath10k_qmi_send_cal_report_req(struct ath10k_qmi *qmi) in ath10k_qmi_send_cal_report_req()
384 struct ath10k_qmi *qmi = ar_snoc->qmi; in ath10k_qmi_mode_send_sync_msg() local
433 struct ath10k_qmi *qmi = ar_snoc->qmi; in ath10k_qmi_cfg_send_sync_msg() local
[all …]
H A Dsnoc.h80 struct ath10k_qmi *qmi; member
/linux/drivers/net/ipa/
H A Dipa_qmi.c83 struct qmi_handle *qmi = &ipa_qmi->server_handle; in ipa_server_init_complete() local
151 static void ipa_server_bye(struct qmi_handle *qmi, unsigned int node) in ipa_server_bye()
175 static void ipa_server_indication_register(struct qmi_handle *qmi, in ipa_server_indication_register()
204 static void ipa_server_driver_init_complete(struct qmi_handle *qmi, in ipa_server_driver_init_complete()
252 static void ipa_client_init_driver(struct qmi_handle *qmi, in ipa_client_init_driver()
406 struct qmi_handle *qmi; in ipa_client_init_driver_work() local
448 ipa_client_new_server(struct qmi_handle *qmi, struct qmi_service *svc) in ipa_client_new_server()
H A Dipa.h131 struct ipa_qmi qmi; member
/linux/drivers/net/wireless/ath/ath11k/
H A Dqmi.c2935 ath11k_qmi_driver_event_post(struct ath11k_qmi *qmi, in ath11k_qmi_driver_event_post()
2957 static int ath11k_qmi_event_mem_request(struct ath11k_qmi *qmi) in ath11k_qmi_event_mem_request()
2971 static int ath11k_qmi_event_load_bdf(struct ath11k_qmi *qmi) in ath11k_qmi_event_load_bdf()
3001 static int ath11k_qmi_event_server_arrive(struct ath11k_qmi *qmi) in ath11k_qmi_event_server_arrive()
3036 struct ath11k_qmi *qmi = container_of(qmi_hdl, struct ath11k_qmi, handle); in ath11k_qmi_msg_mem_request_cb() local
3082 struct ath11k_qmi *qmi = container_of(qmi_hdl, struct ath11k_qmi, handle); in ath11k_qmi_msg_mem_ready_cb() local
3094 struct ath11k_qmi *qmi = container_of(qmi_hdl, struct ath11k_qmi, handle); in ath11k_qmi_msg_fw_ready_cb() local
3112 struct ath11k_qmi *qmi = container_of(qmi_hdl, in ath11k_qmi_msg_cold_boot_cal_done_cb() local
3126 struct ath11k_qmi *qmi = container_of(qmi_hdl, in ath11k_qmi_msg_fw_init_done_cb() local
3180 struct ath11k_qmi *qmi = container_of(qmi_hdl, struct ath11k_qmi, handle); in ath11k_qmi_ops_new_server() local
[all …]
H A Dcore.h910 struct ath11k_qmi qmi; member
/linux/drivers/net/wireless/ath/ath12k/
H A Dqmi.c3455 ath12k_qmi_driver_event_post(struct ath12k_qmi *qmi, in ath12k_qmi_driver_event_post()
3479 struct ath12k_qmi *qmi = &ab->qmi; in ath12k_qmi_trigger_host_cap() local
3536 int ath12k_qmi_event_server_arrive(struct ath12k_qmi *qmi) in ath12k_qmi_event_server_arrive()
3573 int ath12k_qmi_event_mem_request(struct ath12k_qmi *qmi) in ath12k_qmi_event_mem_request()
3589 int ath12k_qmi_event_load_bdf(struct ath12k_qmi *qmi) in ath12k_qmi_event_load_bdf()
3632 struct ath12k_qmi *qmi = container_of(qmi_hdl, struct ath12k_qmi, handle); in ath12k_qmi_msg_mem_request_cb() local
3677 struct ath12k_qmi *qmi = container_of(qmi_hdl, struct ath12k_qmi, handle); in ath12k_qmi_msg_mem_ready_cb() local
3689 struct ath12k_qmi *qmi = container_of(qmi_hdl, struct ath12k_qmi, handle); in ath12k_qmi_msg_fw_ready_cb() local
3726 struct ath12k_qmi *qmi = container_of(qmi_hdl, struct ath12k_qmi, handle); in ath12k_qmi_ops_new_server() local
3751 struct ath12k_qmi *qmi = container_of(qmi_hdl, struct ath12k_qmi, handle); in ath12k_qmi_ops_del_server() local
[all …]
H A Dqmi.h609 static inline void ath12k_qmi_set_event_block(struct ath12k_qmi *qmi, bool block) in ath12k_qmi_set_event_block()
616 static inline bool ath12k_qmi_get_event_block(struct ath12k_qmi *qmi) in ath12k_qmi_get_event_block()
H A Dcore.h1036 struct ath12k_qmi qmi; member
/linux/samples/qmi/
H A Dqmi_sample_client.c304 struct qmi_handle *qmi = file->private_data; in ping_write() local
336 static void ping_pong_cb(struct qmi_handle *qmi, struct sockaddr_qrtr *sq, in ping_pong_cb()
372 struct qmi_handle *qmi = file->private_data; in data_write() local
444 struct qmi_handle qmi; member
533 static int qmi_sample_new_server(struct qmi_handle *qmi, in qmi_sample_new_server()
562 static void qmi_sample_del_server(struct qmi_handle *qmi, in qmi_sample_del_server()
/linux/drivers/slimbus/
H A Dqcom-ngd-ctrl.c122 struct qmi_handle qmi; member
151 struct qcom_slim_ngd_qmi qmi; member
1366 struct qcom_slim_ngd_qmi *qmi = in qcom_slim_ngd_qmi_new_server() local
1383 struct qcom_slim_ngd_qmi *qmi = in qcom_slim_ngd_qmi_del_server() local
1400 struct qcom_slim_ngd_qmi *qmi = &ctrl->qmi; in qcom_slim_ngd_qmi_svc_event_init() local
1419 static void qcom_slim_ngd_qmi_svc_event_deinit(struct qcom_slim_ngd_qmi *qmi) in qcom_slim_ngd_qmi_svc_event_deinit()
/linux/include/linux/soc/qcom/
H A Dqmi.h168 struct qmi_handle *qmi; member