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

/linux-master/lib/
H A Ddynamic_debug.c815 #define PREFIX_SIZE 128
819 if (PREFIX_SIZE - wrote > 0)
820 return PREFIX_SIZE - wrote;
851 if (pos >= PREFIX_SIZE)
852 buf[PREFIX_SIZE - 1] = '\0';
868 char buf[PREFIX_SIZE] = "";
901 char buf[PREFIX_SIZE] = "";
930 char buf[PREFIX_SIZE] = "";
966 char buf[PREFIX_SIZE] = "";
811 #define PREFIX_SIZE macro
/linux-master/drivers/media/usb/s2255/
H A Ds2255drv.c328 #define PREFIX_SIZE 512 macro
955 usbInSize = outImageSize + PREFIX_SIZE; /* always send prefix */
1719 offset = jj + PREFIX_SIZE;
1818 size = vc->pkt_size - PREFIX_SIZE;

Completed in 138 milliseconds