Searched refs:req_completion (Results 1 – 10 of 10) sorted by relevance
/drivers/nfc/st21nfca/ |
D | vendor_cmds.c | 253 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()
|
D | se.c | 132 reinit_completion(&info->se_info.req_completion); in st21nfca_hci_control_se() 143 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() 406 init_completion(&info->se_info.req_completion); in st21nfca_se_init()
|
D | st21nfca.h | 122 struct completion req_completion; member 140 struct completion req_completion; member
|
D | core.c | 870 complete(&info->se_info.req_completion); in st21nfca_hci_cmd_received() 889 complete(&info->se_info.req_completion); in st21nfca_admin_event_received()
|
/drivers/nfc/st-nci/ |
D | st-nci.h | 59 struct completion req_completion; member 128 struct completion req_completion; member
|
D | se.c | 275 complete(&info->se_info.req_completion); in st_nci_hci_admin_event_received() 417 complete(&info->se_info.req_completion); in st_nci_hci_cmd_received() 449 reinit_completion(&info->se_info.req_completion); in st_nci_control_se() 459 wait_for_completion_interruptible(&info->se_info.req_completion); in st_nci_control_se() 732 complete(&info->se_info.req_completion); in st_nci_se_activation_timeout() 739 init_completion(&info->se_info.req_completion); in st_nci_se_init()
|
D | vendor_cmds.c | 348 complete(&info->vendor_info.req_completion); in st_nci_hci_loopback_event_received() 363 reinit_completion(&info->vendor_info.req_completion); in st_nci_hci_loopback() 373 wait_for_completion_interruptible(&info->vendor_info.req_completion); in st_nci_hci_loopback() 512 init_completion(&info->vendor_info.req_completion); in st_nci_vendor_cmds_init()
|
/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()
|
/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 616 static int push_tx_frames(struct cxgbi_sock *csk, int req_completion) in push_tx_frames() argument 682 req_completion); in push_tx_frames()
|
/drivers/nvme/host/ |
D | pci.c | 589 static void req_completion(struct nvme_queue *nvmeq, void *ctx, in req_completion() function 924 nvme_set_info(cmd, iod, req_completion); in nvme_queue_rq()
|