Home
last modified time | relevance | path

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

/linux-6.1.9/net/nfc/nci/
Dspi.c18 #define NCI_SPI_SEND_TIMEOUT (NCI_CMD_TIMEOUT > NCI_DATA_TIMEOUT ? \
19 NCI_CMD_TIMEOUT : NCI_DATA_TIMEOUT)
Dcore.c364 msecs_to_jiffies(NCI_CMD_TIMEOUT)); in nci_prop_cmd()
378 msecs_to_jiffies(NCI_CMD_TIMEOUT)); in nci_core_cmd()
672 msecs_to_jiffies(NCI_CMD_TIMEOUT)); in nci_nfcee_discover()
692 msecs_to_jiffies(NCI_CMD_TIMEOUT)); in nci_nfcee_mode_set()
736 msecs_to_jiffies(NCI_CMD_TIMEOUT)); in nci_core_conn_create()
755 msecs_to_jiffies(NCI_CMD_TIMEOUT)); in nci_core_conn_close()
1565 jiffies + msecs_to_jiffies(NCI_CMD_TIMEOUT)); in nci_cmd_work()
/linux-6.1.9/include/net/nfc/
Dnci_core.h54 #define NCI_CMD_TIMEOUT 5000 macro