Home
last modified time | relevance | path

Searched refs:NCI_CMD_TIMEOUT (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/net/nfc/nci/
Dspi.c31 #define NCI_SPI_SEND_TIMEOUT (NCI_CMD_TIMEOUT > NCI_DATA_TIMEOUT ? \
32 NCI_CMD_TIMEOUT : NCI_DATA_TIMEOUT)
Dcore.c371 msecs_to_jiffies(NCI_CMD_TIMEOUT)); in nci_prop_cmd()
384 msecs_to_jiffies(NCI_CMD_TIMEOUT)); in nci_core_cmd()
654 msecs_to_jiffies(NCI_CMD_TIMEOUT)); in nci_nfcee_discover()
676 msecs_to_jiffies(NCI_CMD_TIMEOUT)); in nci_nfcee_mode_set()
721 msecs_to_jiffies(NCI_CMD_TIMEOUT)); in nci_core_conn_create()
738 msecs_to_jiffies(NCI_CMD_TIMEOUT)); in nci_core_conn_close()
1541 jiffies + msecs_to_jiffies(NCI_CMD_TIMEOUT)); in nci_cmd_work()
/Linux-v4.19/include/net/nfc/
Dnci_core.h65 #define NCI_CMD_TIMEOUT 5000 macro