Home
last modified time | relevance | path

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

/linux-4.4.14/net/nfc/hci/
Dcore.c141 msg_rx_work); in nfc_hci_msg_rx_work()
906 schedule_work(&hdev->msg_rx_work); in nfc_hci_recv_from_llc()
1013 INIT_WORK(&hdev->msg_rx_work, nfc_hci_msg_rx_work); in nfc_hci_register_device()
1043 cancel_work_sync(&hdev->msg_rx_work); in nfc_hci_unregister_device()
/linux-4.4.14/net/nfc/nci/
Dhci.c416 container_of(work, struct nci_hci_dev, msg_rx_work); in nci_hci_msg_rx_work()
502 schedule_work(&ndev->hci_dev->msg_rx_work); in nci_hci_data_received_cb()
795 INIT_WORK(&hdev->msg_rx_work, nci_hci_msg_rx_work); in nci_hci_allocate()
/linux-4.4.14/include/net/nfc/
Dhci.h129 struct work_struct msg_rx_work; member
Dnci_core.h196 struct work_struct msg_rx_work; member