Searched refs:req_completion (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/net/nfc/nci/ |
D | spi.c | 108 reinit_completion(&nspi->req_completion); in nci_spi_send() 110 &nspi->req_completion, in nci_spi_send() 148 init_completion(&nspi->req_completion); in nci_spi_allocate_spi() 303 complete(&nspi->req_completion); in nci_spi_read()
|
D | core.c | 73 complete(&ndev->req_completion); in nci_req_complete() 82 complete(&ndev->req_completion); in nci_req_cancel() 96 reinit_completion(&ndev->req_completion); in __nci_request() 99 wait_for_completion_interruptible_timeout(&ndev->req_completion, in __nci_request() 966 init_completion(&ndev->req_completion); in nci_allocate_device()
|
/linux-4.1.27/drivers/nfc/st21nfcb/ |
D | st21nfcb_se.c | 267 complete(&info->se_info.req_completion); in st21nfcb_hci_admin_event_received() 399 complete(&info->se_info.req_completion); in st21nfcb_hci_cmd_received() 435 reinit_completion(&info->se_info.req_completion); in st21nfcb_nci_control_se() 445 wait_for_completion_interruptible(&info->se_info.req_completion); in st21nfcb_nci_control_se() 671 complete(&info->se_info.req_completion); in st21nfcb_se_activation_timeout() 678 init_completion(&info->se_info.req_completion); in st21nfcb_se_init()
|
D | st21nfcb_se.h | 30 struct completion req_completion; member
|
/linux-4.1.27/drivers/nfc/st21nfca/ |
D | st21nfca_se.c | 133 reinit_completion(&info->se_info.req_completion); in st21nfca_hci_control_se() 144 wait_for_completion_interruptible(&info->se_info.req_completion); in st21nfca_hci_control_se() 292 complete(&info->se_info.req_completion); in st21nfca_se_activation_timeout() 386 init_completion(&info->se_info.req_completion); in st21nfca_se_init()
|
D | st21nfca_se.h | 32 struct completion req_completion; member
|
D | st21nfca.c | 881 complete(&info->se_info.req_completion); in st21nfca_hci_cmd_received() 900 complete(&info->se_info.req_completion); in st21nfca_admin_event_received()
|
/linux-4.1.27/include/net/nfc/ |
D | nci_core.h | 217 struct completion req_completion; member 357 struct completion req_completion; member
|
/linux-4.1.27/drivers/scsi/cxgbi/cxgb3i/ |
D | cxgb3i.c | 154 static int push_tx_frames(struct cxgbi_sock *csk, int req_completion); 350 int len, int req_completion) in make_tx_data_wr() argument 358 (req_completion ? F_WR_COMPL : 0)); in make_tx_data_wr() 393 static int push_tx_frames(struct cxgbi_sock *csk, int req_completion) in push_tx_frames() argument 438 if ((req_completion && in push_tx_frames() 441 req_completion = 1; in push_tx_frames() 445 make_tx_data_wr(csk, skb, len, req_completion); in push_tx_frames()
|
/linux-4.1.27/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 609 static int push_tx_frames(struct cxgbi_sock *csk, int req_completion) in push_tx_frames() argument 675 req_completion); in push_tx_frames()
|
/linux-4.1.27/drivers/block/ |
D | nvme-core.c | 587 static void req_completion(struct nvme_queue *nvmeq, void *ctx, in req_completion() function 888 nvme_set_info(cmd, iod, req_completion); in nvme_queue_rq()
|