Lines Matching defs:write_length
446 int write_length;
452 write_length = EPROM_PAGE_SIZE -
455 if (write_length > length)
456 write_length = length;
459 __func__, start_address, write_length);
460 usb_serial_debug_data(dev, __func__, write_length, buffer);
471 buffer, write_length, TI_VSEND_TIMEOUT_DEFAULT);
477 length -= write_length;
478 start_address += write_length;
479 buffer += write_length;
487 write_length = EPROM_PAGE_SIZE;
489 write_length = length;
492 __func__, start_address, write_length);
493 usb_serial_debug_data(dev, __func__, write_length, buffer);
504 write_length, TI_VSEND_TIMEOUT_DEFAULT);
510 length -= write_length;
511 start_address += write_length;
512 buffer += write_length;