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

/linux-master/drivers/bluetooth/
H A Dbtusb.c3630 #define QCA_DFU_PACKET_LEN 4096
3720 buf = kmalloc(QCA_DFU_PACKET_LEN, GFP_KERNEL);
3751 size = min_t(size_t, count, QCA_DFU_PACKET_LEN);
3629 #define QCA_DFU_PACKET_LEN macro

Completed in 214 milliseconds