Home
last modified time | relevance | path

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

/openbmc/linux/drivers/bluetooth/
H A Dbtusb.c3621 #define QCA_DFU_PACKET_LEN 4096 macro
3711 buf = kmalloc(QCA_DFU_PACKET_LEN, GFP_KERNEL); in btusb_setup_qca_download_fw()
3742 size = min_t(size_t, count, QCA_DFU_PACKET_LEN); in btusb_setup_qca_download_fw()