Searched refs:NCI_CMD_TIMEOUT (Results 1 – 3 of 3) sorted by relevance
18 #define NCI_SPI_SEND_TIMEOUT (NCI_CMD_TIMEOUT > NCI_DATA_TIMEOUT ? \19 NCI_CMD_TIMEOUT : NCI_DATA_TIMEOUT)
365 msecs_to_jiffies(NCI_CMD_TIMEOUT)); in nci_prop_cmd() 379 msecs_to_jiffies(NCI_CMD_TIMEOUT)); in nci_core_cmd() 673 msecs_to_jiffies(NCI_CMD_TIMEOUT)); in nci_nfcee_discover() 693 msecs_to_jiffies(NCI_CMD_TIMEOUT)); in nci_nfcee_mode_set() 737 msecs_to_jiffies(NCI_CMD_TIMEOUT)); in nci_core_conn_create() 756 msecs_to_jiffies(NCI_CMD_TIMEOUT)); in nci_core_conn_close() 1597 jiffies + msecs_to_jiffies(NCI_CMD_TIMEOUT));
54 #define NCI_CMD_TIMEOUT 5000 macro