Lines Matching defs:host_event
544 struct completion host_event;
570 complete(&comp_pkt->host_event);
917 complete(&comp->comp_pkt.host_event);
949 init_completion(&comp_pkt.comp_pkt.host_event);
969 ret = wait_for_response(hbus->hdev, &comp_pkt.comp_pkt.host_event);
999 complete(&comp_pkt->host_event);
1031 init_completion(&comp_pkt.host_event);
1058 ret = wait_for_response(hbus->hdev, &comp_pkt.host_event);
1340 complete(&comp_pkt->comp_pkt.host_event);
1474 init_completion(&comp.comp_pkt.host_event);
1527 while (!try_wait_for_completion(&comp.comp_pkt.host_event)) {
1947 struct completion host_event;
1979 complete(&completion->host_event);
2013 init_completion(&comp_pkt.host_event);
2029 if (wait_for_response(hbus->hdev, &comp_pkt.host_event))
2622 init_completion(&comp_pkt.host_event);
2635 ret = wait_for_response(hdev, &comp_pkt.host_event);
2660 reinit_completion(&comp_pkt.host_event);
2846 init_completion(&comp_pkt.host_event);
2857 ret = wait_for_response(hdev, &comp_pkt.host_event);
3001 init_completion(&comp_pkt.host_event);
3025 ret = wait_for_response(hdev, &comp_pkt.host_event);
3366 init_completion(&comp_pkt.host_event);
3379 if (wait_for_completion_timeout(&comp_pkt.host_event, 10 * HZ) == 0)