Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/serial/
H A Dmxuport.c45 #define DOWN_BLOCK_SIZE 64 macro
1014 fw_buf = kmalloc(DOWN_BLOCK_SIZE, GFP_KERNEL); in mxuport_download_fw()
1025 txlen = min_t(size_t, (fw_p->size - fwidx), DOWN_BLOCK_SIZE); in mxuport_download_fw()
/kernel/linux/linux-6.6/drivers/usb/serial/
H A Dmxuport.c45 #define DOWN_BLOCK_SIZE 64 macro
1007 fw_buf = kmalloc(DOWN_BLOCK_SIZE, GFP_KERNEL); in mxuport_download_fw()
1018 txlen = min_t(size_t, (fw_p->size - fwidx), DOWN_BLOCK_SIZE); in mxuport_download_fw()

Completed in 4 milliseconds