Searched refs:nci_rx_work (Results 1 – 1 of 1) sorted by relevance
39 static void nci_rx_work(struct work_struct *work);1230 INIT_WORK(&ndev->rx_work, nci_rx_work); in nci_register_device()1495 static void nci_rx_work(struct work_struct *work) in nci_rx_work() function