Lines Matching defs:host_event
573 struct completion host_event;
964 complete(&comp_pkt->host_event);
1409 complete(&comp->comp_pkt.host_event);
1441 init_completion(&comp_pkt.comp_pkt.host_event);
1461 ret = wait_for_response(hbus->hdev, &comp_pkt.comp_pkt.host_event);
1491 complete(&comp_pkt->host_event);
1523 init_completion(&comp_pkt.host_event);
1550 ret = wait_for_response(hbus->hdev, &comp_pkt.host_event);
1692 complete(&comp_pkt->comp_pkt.host_event);
1922 init_completion(&comp.comp_pkt.host_event);
1982 while (!try_wait_for_completion(&comp.comp_pkt.host_event)) {
2420 struct completion host_event;
2454 complete(&completion->host_event);
2488 init_completion(&comp_pkt.host_event);
2504 if (wait_for_response(hbus->hdev, &comp_pkt.host_event))
3125 init_completion(&comp_pkt.host_event);
3138 ret = wait_for_response(hdev, &comp_pkt.host_event);
3163 reinit_completion(&comp_pkt.host_event);
3347 init_completion(&comp_pkt.host_event);
3358 ret = wait_for_response(hdev, &comp_pkt.host_event);
3502 init_completion(&comp_pkt.host_event);
3526 ret = wait_for_response(hdev, &comp_pkt.host_event);
3861 init_completion(&comp_pkt.host_event);
3874 if (wait_for_completion_timeout(&comp_pkt.host_event, 10 * HZ) == 0) {