Home
last modified time | relevance | path

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

/linux-6.1.9/net/bluetooth/
Dhci_core.c51 static void hci_rx_work(struct work_struct *work);
2528 INIT_WORK(&hdev->rx_work, hci_rx_work); in hci_alloc_dev_priv()
3993 static void hci_rx_work(struct work_struct *work) in hci_rx_work() function