Home
last modified time | relevance | path

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

/openbmc/linux/net/nfc/nci/
H A Dspi.c99 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()
301 complete(&nspi->req_completion); in nci_spi_read()
H A Dcore.c83 complete(&ndev->req_completion); in nci_req_complete()
93 complete(&ndev->req_completion); in nci_req_cancel()
107 reinit_completion(&ndev->req_completion); in __nci_request()
110 wait_for_completion_interruptible_timeout(&ndev->req_completion, in __nci_request()
1177 init_completion(&ndev->req_completion); in nci_allocate_device()
/openbmc/linux/drivers/nfc/st21nfca/
H A Dvendor_cmds.c242 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()
H A Dse.c119 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()
295 complete(&info->se_info.req_completion); in st21nfca_se_activation_timeout()
413 init_completion(&info->se_info.req_completion); in st21nfca_se_init()
H A Dst21nfca.h111 struct completion req_completion; member
129 struct completion req_completion; member
H A Dcore.c850 complete(&info->se_info.req_completion); in st21nfca_hci_cmd_received()
869 complete(&info->se_info.req_completion); in st21nfca_admin_event_received()
/openbmc/linux/drivers/nfc/st-nci/
H A Dse.c262 complete(&info->se_info.req_completion); in st_nci_hci_admin_event_received()
421 complete(&info->se_info.req_completion); in st_nci_hci_cmd_received()
453 reinit_completion(&info->se_info.req_completion); in st_nci_control_se()
463 wait_for_completion_interruptible(&info->se_info.req_completion); in st_nci_control_se()
722 complete(&info->se_info.req_completion); in st_nci_se_activation_timeout()
729 init_completion(&info->se_info.req_completion); in st_nci_se_init()
H A Dst-nci.h47 struct completion req_completion; member
/openbmc/linux/drivers/usb/typec/
H A Drt1719.c95 struct completion req_completion; member
420 reinit_completion(&data->req_completion); in rt1719_dr_set()
421 ret = wait_for_completion_timeout(&data->req_completion, in rt1719_dr_set()
498 reinit_completion(&data->req_completion); in rt1719_usbpd_request_voltage()
499 ret = wait_for_completion_timeout(&data->req_completion, in rt1719_usbpd_request_voltage()
624 complete(&data->req_completion); in rt1719_irq_handler()
855 init_completion(&data->req_completion); in rt1719_probe()
/openbmc/linux/drivers/scsi/cxgbi/cxgb3i/
H A Dcxgb3i.c157 static int push_tx_frames(struct cxgbi_sock *csk, int req_completion);
353 int len, int req_completion) in make_tx_data_wr() argument
361 (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()
/openbmc/linux/include/net/nfc/
H A Dnci_core.h230 struct completion req_completion; member
408 struct completion req_completion; member
/openbmc/linux/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c767 static int push_tx_frames(struct cxgbi_sock *csk, int req_completion) in push_tx_frames() argument
839 if (!req_completion && in push_tx_frames()
842 req_completion = 1; in push_tx_frames()
858 credits_needed, req_completion); in push_tx_frames()