Searched refs:NCI_DATA_EXCHANGE (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/nfc/nci/ |
H A D | data.c | 59 clear_bit(NCI_DATA_EXCHANGE, &ndev->flags); in nci_data_exchange_complete()
|
H A D | ntf.c | 89 if (test_bit(NCI_DATA_EXCHANGE, &ndev->flags)) in nci_core_conn_intf_error_ntf_packet() 694 if (test_bit(NCI_DATA_EXCHANGE, &ndev->flags)) in nci_rf_deactivate_ntf_packet()
|
H A D | core.c | 1027 if (test_and_set_bit(NCI_DATA_EXCHANGE, &ndev->flags)) in nci_transceive() 1036 clear_bit(NCI_DATA_EXCHANGE, &ndev->flags); in nci_transceive() 1529 if (test_bit(NCI_DATA_EXCHANGE, &ndev->flags)) in nci_rx_work()
|
/kernel/linux/linux-6.6/net/nfc/nci/ |
H A D | data.c | 59 clear_bit(NCI_DATA_EXCHANGE, &ndev->flags); in nci_data_exchange_complete()
|
H A D | ntf.c | 106 if (test_bit(NCI_DATA_EXCHANGE, &ndev->flags)) in nci_core_conn_intf_error_ntf_packet() 718 if (test_bit(NCI_DATA_EXCHANGE, &ndev->flags)) in nci_rf_deactivate_ntf_packet()
|
H A D | core.c | 1037 if (test_and_set_bit(NCI_DATA_EXCHANGE, &ndev->flags)) in nci_transceive() 1046 clear_bit(NCI_DATA_EXCHANGE, &ndev->flags); in nci_transceive() 1543 if (test_bit(NCI_DATA_EXCHANGE, &ndev->flags)) in nci_rx_work()
|
/kernel/linux/linux-5.10/include/net/nfc/ |
H A D | nci_core.h | 31 NCI_DATA_EXCHANGE, enumerator
|
/kernel/linux/linux-6.6/include/net/nfc/ |
H A D | nci_core.h | 31 NCI_DATA_EXCHANGE, enumerator
|
Completed in 10 milliseconds