Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/gadget/function/
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),