Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/nfc/
Dnfc-hci.txt27 - one for executing commands : nfc_hci_msg_tx_work(). Only one command
221 MSGTXWQ context will then be scheduled and invoke nfc_hci_msg_tx_work().
234 callback that was provided by nfc_hci_msg_tx_work() when it sent the command.
/Linux-v4.19/net/nfc/hci/
Dcore.c75 static void nfc_hci_msg_tx_work(struct work_struct *work) in nfc_hci_msg_tx_work() function
1015 INIT_WORK(&hdev->msg_tx_work, nfc_hci_msg_tx_work); in nfc_hci_register_device()