Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A 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
H A Dbtintel.c177 void btintel_hw_error(struct hci_dev *hdev, u8 code) in btintel_hw_error() function
209 EXPORT_SYMBOL_GPL(btintel_hw_error);
H A Dbtusb.c4169 hdev->hw_error = btintel_hw_error; in btusb_probe()