Searched refs:FSG_BUFLEN (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | storage_common.h | 131 #define FSG_BUFLEN ((u32)16384) macro
|
H A D | f_mass_storage.c | 684 amount = min(amount_left, FSG_BUFLEN); in do_read() 831 amount = min(amount_left_to_req, FSG_BUFLEN); in do_write() 1031 amount = min(amount_left, FSG_BUFLEN); in do_verify() 1266 limit = 65535; /* Should really be FSG_BUFLEN */ in do_mode_sense() 1477 amount = min(common->usb_amount_left, FSG_BUFLEN); in throw_away_data() 2639 bh->buf = kmalloc(FSG_BUFLEN, GFP_KERNEL); in fsg_common_set_num_buffers() 2979 max_burst = min_t(unsigned, FSG_BUFLEN / 1024, 15); in fsg_bind()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | storage_common.h | 131 #define FSG_BUFLEN ((u32)16384) macro
|
H A D | f_mass_storage.c | 657 amount = min(amount_left, FSG_BUFLEN); in do_read() 807 amount = min(amount_left_to_req, FSG_BUFLEN); in do_write() 1007 amount = min(amount_left, FSG_BUFLEN); in do_verify() 1315 limit = 65535; /* Should really be FSG_BUFLEN */ in do_mode_sense() 1526 amount = min(common->usb_amount_left, FSG_BUFLEN); in throw_away_data() 2755 bh->buf = kmalloc(FSG_BUFLEN, GFP_KERNEL); in fsg_common_set_num_buffers() 3092 max_burst = min_t(unsigned, FSG_BUFLEN / 1024, 15); in fsg_bind()
|
Completed in 13 milliseconds