Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/bluetooth/
Dhci_core.h1596 struct hci_dev *hci_alloc_dev_priv(int sizeof_priv);
1600 return hci_alloc_dev_priv(0); in hci_alloc_dev()
/Linux-v6.6/net/bluetooth/
Dhci_core.c2456 struct hci_dev *hci_alloc_dev_priv(int sizeof_priv) in hci_alloc_dev_priv() function
2585 EXPORT_SYMBOL(hci_alloc_dev_priv);
/Linux-v6.6/drivers/bluetooth/
Dbtusb.c4294 hdev = hci_alloc_dev_priv(priv_size); in btusb_probe()