Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/bluetooth/
Dbtintel.h207 int btintel_download_firmware(struct hci_dev *dev, struct intel_version *ver,
283 static inline int btintel_download_firmware(struct hci_dev *dev, in btintel_download_firmware() function
Dbtintel.c1060 int btintel_download_firmware(struct hci_dev *hdev, in btintel_download_firmware() function
1106 EXPORT_SYMBOL_GPL(btintel_download_firmware);
1936 err = btintel_download_firmware(hdev, ver, fw, boot_param); in btintel_download_fw()
Dhci_intel.c738 err = btintel_download_firmware(hdev, &ver, fw, &boot_param); in intel_setup()