Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/bluetooth/
Dbtbcm.h56 int btbcm_patchram(struct hci_dev *hdev, const struct firmware *fw);
77 static inline int btbcm_patchram(struct hci_dev *hdev, const struct firmware *fw) in btbcm_patchram() function
Dbtbcm.c108 int btbcm_patchram(struct hci_dev *hdev, const struct firmware *fw) in btbcm_patchram() function
169 EXPORT_SYMBOL(btbcm_patchram);
465 btbcm_patchram(hdev, fw); in btbcm_setup_patchram()
Dhci_bcm.c546 err = btbcm_patchram(hu->hdev, fw); in bcm_setup()