Searched refs:client_handle (Results 1 - 8 of 8) sorted by last modified time

/linux-master/drivers/net/ipa/
H A Dipa_qmi.h18 * @client_handle: Used to send an QMI requests to the modem
29 struct qmi_handle client_handle; member in struct:ipa_qmi
H A Dipa_qmi.c413 qmi = &ipa_qmi->client_handle;
452 ipa_qmi = container_of(qmi, struct ipa_qmi, client_handle);
495 ret = qmi_handle_init(&ipa_qmi->client_handle,
504 ret = qmi_add_lookup(&ipa_qmi->client_handle, IPA_MODEM_SERVICE_SVC_ID,
513 qmi_handle_release(&ipa_qmi->client_handle);
514 memset(&ipa_qmi->client_handle, 0, sizeof(ipa_qmi->client_handle));
528 qmi_handle_release(&ipa->qmi.client_handle);
529 memset(&ipa->qmi.client_handle, 0, sizeof(ipa->qmi.client_handle));
[all...]
/linux-master/sound/soc/qcom/qdsp6/
H A Dq6afe.c562 uint32_t client_handle; member in struct:afe_cmd_remote_lpass_core_hw_devote_request
1654 uint32_t client_handle)
1680 vote_cfg->client_handle = client_handle;
1692 const char *client_name, uint32_t *client_handle)
1653 q6afe_unvote_lpass_core_hw(struct device *dev, uint32_t hw_block_id, uint32_t client_handle) argument
1691 q6afe_vote_lpass_core_hw(struct device *dev, uint32_t hw_block_id, const char *client_name, uint32_t *client_handle) argument
H A Dq6afe.h237 const char *client_name, uint32_t *client_handle);
239 uint32_t client_handle);
H A Dq6prm.c99 const char *client_name, uint32_t *client_handle)
106 int q6prm_unvote_lpass_core_hw(struct device *dev, uint32_t hw_block_id, uint32_t client_handle) argument
98 q6prm_vote_lpass_core_hw(struct device *dev, uint32_t hw_block_id, const char *client_name, uint32_t *client_handle) argument
H A Dq6prm.h94 const char *client_name, uint32_t *client_handle);
96 uint32_t client_handle);
/linux-master/drivers/net/ethernet/sfc/
H A Def100_nic.c134 int client_handle, bool empty_ok)
143 client_handle);
156 client_handle);
133 ef100_get_mac_address(struct efx_nic *efx, u8 *mac_address, int client_handle, bool empty_ok) argument
H A Def100_nic.h96 int client_handle, bool empty_ok);

Completed in 206 milliseconds