Searched refs:NCI_DATA_EXCHANGE (Results 1 – 4 of 4) sorted by relevance
| /linux/net/nfc/nci/ |
| H A D | data.c | 36 clear_bit(NCI_DATA_EXCHANGE, &ndev->flags); in nci_data_exchange_complete() 53 clear_bit(NCI_DATA_EXCHANGE, &ndev->flags); in nci_data_exchange_complete()
|
| H A D | core.c | 570 if (test_bit(NCI_DATA_EXCHANGE, &ndev->flags)) in nci_close_device() 606 if (test_bit(NCI_DATA_EXCHANGE, &ndev->flags)) in nci_close_device() 1062 if (test_and_set_bit(NCI_DATA_EXCHANGE, &ndev->flags)) { in nci_transceive() 1073 clear_bit(NCI_DATA_EXCHANGE, &ndev->flags); in nci_transceive() 1600 if (test_bit(NCI_DATA_EXCHANGE, &ndev->flags)) in nci_rx_work()
|
| H A D | ntf.c | 136 if (test_bit(NCI_DATA_EXCHANGE, &ndev->flags)) in nci_core_conn_intf_error_ntf_packet() 918 if (test_bit(NCI_DATA_EXCHANGE, &ndev->flags)) in nci_rf_deactivate_ntf_packet()
|
| /linux/include/net/nfc/ |
| H A D | nci_core.h | 31 NCI_DATA_EXCHANGE, enumerator
|