Home
last modified time | relevance | path

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

/linux-4.1.27/net/bluetooth/
Dhci_core.c46 static void hci_tx_work(struct work_struct *work);
3066 INIT_WORK(&hdev->tx_work, hci_tx_work); in hci_alloc_dev()
3973 static void hci_tx_work(struct work_struct *work) in hci_tx_work() function