Home
last modified time | relevance | path

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

/openbmc/linux/drivers/bluetooth/
H A Dbtintel.h221 int btintel_download_firmware(struct hci_dev *dev, struct intel_version *ver,
298 static inline int btintel_download_firmware(struct hci_dev *dev, in btintel_download_firmware() function
H A Dbtintel.c1084 int btintel_download_firmware(struct hci_dev *hdev, in btintel_download_firmware() function
1130 EXPORT_SYMBOL_GPL(btintel_download_firmware);
2013 err = btintel_download_firmware(hdev, ver, fw, boot_param); in btintel_download_fw()
H A Dhci_intel.c738 err = btintel_download_firmware(hdev, &ver, fw, &boot_param); in intel_setup()