write_length       42 drivers/hwmon/hih6130.c 	size_t write_length;
write_length      120 drivers/hwmon/hih6130.c 		ret = i2c_master_send(client, tmp, hih6130->write_length);
write_length      227 drivers/hwmon/hih6130.c 		hih6130->write_length = 1;
write_length     2363 drivers/net/ethernet/emulex/benet/be_cmds.c 		      write_length, ctxt, data_size);
write_length     1463 drivers/net/ethernet/emulex/benet/be_cmds.h 	u8 write_length[24];
write_length     1002 drivers/staging/comedi/drivers/ni_labpc_common.c 	const int write_length = 8;
write_length     1013 drivers/staging/comedi/drivers/ni_labpc_common.c 	labpc_serial_out(dev, read_instruction, write_length);
write_length     1015 drivers/staging/comedi/drivers/ni_labpc_common.c 	labpc_serial_out(dev, address, write_length);
write_length     1032 drivers/staging/comedi/drivers/ni_labpc_common.c 	const int write_length = 8;	/*  8 bit write lengths to eeprom */
write_length     1043 drivers/staging/comedi/drivers/ni_labpc_common.c 	labpc_serial_out(dev, read_status_instruction, write_length);
write_length     1061 drivers/staging/comedi/drivers/ni_labpc_common.c 	const int write_length = 8;	/*  8 bit write lengths to eeprom */
write_length     1072 drivers/staging/comedi/drivers/ni_labpc_common.c 	labpc_serial_out(dev, write_enable_instruction, write_length);
write_length     1081 drivers/staging/comedi/drivers/ni_labpc_common.c 	labpc_serial_out(dev, write_instruction, write_length);
write_length     1083 drivers/staging/comedi/drivers/ni_labpc_common.c 	labpc_serial_out(dev, address, write_length);
write_length     1085 drivers/staging/comedi/drivers/ni_labpc_common.c 	labpc_serial_out(dev, value, write_length);
write_length      447 drivers/usb/serial/io_ti.c 	int write_length;
write_length      453 drivers/usb/serial/io_ti.c 	write_length = EPROM_PAGE_SIZE -
write_length      456 drivers/usb/serial/io_ti.c 	if (write_length > length)
write_length      457 drivers/usb/serial/io_ti.c 		write_length = length;
write_length      460 drivers/usb/serial/io_ti.c 		__func__, start_address, write_length);
write_length      461 drivers/usb/serial/io_ti.c 	usb_serial_debug_data(dev, __func__, write_length, buffer);
write_length      472 drivers/usb/serial/io_ti.c 				buffer,	write_length, TI_VSEND_TIMEOUT_DEFAULT);
write_length      478 drivers/usb/serial/io_ti.c 	length		-= write_length;
write_length      479 drivers/usb/serial/io_ti.c 	start_address	+= write_length;
write_length      480 drivers/usb/serial/io_ti.c 	buffer		+= write_length;
write_length      488 drivers/usb/serial/io_ti.c 			write_length = EPROM_PAGE_SIZE;
write_length      490 drivers/usb/serial/io_ti.c 			write_length = length;
write_length      493 drivers/usb/serial/io_ti.c 			__func__, start_address, write_length);
write_length      494 drivers/usb/serial/io_ti.c 		usb_serial_debug_data(dev, __func__, write_length, buffer);
write_length      505 drivers/usb/serial/io_ti.c 				write_length, TI_VSEND_TIMEOUT_DEFAULT);
write_length      511 drivers/usb/serial/io_ti.c 		length		-= write_length;
write_length      512 drivers/usb/serial/io_ti.c 		start_address	+= write_length;
write_length      513 drivers/usb/serial/io_ti.c 		buffer		+= write_length;
write_length     1845 drivers/vhost/vhost.c 		     u64 write_address, u64 write_length)
write_length     1850 drivers/vhost/vhost.c 	if (!write_length)
write_length     1852 drivers/vhost/vhost.c 	write_length += write_address % VHOST_PAGE_SIZE;
write_length     1862 drivers/vhost/vhost.c 		if (write_length <= VHOST_PAGE_SIZE)
write_length     1864 drivers/vhost/vhost.c 		write_length -= VHOST_PAGE_SIZE;