Home
last modified time | relevance | path

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

/drivers/bluetooth/
Dbtintel.h143 void btintel_hw_error(struct hci_dev *hdev, u8 code);
203 static inline void btintel_hw_error(struct hci_dev *hdev, u8 code) in btintel_hw_error() function
Dbtintel.c177 void btintel_hw_error(struct hci_dev *hdev, u8 code) in btintel_hw_error() function
209 EXPORT_SYMBOL_GPL(btintel_hw_error);
Dbtusb.c4191 hdev->hw_error = btintel_hw_error; in btusb_probe()