Home
last modified time | relevance | path

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

/openbmc/linux/drivers/bluetooth/
H A Dbtbcm.h56 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
H A Dbtbcm.c210 int btbcm_patchram(struct hci_dev *hdev, const struct firmware *fw) in btbcm_patchram() function
271 EXPORT_SYMBOL(btbcm_patchram);
685 err = btbcm_patchram(hdev, fw); in btbcm_initialize()