Home
last modified time | relevance | path

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

/openbmc/linux/drivers/bluetooth/
H A Dbtintel.h213 int btintel_load_ddc_config(struct hci_dev *hdev, const char *ddc_name);
262 static inline int btintel_load_ddc_config(struct hci_dev *hdev, in btintel_load_ddc_config() function
H A Dbtintel.c360 int btintel_load_ddc_config(struct hci_dev *hdev, const char *ddc_name) in btintel_load_ddc_config() function
403 EXPORT_SYMBOL_GPL(btintel_load_ddc_config);
2094 btintel_load_ddc_config(hdev, ddcname); in btintel_bootloader_setup()
2563 btintel_load_ddc_config(hdev, ddcname); in btintel_bootloader_setup_tlv()
H A Dhci_intel.c847 btintel_load_ddc_config(hdev, fwname); in intel_setup()