Home
last modified time | relevance | path

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

/Linux-v4.19/net/nfc/hci/
Dcore.c141 msg_rx_work); in nfc_hci_msg_rx_work()
916 schedule_work(&hdev->msg_rx_work); in nfc_hci_recv_from_llc()
1021 INIT_WORK(&hdev->msg_rx_work, nfc_hci_msg_rx_work); in nfc_hci_register_device()
1051 cancel_work_sync(&hdev->msg_rx_work); in nfc_hci_unregister_device()
/Linux-v4.19/net/nfc/nci/
Dhci.c416 container_of(work, struct nci_hci_dev, msg_rx_work); in nci_hci_msg_rx_work()
503 schedule_work(&ndev->hci_dev->msg_rx_work); in nci_hci_data_received_cb()
796 INIT_WORK(&hdev->msg_rx_work, nci_hci_msg_rx_work); in nci_hci_allocate()
/Linux-v4.19/include/net/nfc/
Dhci.h129 struct work_struct msg_rx_work; member
Dnci_core.h202 struct work_struct msg_rx_work; member