Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/function/
Df_phonet.c32 #define MAXPACKET 512 macro
33 #if (PAGE_SIZE % MAXPACKET)
34 #error MAXPACKET must divide PAGE_SIZE!
143 .wMaxPacketSize = cpu_to_le16(MAXPACKET),