Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvUSB.c2228 char *buffer, int buffer_size) in usb_hotplug() argument
2316 length += LIB_StringPrintFormatN (scratch, buffer_size - length, in usb_hotplug()
2319 if ((buffer_size - length <= 0) || (i >= num_envp)) in usb_hotplug()
2327 length += LIB_StringPrintFormatN (scratch, buffer_size - length, "PRODUCT=%x/%x/%x", in usb_hotplug()
2331 if ((buffer_size - length <= 0) || (i >= num_envp)) in usb_hotplug()
2385 length += LIB_StringPrintFormatN (scratch, buffer_size - length, "TYPE=%d/%d/%d", in usb_hotplug()
2389 if ((buffer_size - length <= 0) || (i >= num_envp)) in usb_hotplug()
2398 length += LIB_StringPrintFormatN (scratch, buffer_size - length, in usb_hotplug()
2403 if ((buffer_size - length <= 0) || (i >= num_envp)) in usb_hotplug()
2481 int num_envp, char *buffer, int buffer_size) in usb_hotplug() argument
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dncp_fs.h34 int buffer_size; /* The negotiated buffer size, to be member
45 unsigned int buffer_size; member
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvDevice.h226 int num_envp, char *buffer, int buffer_size);
/utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/
H A Dpng.h1480 png_size_t buffer_size; /* total amount of available input data */ member
2208 png_infop info_ptr, png_bytep buffer, png_size_t buffer_size));