Home
last modified time | relevance | path

Searched refs:client_handle (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ipa/
H A Dipa_qmi.c416 qmi = &ipa_qmi->client_handle, in ipa_client_init_driver_work()
455 ipa_qmi = container_of(qmi, struct ipa_qmi, client_handle); in ipa_client_new_server()
501 ret = qmi_handle_init(&ipa_qmi->client_handle, in ipa_qmi_setup()
510 ret = qmi_add_lookup(&ipa_qmi->client_handle, IPA_MODEM_SERVICE_SVC_ID, in ipa_qmi_setup()
519 qmi_handle_release(&ipa_qmi->client_handle); in ipa_qmi_setup()
520 memset(&ipa_qmi->client_handle, 0, sizeof(ipa_qmi->client_handle)); in ipa_qmi_setup()
533 qmi_handle_release(&ipa->qmi.client_handle); in ipa_qmi_teardown()
534 memset(&ipa->qmi.client_handle, 0, sizeof(ipa->qmi.client_handle)); in ipa_qmi_teardown()
[all...]
H A Dipa_qmi.h16 * @client_handle - used to send an QMI requests to the modem
23 struct qmi_handle client_handle; member
/kernel/linux/linux-6.6/drivers/net/ipa/
H A Dipa_qmi.c417 qmi = &ipa_qmi->client_handle; in ipa_client_init_driver_work()
456 ipa_qmi = container_of(qmi, struct ipa_qmi, client_handle); in ipa_client_new_server()
499 ret = qmi_handle_init(&ipa_qmi->client_handle, in ipa_qmi_setup()
508 ret = qmi_add_lookup(&ipa_qmi->client_handle, IPA_MODEM_SERVICE_SVC_ID, in ipa_qmi_setup()
517 qmi_handle_release(&ipa_qmi->client_handle); in ipa_qmi_setup()
518 memset(&ipa_qmi->client_handle, 0, sizeof(ipa_qmi->client_handle)); in ipa_qmi_setup()
532 qmi_handle_release(&ipa->qmi.client_handle); in ipa_qmi_teardown()
533 memset(&ipa->qmi.client_handle, 0, sizeof(ipa->qmi.client_handle)); in ipa_qmi_teardown()
[all...]
H A Dipa_qmi.h16 * @client_handle: Used to send an QMI requests to the modem
27 struct qmi_handle client_handle; member
/kernel/linux/linux-6.6/sound/soc/qcom/qdsp6/
H A Dq6prm.h94 const char *client_name, uint32_t *client_handle);
96 uint32_t client_handle);
H A Dq6afe.h239 const char *client_name, uint32_t *client_handle);
241 uint32_t client_handle);
H A Dq6prm.c99 const char *client_name, uint32_t *client_handle) in q6prm_vote_lpass_core_hw()
106 int q6prm_unvote_lpass_core_hw(struct device *dev, uint32_t hw_block_id, uint32_t client_handle) in q6prm_unvote_lpass_core_hw() argument
98 q6prm_vote_lpass_core_hw(struct device *dev, uint32_t hw_block_id, const char *client_name, uint32_t *client_handle) q6prm_vote_lpass_core_hw() argument
H A Dq6afe.c561 uint32_t client_handle; member
1653 uint32_t client_handle) in q6afe_unvote_lpass_core_hw()
1679 vote_cfg->client_handle = client_handle; in q6afe_unvote_lpass_core_hw()
1691 const char *client_name, uint32_t *client_handle) in q6afe_vote_lpass_core_hw()
1652 q6afe_unvote_lpass_core_hw(struct device *dev, uint32_t hw_block_id, uint32_t client_handle) q6afe_unvote_lpass_core_hw() argument
1690 q6afe_vote_lpass_core_hw(struct device *dev, uint32_t hw_block_id, const char *client_name, uint32_t *client_handle) q6afe_vote_lpass_core_hw() argument
/kernel/linux/linux-5.10/sound/soc/qcom/qdsp6/
H A Dq6afe.h239 char *client_name, uint32_t *client_handle);
241 uint32_t client_handle);
H A Dq6afe.c559 uint32_t client_handle; member
1646 uint32_t client_handle) in q6afe_unvote_lpass_core_hw()
1672 vote_cfg->client_handle = client_handle; in q6afe_unvote_lpass_core_hw()
1684 char *client_name, uint32_t *client_handle) in q6afe_vote_lpass_core_hw()
1645 q6afe_unvote_lpass_core_hw(struct device *dev, uint32_t hw_block_id, uint32_t client_handle) q6afe_unvote_lpass_core_hw() argument
1683 q6afe_vote_lpass_core_hw(struct device *dev, uint32_t hw_block_id, char *client_name, uint32_t *client_handle) q6afe_vote_lpass_core_hw() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H A Def100_nic.h96 int client_handle, bool empty_ok);
H A Def100_nic.c134 int client_handle, bool empty_ok) in ef100_get_mac_address()
143 client_handle); in ef100_get_mac_address()
156 client_handle); in ef100_get_mac_address()
133 ef100_get_mac_address(struct efx_nic *efx, u8 *mac_address, int client_handle, bool empty_ok) ef100_get_mac_address() argument

Completed in 11 milliseconds