Home
last modified time | relevance | path

Searched refs:NCI_UNREG (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/nfc/nci/
H A Dcore.c476 if (test_bit(NCI_UNREG, &ndev->flags)) { in nci_open_device()
533 ndev->flags &= BIT(NCI_UNREG); in nci_open_device()
589 /* Clear flags except NCI_UNREG */ in nci_close_device()
590 ndev->flags &= BIT(NCI_UNREG); in nci_close_device()
1288 set_bit(NCI_UNREG, &ndev->flags); in nci_unregister_device()
/kernel/linux/linux-6.6/net/nfc/nci/
H A Dcore.c480 if (test_bit(NCI_UNREG, &ndev->flags)) { in nci_open_device()
546 ndev->flags &= BIT(NCI_UNREG); in nci_open_device()
602 /* Clear flags except NCI_UNREG */ in nci_close_device()
603 ndev->flags &= BIT(NCI_UNREG); in nci_close_device()
1299 set_bit(NCI_UNREG, &ndev->flags); in nci_unregister_device()
/kernel/linux/linux-5.10/include/net/nfc/
H A Dnci_core.h33 NCI_UNREG, enumerator
/kernel/linux/linux-6.6/include/net/nfc/
H A Dnci_core.h33 NCI_UNREG, enumerator

Completed in 6 milliseconds