Searched refs:NCI_CMD_TIMEOUT (Results 1 – 3 of 3) sorted by relevance
29 #define NCI_SPI_SEND_TIMEOUT (NCI_CMD_TIMEOUT > NCI_DATA_TIMEOUT ? \30 NCI_CMD_TIMEOUT : NCI_DATA_TIMEOUT)
490 msecs_to_jiffies(NCI_CMD_TIMEOUT)); in nci_nfcee_discover()511 msecs_to_jiffies(NCI_CMD_TIMEOUT)); in nci_nfcee_mode_set()546 msecs_to_jiffies(NCI_CMD_TIMEOUT)); in nci_core_conn_create()562 msecs_to_jiffies(NCI_CMD_TIMEOUT)); in nci_core_conn_close()1277 jiffies + msecs_to_jiffies(NCI_CMD_TIMEOUT)); in nci_cmd_work()
64 #define NCI_CMD_TIMEOUT 5000 macro