Searched refs:NCI_INIT (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/nfc/nci/ |
H A D | core.c | 493 set_bit(NCI_INIT, &ndev->flags); in nci_open_device() 520 clear_bit(NCI_INIT, &ndev->flags); in nci_open_device() 573 set_bit(NCI_INIT, &ndev->flags); in nci_close_device() 582 clear_bit(NCI_INIT, &ndev->flags); in nci_close_device() 1316 !test_bit(NCI_INIT, &ndev->flags))) { in nci_recv_frame()
|
/kernel/linux/linux-6.6/net/nfc/nci/ |
H A D | core.c | 497 set_bit(NCI_INIT, &ndev->flags); in nci_open_device() 533 clear_bit(NCI_INIT, &ndev->flags); in nci_open_device() 586 set_bit(NCI_INIT, &ndev->flags); in nci_close_device() 595 clear_bit(NCI_INIT, &ndev->flags); in nci_close_device() 1327 !test_bit(NCI_INIT, &ndev->flags))) { in nci_recv_frame()
|
/kernel/linux/linux-5.10/include/net/nfc/ |
H A D | nci_core.h | 29 NCI_INIT, enumerator
|
/kernel/linux/linux-6.6/include/net/nfc/ |
H A D | nci_core.h | 29 NCI_INIT, enumerator
|
Completed in 10 milliseconds