Home
last modified time | relevance | path

Searched refs:nci_tx_work (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/net/nfc/nci/
Dcore.c40 static void nci_tx_work(struct work_struct *work);
1238 INIT_WORK(&ndev->tx_work, nci_tx_work); in nci_register_device()
1458 static void nci_tx_work(struct work_struct *work) in nci_tx_work() function