Lines Matching defs:host_event
572 struct completion host_event;
1025 complete(&comp_pkt->host_event);
1470 complete(&comp->comp_pkt.host_event);
1502 init_completion(&comp_pkt.comp_pkt.host_event);
1522 ret = wait_for_response(hbus->hdev, &comp_pkt.comp_pkt.host_event);
1552 complete(&comp_pkt->host_event);
1584 init_completion(&comp_pkt.host_event);
1611 ret = wait_for_response(hbus->hdev, &comp_pkt.host_event);
1749 complete(&comp_pkt->comp_pkt.host_event);
1978 init_completion(&comp.comp_pkt.host_event);
2038 while (!try_wait_for_completion(&comp.comp_pkt.host_event)) {
2535 struct completion host_event;
2569 complete(&completion->host_event);
2603 init_completion(&comp_pkt.host_event);
2619 if (wait_for_response(hbus->hdev, &comp_pkt.host_event))
3240 init_completion(&comp_pkt.host_event);
3253 ret = wait_for_response(hdev, &comp_pkt.host_event);
3278 reinit_completion(&comp_pkt.host_event);
3462 init_completion(&comp_pkt.host_event);
3473 ret = wait_for_response(hdev, &comp_pkt.host_event);
3617 init_completion(&comp_pkt.host_event);
3641 ret = wait_for_response(hdev, &comp_pkt.host_event);
3938 init_completion(&comp_pkt.host_event);
3951 if (wait_for_completion_timeout(&comp_pkt.host_event, 10 * HZ) == 0) {