Searched defs:qmi (Results 1 - 14 of 14) sorted by relevance

/linux-master/drivers/net/ipa/
H A Dipa_qmi.c87 struct qmi_handle *qmi = &ipa_qmi->server_handle; local
155 static void ipa_server_bye(struct qmi_handle *qmi, unsigned int node) argument
179 static void ipa_server_indication_register(struct qmi_handle *qmi, argument
208 ipa_server_driver_init_complete(struct qmi_handle *qmi, struct sockaddr_qrtr *sq, struct qmi_txn *txn, const void *decoded) argument
256 ipa_client_init_driver(struct qmi_handle *qmi, struct sockaddr_qrtr *sq, struct qmi_txn *txn, const void *decoded) argument
410 struct qmi_handle *qmi; local
452 ipa_client_new_server(struct qmi_handle *qmi, struct qmi_service *svc) argument
[all...]
H A Dipa.h136 struct ipa_qmi qmi; member in struct:ipa
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dsnoc.h80 struct ath10k_qmi *qmi; member in struct:ath10k_snoc
H A Dqmi.c32 static int ath10k_qmi_map_msa_permission(struct ath10k_qmi *qmi, argument
64 static int ath10k_qmi_unmap_msa_permission(struct ath10k_qmi *qmi, argument
88 static int ath10k_qmi_setup_msa_permissions(struct ath10k_qmi *qmi) argument
110 ath10k_qmi_remove_msa_permission(struct ath10k_qmi *qmi) argument
121 ath10k_qmi_msa_mem_info_send_sync_msg(struct ath10k_qmi *qmi) argument
199 ath10k_qmi_msa_ready_send_sync_msg(struct ath10k_qmi *qmi) argument
238 ath10k_qmi_bdf_dnld_send_sync(struct ath10k_qmi *qmi) argument
324 ath10k_qmi_send_cal_report_req(struct ath10k_qmi *qmi) argument
384 struct ath10k_qmi *qmi = ar_snoc->qmi; local
433 struct ath10k_qmi *qmi = ar_snoc->qmi; local
572 ath10k_qmi_cap_send_sync_msg(struct ath10k_qmi *qmi) argument
653 ath10k_qmi_host_cap_send_sync(struct ath10k_qmi *qmi) argument
709 struct ath10k_qmi *qmi = ar_snoc->qmi; local
751 ath10k_qmi_ind_register_send_sync_msg(struct ath10k_qmi *qmi) argument
808 ath10k_qmi_event_server_arrive(struct ath10k_qmi *qmi) argument
855 ath10k_qmi_fetch_board_file(struct ath10k_qmi *qmi) argument
874 ath10k_qmi_driver_event_post(struct ath10k_qmi *qmi, enum ath10k_qmi_driver_event_type type, void *data) argument
896 ath10k_qmi_event_server_exit(struct ath10k_qmi *qmi) argument
911 ath10k_qmi_event_msa_ready(struct ath10k_qmi *qmi) argument
929 ath10k_qmi_event_fw_ready_ind(struct ath10k_qmi *qmi) argument
943 struct ath10k_qmi *qmi = container_of(qmi_hdl, struct ath10k_qmi, qmi_hdl); local
952 struct ath10k_qmi *qmi = container_of(qmi_hdl, struct ath10k_qmi, qmi_hdl); local
978 struct ath10k_qmi *qmi = container_of(qmi_hdl, struct ath10k_qmi, qmi_hdl); local
1005 struct ath10k_qmi *qmi = local
1028 struct ath10k_qmi *qmi = container_of(work, struct ath10k_qmi, local
1067 struct ath10k_qmi *qmi; local
1119 struct ath10k_qmi *qmi = ar_snoc->qmi; local
[all...]
/linux-master/drivers/soc/qcom/
H A Dqmi_interface.c32 static void qmi_recv_new_server(struct qmi_handle *qmi, argument
73 qmi_recv_del_server(struct qmi_handle *qmi, unsigned int node, unsigned int port) argument
103 qmi_recv_bye(struct qmi_handle *qmi, unsigned int node) argument
122 qmi_recv_del_client(struct qmi_handle *qmi, unsigned int node, unsigned int port) argument
131 qmi_recv_ctrl_pkt(struct qmi_handle *qmi, const void *buf, size_t len) argument
165 qmi_send_new_lookup(struct qmi_handle *qmi, struct qmi_service *svc) argument
207 qmi_add_lookup(struct qmi_handle *qmi, unsigned int service, unsigned int version, unsigned int instance) argument
228 qmi_send_new_server(struct qmi_handle *qmi, struct qmi_service *svc) argument
271 qmi_add_server(struct qmi_handle *qmi, unsigned int service, unsigned int version, unsigned int instance) argument
308 qmi_txn_init(struct qmi_handle *qmi, struct qmi_txn *txn, const struct qmi_elem_info *ei, void *c_struct) argument
346 struct qmi_handle *qmi = txn->qmi; local
370 struct qmi_handle *qmi = txn->qmi; local
390 qmi_invoke_handler(struct qmi_handle *qmi, struct sockaddr_qrtr *sq, struct qmi_txn *txn, const void *buf, size_t len) argument
440 qmi_handle_net_reset(struct qmi_handle *qmi) argument
472 qmi_handle_message(struct qmi_handle *qmi, struct sockaddr_qrtr *sq, const void *buf, size_t len) argument
525 struct qmi_handle *qmi = container_of(work, struct qmi_handle, work); local
571 struct qmi_handle *qmi = sk->sk_user_data; local
585 qmi_sock_create(struct qmi_handle *qmi, struct sockaddr_qrtr *sq) argument
621 qmi_handle_init(struct qmi_handle *qmi, size_t recv_buf_size, const struct qmi_ops *ops, const struct qmi_msg_handler *handlers) argument
687 qmi_handle_release(struct qmi_handle *qmi) argument
739 qmi_send_message(struct qmi_handle *qmi, struct sockaddr_qrtr *sq, struct qmi_txn *txn, int type, int msg_id, size_t len, const struct qmi_elem_info *ei, const void *c_struct) argument
792 qmi_send_request(struct qmi_handle *qmi, struct sockaddr_qrtr *sq, struct qmi_txn *txn, int msg_id, size_t len, const struct qmi_elem_info *ei, const void *c_struct) argument
813 qmi_send_response(struct qmi_handle *qmi, struct sockaddr_qrtr *sq, struct qmi_txn *txn, int msg_id, size_t len, const struct qmi_elem_info *ei, const void *c_struct) argument
833 qmi_send_indication(struct qmi_handle *qmi, struct sockaddr_qrtr *sq, int msg_id, size_t len, const struct qmi_elem_info *ei, const void *c_struct) argument
[all...]
H A Dpdr_interface.c72 static int pdr_locator_new_server(struct qmi_handle *qmi, argument
99 static void pdr_locator_del_server(struct qmi_handle *qmi, argument
196 static int pdr_notifier_new_server(struct qmi_handle *qmi, argument
220 static void pdr_notifier_del_server(struct qmi_handle *qmi, argument
299 static void pdr_indication_cb(struct qmi_handle *qmi, argument
[all...]
/linux-master/samples/qmi/
H A Dqmi_sample_client.c304 struct qmi_handle *qmi = file->private_data; local
336 static void ping_pong_cb(struct qmi_handle *qmi, struct sockaddr_qrtr *sq, argument
372 struct qmi_handle *qmi = file->private_data; local
444 struct qmi_handle qmi; member in struct:qmi_sample
535 qmi_sample_new_server(struct qmi_handle *qmi, struct qmi_service *service) argument
564 qmi_sample_del_server(struct qmi_handle *qmi, struct qmi_service *service) argument
[all...]
/linux-master/include/linux/soc/qcom/
H A Dqmi.h168 struct qmi_handle *qmi; member in struct:qmi_txn
[all...]
/linux-master/drivers/remoteproc/
H A Dqcom_sysmon.c49 struct qmi_handle qmi; member in struct:qcom_sysmon
289 static void sysmon_ind_cb(struct qmi_handle *qmi, struct sockaddr_qrtr *sq, argument
421 static int ssctl_new_server(struct qmi_handle *qmi, struc argument
458 ssctl_del_server(struct qmi_handle *qmi, struct qmi_service *svc) argument
[all...]
/linux-master/drivers/net/wireless/ath/ath12k/
H A Dqmi.c3003 ath12k_qmi_driver_event_post(struct ath12k_qmi *qmi, enum ath12k_qmi_event_type type, void *data) argument
3025 ath12k_qmi_event_server_arrive(struct ath12k_qmi *qmi) argument
3047 ath12k_qmi_event_mem_request(struct ath12k_qmi *qmi) argument
3061 ath12k_qmi_event_load_bdf(struct ath12k_qmi *qmi) argument
3104 struct ath12k_qmi *qmi = container_of(qmi_hdl, struct ath12k_qmi, handle); local
3140 struct ath12k_qmi *qmi = container_of(qmi_hdl, struct ath12k_qmi, handle); local
3152 struct ath12k_qmi *qmi = container_of(qmi_hdl, struct ath12k_qmi, handle); local
3186 struct ath12k_qmi *qmi = container_of(qmi_hdl, struct ath12k_qmi, handle); local
3211 struct ath12k_qmi *qmi = container_of(qmi_hdl, struct ath12k_qmi, handle); local
3225 struct ath12k_qmi *qmi = container_of(work, struct ath12k_qmi, local
[all...]
H A Dcore.h696 struct ath12k_qmi qmi; member in struct:ath12k_base
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dqmi.c2914 ath11k_qmi_driver_event_post(struct ath11k_qmi *qmi, enum ath11k_qmi_event_type type, void *data) argument
2936 ath11k_qmi_event_mem_request(struct ath11k_qmi *qmi) argument
2950 ath11k_qmi_event_load_bdf(struct ath11k_qmi *qmi) argument
2980 ath11k_qmi_event_server_arrive(struct ath11k_qmi *qmi) argument
3015 struct ath11k_qmi *qmi = container_of(qmi_hdl, struct ath11k_qmi, handle); local
3061 struct ath11k_qmi *qmi = container_of(qmi_hdl, struct ath11k_qmi, handle); local
3073 struct ath11k_qmi *qmi = container_of(qmi_hdl, struct ath11k_qmi, handle); local
3091 struct ath11k_qmi *qmi = container_of(qmi_hdl, local
3105 struct ath11k_qmi *qmi = container_of(qmi_hdl, local
3159 struct ath11k_qmi *qmi = container_of(qmi_hdl, struct ath11k_qmi, handle); local
3184 struct ath11k_qmi *qmi = container_of(qmi_hdl, struct ath11k_qmi, handle); local
3198 struct ath11k_qmi *qmi = container_of(work, struct ath11k_qmi, local
[all...]
H A Dcore.h888 struct ath11k_qmi qmi; member in struct:ath11k_base
/linux-master/drivers/slimbus/
H A Dqcom-ngd-ctrl.c123 struct qmi_handle qmi; member in struct:qcom_slim_ngd_qmi
152 struct qcom_slim_ngd_qmi qmi; member in struct:qcom_slim_ngd_ctrl
1364 struct qcom_slim_ngd_qmi *qmi = local
1381 struct qcom_slim_ngd_qmi *qmi = local
1398 struct qcom_slim_ngd_qmi *qmi = &ctrl->qmi; local
1417 qcom_slim_ngd_qmi_svc_event_deinit(struct qcom_slim_ngd_qmi *qmi) argument
[all...]

Completed in 195 milliseconds