Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/bluetooth/
Dbtbcm.h71 int btbcm_patchram(struct hci_dev *hdev, const struct firmware *fw);
92 static inline int btbcm_patchram(struct hci_dev *hdev, const struct firmware *fw) in btbcm_patchram() function
Dbtbcm.c104 int btbcm_patchram(struct hci_dev *hdev, const struct firmware *fw) in btbcm_patchram() function
165 EXPORT_SYMBOL(btbcm_patchram);
455 btbcm_patchram(hdev, fw); in btbcm_setup_patchram()
Dhci_bcm.c506 err = btbcm_patchram(hu->hdev, fw); in bcm_setup()