Home
last modified time | relevance | path

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

/Linux-v5.15/include/net/bluetooth/
Dhci_core.h1236 struct hci_dev *hci_alloc_dev_priv(int sizeof_priv);
1240 return hci_alloc_dev_priv(0); in hci_alloc_dev()
/Linux-v5.15/net/bluetooth/
Dhci_core.c3761 struct hci_dev *hci_alloc_dev_priv(int sizeof_priv) in hci_alloc_dev_priv() function
3886 EXPORT_SYMBOL(hci_alloc_dev_priv);
/Linux-v5.15/drivers/bluetooth/
Dbtusb.c3725 hdev = hci_alloc_dev_priv(priv_size); in btusb_probe()