Searched refs:req_completion (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.10/net/nfc/nci/ |
| D | spi.c | 99 reinit_completion(&nspi->req_completion); in nci_spi_send() 101 &nspi->req_completion, in nci_spi_send() 140 init_completion(&nspi->req_completion); in nci_spi_allocate_spi() 299 complete(&nspi->req_completion); in nci_spi_read()
|
| D | core.c | 82 complete(&ndev->req_completion); in nci_req_complete() 92 complete(&ndev->req_completion); in nci_req_cancel() 106 reinit_completion(&ndev->req_completion); in __nci_request() 109 wait_for_completion_interruptible_timeout(&ndev->req_completion, in __nci_request() 1145 init_completion(&ndev->req_completion); in nci_allocate_device()
|
| /Linux-v5.10/drivers/nfc/st21nfca/ |
| D | vendor_cmds.c | 242 complete(&info->vendor_info.req_completion); in st21nfca_hci_loopback_event_received() 258 reinit_completion(&info->vendor_info.req_completion); in st21nfca_hci_loopback() 268 wait_for_completion_interruptible(&info->vendor_info.req_completion); in st21nfca_hci_loopback() 360 init_completion(&info->vendor_info.req_completion); in st21nfca_vendor_cmds_init()
|
| D | se.c | 119 reinit_completion(&info->se_info.req_completion); in st21nfca_hci_control_se() 130 wait_for_completion_interruptible(&info->se_info.req_completion); in st21nfca_hci_control_se() 285 complete(&info->se_info.req_completion); in st21nfca_se_activation_timeout() 385 init_completion(&info->se_info.req_completion); in st21nfca_se_init()
|
| D | st21nfca.h | 111 struct completion req_completion; member 129 struct completion req_completion; member
|
| D | core.c | 851 complete(&info->se_info.req_completion); in st21nfca_hci_cmd_received() 870 complete(&info->se_info.req_completion); in st21nfca_admin_event_received()
|
| /Linux-v5.10/drivers/nfc/st-nci/ |
| D | se.c | 262 complete(&info->se_info.req_completion); in st_nci_hci_admin_event_received() 399 complete(&info->se_info.req_completion); in st_nci_hci_cmd_received() 431 reinit_completion(&info->se_info.req_completion); in st_nci_control_se() 441 wait_for_completion_interruptible(&info->se_info.req_completion); in st_nci_control_se() 710 complete(&info->se_info.req_completion); in st_nci_se_activation_timeout() 717 init_completion(&info->se_info.req_completion); in st_nci_se_init()
|
| D | st-nci.h | 47 struct completion req_completion; member
|
| /Linux-v5.10/drivers/scsi/cxgbi/cxgb3i/ |
| D | cxgb3i.c | 155 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() 392 static int push_tx_frames(struct cxgbi_sock *csk, int req_completion) in push_tx_frames() argument 437 if ((req_completion && in push_tx_frames() 440 req_completion = 1; in push_tx_frames() 444 make_tx_data_wr(csk, skb, len, req_completion); in push_tx_frames()
|
| /Linux-v5.10/include/net/nfc/ |
| D | nci_core.h | 229 struct completion req_completion; member 404 struct completion req_completion; member
|
| /Linux-v5.10/drivers/scsi/cxgbi/cxgb4i/ |
| D | cxgb4i.c | 765 static int push_tx_frames(struct cxgbi_sock *csk, int req_completion) in push_tx_frames() argument 837 if (!req_completion && in push_tx_frames() 840 req_completion = 1; in push_tx_frames() 856 credits_needed, req_completion); in push_tx_frames()
|