Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/function/
H A Df_phonet.c29 #define MAXPACKET 512 macro
30 #if (PAGE_SIZE % MAXPACKET)
31 #error MAXPACKET must divide PAGE_SIZE!
140 .wMaxPacketSize = cpu_to_le16(MAXPACKET),