Lines Matching defs:resp
122 struct servreg_register_listener_resp resp;
129 &resp);
153 if (resp.resp.result != QMI_RESULT_SUCCESS_V01) {
155 pds->service_path, resp.resp.error);
159 pds->state = resp.curr_state;
249 struct servreg_set_ack_resp resp;
255 &resp);
357 struct servreg_get_domain_list_resp *resp,
364 servreg_get_domain_list_resp_ei, resp);
386 if (resp->resp.result != QMI_RESULT_SUCCESS_V01) {
388 req->service_name, resp->resp.error);
397 struct servreg_get_domain_list_resp *resp;
403 resp = kzalloc(sizeof(*resp), GFP_KERNEL);
404 if (!resp)
414 ret = pdr_get_domain_list(&req, resp, pdr);
418 for (i = domains_read; i < resp->domain_list_len; i++) {
419 entry = &resp->domain_list[i];
436 if (resp->domain_list_len > resp->total_domains)
437 resp->domain_list_len = resp->total_domains;
439 domains_read += resp->domain_list_len;
440 } while (domains_read < resp->total_domains);
442 kfree(resp);
570 struct servreg_restart_pd_resp resp;
600 &resp);
621 if (resp.resp.result == QMI_RESULT_FAILURE_V01 &&
622 resp.resp.error == QMI_ERR_DISABLED_V01) {
624 req.service_path, resp.resp.error);
629 if (resp.resp.result != QMI_RESULT_SUCCESS_V01) {
631 req.service_path, resp.resp.error);