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);
358 struct servreg_get_domain_list_resp *resp,
365 servreg_get_domain_list_resp_ei, resp);
387 if (resp->resp.result != QMI_RESULT_SUCCESS_V01) {
389 req->service_name, resp->resp.error);
398 struct servreg_get_domain_list_resp *resp;
404 resp = kzalloc(sizeof(*resp), GFP_KERNEL);
405 if (!resp)
415 ret = pdr_get_domain_list(&req, resp, pdr);
419 for (i = domains_read; i < resp->domain_list_len; i++) {
420 entry = &resp->domain_list[i];
437 if (resp->domain_list_len > resp->total_domains)
438 resp->domain_list_len = resp->total_domains;
440 domains_read += resp->domain_list_len;
441 } while (domains_read < resp->total_domains);
443 kfree(resp);
571 struct servreg_restart_pd_resp resp;
601 &resp);
622 if (resp.resp.result == QMI_RESULT_FAILURE_V01 &&
623 resp.resp.error == QMI_ERR_DISABLED_V01) {
625 req.service_path, resp.resp.error);
630 if (resp.resp.result != QMI_RESULT_SUCCESS_V01) {
632 req.service_path, resp.resp.error);