Lines Matching refs:send_buf
208 u8 *send_buf;
215 send_buf = kmalloc(BULK_SIZE, GFP_KERNEL);
216 if (!send_buf) {
238 memcpy(send_buf, firmware->data + sent, size);
240 err = usb_bulk_msg(udev, pipe, send_buf, size,
253 kfree(send_buf);
277 u8 *send_buf;
284 send_buf = kmalloc(BULK_SIZE, GFP_KERNEL);
285 if (!send_buf) {
297 kfree(send_buf);
311 memcpy(send_buf, firmware->data + sent, size);
313 err = usb_bulk_msg(udev, pipe, send_buf, size,
317 kfree(send_buf);
324 kfree(send_buf);