Lines Matching refs:send_buf
207 u8 *send_buf;
214 send_buf = kmalloc(BULK_SIZE, GFP_KERNEL);
215 if (!send_buf) {
237 memcpy(send_buf, firmware->data + sent, size);
239 err = usb_bulk_msg(udev, pipe, send_buf, size,
252 kfree(send_buf);
276 u8 *send_buf;
283 send_buf = kmalloc(BULK_SIZE, GFP_KERNEL);
284 if (!send_buf) {
296 kfree(send_buf);
310 memcpy(send_buf, firmware->data + sent, size);
312 err = usb_bulk_msg(udev, pipe, send_buf, size,
316 kfree(send_buf);
323 kfree(send_buf);