Home
last modified time | relevance | path

Searched refs:req_completion (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/net/nfc/nci/
Dspi.c111 reinit_completion(&nspi->req_completion); in nci_spi_send()
113 &nspi->req_completion, in nci_spi_send()
152 init_completion(&nspi->req_completion); in nci_spi_allocate_spi()
310 complete(&nspi->req_completion); in nci_spi_read()
Dcore.c94 complete(&ndev->req_completion); in nci_req_complete()
104 complete(&ndev->req_completion); in nci_req_cancel()
118 reinit_completion(&ndev->req_completion); in __nci_request()
121 wait_for_completion_interruptible_timeout(&ndev->req_completion, in __nci_request()
1157 init_completion(&ndev->req_completion); in nci_allocate_device()
/Linux-v4.19/drivers/nfc/st21nfca/
Dvendor_cmds.c253 complete(&info->vendor_info.req_completion); in st21nfca_hci_loopback_event_received()
269 reinit_completion(&info->vendor_info.req_completion); in st21nfca_hci_loopback()
279 wait_for_completion_interruptible(&info->vendor_info.req_completion); in st21nfca_hci_loopback()
371 init_completion(&info->vendor_info.req_completion); in st21nfca_vendor_cmds_init()
Dse.c130 reinit_completion(&info->se_info.req_completion); in st21nfca_hci_control_se()
141 wait_for_completion_interruptible(&info->se_info.req_completion); in st21nfca_hci_control_se()
296 complete(&info->se_info.req_completion); in st21nfca_se_activation_timeout()
395 init_completion(&info->se_info.req_completion); in st21nfca_se_init()
Dst21nfca.h122 struct completion req_completion; member
140 struct completion req_completion; member
Dcore.c862 complete(&info->se_info.req_completion); in st21nfca_hci_cmd_received()
881 complete(&info->se_info.req_completion); in st21nfca_admin_event_received()
/Linux-v4.19/drivers/nfc/st-nci/
Dse.c273 complete(&info->se_info.req_completion); in st_nci_hci_admin_event_received()
409 complete(&info->se_info.req_completion); in st_nci_hci_cmd_received()
441 reinit_completion(&info->se_info.req_completion); in st_nci_control_se()
451 wait_for_completion_interruptible(&info->se_info.req_completion); in st_nci_control_se()
720 complete(&info->se_info.req_completion); in st_nci_se_activation_timeout()
727 init_completion(&info->se_info.req_completion); in st_nci_se_init()
Dst-nci.h58 struct completion req_completion; member
/Linux-v4.19/drivers/scsi/cxgbi/cxgb3i/
Dcxgb3i.c155 static int push_tx_frames(struct cxgbi_sock *csk, int req_completion);
351 int len, int req_completion) in make_tx_data_wr() argument
359 (req_completion ? F_WR_COMPL : 0)); in make_tx_data_wr()
394 static int push_tx_frames(struct cxgbi_sock *csk, int req_completion) in push_tx_frames() argument
439 if ((req_completion && in push_tx_frames()
442 req_completion = 1; in push_tx_frames()
446 make_tx_data_wr(csk, skb, len, req_completion); in push_tx_frames()
/Linux-v4.19/include/net/nfc/
Dnci_core.h241 struct completion req_completion; member
416 struct completion req_completion; member
/Linux-v4.19/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c680 static int push_tx_frames(struct cxgbi_sock *csk, int req_completion) in push_tx_frames() argument
746 req_completion); in push_tx_frames()