Searched refs:hci_rx_work (Results 1 – 3 of 3) sorted by relevance
57 struct work_struct hci_rx_work; member
1073 INIT_WORK(&ctrl_hci->hci_rx_work, ssv6xxx_hci_rx_work); in ssv6xxx_hci_register()
48 static void hci_rx_work(struct work_struct *work);3673 INIT_WORK(&hdev->rx_work, hci_rx_work); in hci_alloc_dev()4915 static void hci_rx_work(struct work_struct *work) in hci_rx_work() function