Home
last modified time | relevance | path

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

/linux/drivers/bluetooth/
H A Dhci_serdev.c329 hdev = hci_alloc_dev_priv(sizeof_priv); in hci_uart_register_device_priv()
H A Dbtintel_pcie.c2418 hdev = hci_alloc_dev_priv(sizeof(struct btintel_data)); in btintel_pcie_setup_hdev()
H A Dbtusb.c4039 hdev = hci_alloc_dev_priv(priv_size); in btusb_probe()
/linux/include/net/bluetooth/
H A Dhci_core.h1702 struct hci_dev *hci_alloc_dev_priv(int sizeof_priv);
1706 return hci_alloc_dev_priv(0); in hci_alloc_dev()