Home
last modified time | relevance | path

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

/openbmc/linux/drivers/bluetooth/
H A Dbfusb.c39 #define BFUSB_MAX_BLOCK_SIZE 256 macro
486 size = min_t(uint, count, BFUSB_MAX_BLOCK_SIZE); in bfusb_send_frame()
490 buf[2] = (size == BFUSB_MAX_BLOCK_SIZE) ? 0 : size; in bfusb_send_frame()
528 buf = kmalloc(BFUSB_MAX_BLOCK_SIZE + 3, GFP_KERNEL); in bfusb_load_firmware()
548 size = min_t(uint, count, BFUSB_MAX_BLOCK_SIZE + 3); in bfusb_load_firmware()