Home
last modified time | relevance | path

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

/Linux-v5.10/net/nfc/nci/
Dcore.c40 static void nci_tx_work(struct work_struct *work);
1211 INIT_WORK(&ndev->tx_work, nci_tx_work); in nci_register_device()
1425 static void nci_tx_work(struct work_struct *work) in nci_tx_work() function