Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/bluetooth/
Dbtintel.h88 void btintel_hw_error(struct hci_dev *hdev, u8 code);
137 static inline void btintel_hw_error(struct hci_dev *hdev, u8 code) in btintel_hw_error() function
Dbtintel.c188 void btintel_hw_error(struct hci_dev *hdev, u8 code) in btintel_hw_error() function
220 EXPORT_SYMBOL_GPL(btintel_hw_error);
Dbtusb.c3103 hdev->hw_error = btintel_hw_error; in btusb_probe()