Searched refs:OUT_BUFLEN (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dusb-wwan.h35 #define OUT_BUFLEN 4096 macro
H A Dusb_wwan.c146 if (todo > OUT_BUFLEN)
147 todo = OUT_BUFLEN;
280 data_len += OUT_BUFLEN;
432 OUT_BUFLEN,
466 buffer = kmalloc(OUT_BUFLEN, GFP_KERNEL);
H A Doption.c1042 #define OUT_BUFLEN 4096 macro

Completed in 121 milliseconds