Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dhci_core.c53 static void hci_tx_work(struct work_struct *work);
2520 INIT_WORK(&hdev->tx_work, hci_tx_work); in hci_alloc_dev_priv()
3711 static void hci_tx_work(struct work_struct *work) in hci_tx_work() function