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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dstorage_common.c52 * the fsg_buffhd structure's buf field will be an array of FSG_BUFLEN
312 #define FSG_BUFLEN ((u32)16384) macro
325 char buf[FSG_BUFLEN];
H A Df_mass_storage.c773 amount = min(amount_left, FSG_BUFLEN);
922 amount = min(amount_left_to_req, FSG_BUFLEN);
1125 amount = min(amount_left, FSG_BUFLEN);
1352 limit = 65535; /* Should really be FSG_BUFLEN */
1578 nsend = min(fsg->common->usb_amount_left, FSG_BUFLEN);
1621 amount = min(common->usb_amount_left, FSG_BUFLEN);
2766 bh->buf = kmalloc(FSG_BUFLEN, GFP_KERNEL);

Completed in 468 milliseconds