Lines Matching defs:size
1120 unsigned char type, unsigned char index, void *buf, int size)
1134 return ((*hdl)(dev, ep, type, index, buf, size));
1139 unsigned char index, void *buf, int size)
1152 return ((*hdl)(dev, type, index, buf, size));
1156 usb_bulk_write(usb_dev_handle *dev, int ep, char *bytes, int size, int timeout)
1167 return (*hdl)(dev, ep, bytes, size, timeout);
1171 usb_bulk_read(usb_dev_handle *dev, int ep, char *bytes, int size, int timeout)
1183 return ((*hdl)(dev, ep, bytes, size, timeout));
1188 int size, int timeout)
1200 return ((*hdl)(dev, ep, bytes, size, timeout));
1205 int size, int timeout)
1217 return ((*hdl)(dev, ep, bytes, size, timeout));
1222 int value, int index, char *bytes, int size, int timeout)
1235 bytes, size, timeout));