Home
last modified time | relevance | path

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

/drivers/bluetooth/
Dbtintel.h78 void btintel_hw_error(struct hci_dev *hdev, u8 code);
112 static inline void btintel_hw_error(struct hci_dev *hdev, u8 code) in btintel_hw_error() function
Dbtintel.c163 void btintel_hw_error(struct hci_dev *hdev, u8 code) in btintel_hw_error() function
195 EXPORT_SYMBOL_GPL(btintel_hw_error);
Dbtusb.c2980 hdev->hw_error = btintel_hw_error; in btusb_probe()