Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/gadget/function/
Dstorage_common.h131 #define FSG_BUFLEN ((u32)16384) macro
Df_mass_storage.c668 amount = min(amount_left, FSG_BUFLEN); in do_read()
815 amount = min(amount_left_to_req, FSG_BUFLEN); in do_write()
1015 amount = min(amount_left, FSG_BUFLEN); in do_verify()
1461 amount = min(common->usb_amount_left, FSG_BUFLEN); in throw_away_data()
2623 bh->buf = kmalloc(FSG_BUFLEN, GFP_KERNEL); in fsg_common_set_num_buffers()
2963 max_burst = min_t(unsigned, FSG_BUFLEN / 1024, 15); in fsg_bind()