read_length       158 drivers/hid/hid-cp2112.c 	u8 read_length;
read_length       428 drivers/hid/hid-cp2112.c 		dev->read_length, size);
read_length       430 drivers/hid/hid-cp2112.c 	if (size > dev->read_length)
read_length       431 drivers/hid/hid-cp2112.c 		size = dev->read_length;
read_length       434 drivers/hid/hid-cp2112.c 	return dev->read_length;
read_length       501 drivers/hid/hid-cp2112.c 				     int read_length)
read_length       505 drivers/hid/hid-cp2112.c 	if (read_length < 1 || read_length > 512 ||
read_length       511 drivers/hid/hid-cp2112.c 	report->length = cpu_to_be16(read_length);
read_length       524 drivers/hid/hid-cp2112.c 	ssize_t read_length = 0;
read_length       535 drivers/hid/hid-cp2112.c 			read_length = msgs->len;
read_length       552 drivers/hid/hid-cp2112.c 		read_length = msgs[1].len;
read_length       599 drivers/hid/hid-cp2112.c 	for (count = 0; count < read_length;) {
read_length       600 drivers/hid/hid-cp2112.c 		ret = cp2112_read(dev, read_buf + count, read_length - count);
read_length       609 drivers/hid/hid-cp2112.c 		if (count > read_length) {
read_length       619 drivers/hid/hid-cp2112.c 				ret, read_length - count + ret);
read_length       643 drivers/hid/hid-cp2112.c 	size_t read_length = 0;
read_length       653 drivers/hid/hid-cp2112.c 		read_length = 1;
read_length       656 drivers/hid/hid-cp2112.c 			count = cp2112_read_req(buf, addr, read_length);
read_length       662 drivers/hid/hid-cp2112.c 		read_length = 1;
read_length       665 drivers/hid/hid-cp2112.c 			count = cp2112_write_read_req(buf, addr, read_length,
read_length       672 drivers/hid/hid-cp2112.c 		read_length = 2;
read_length       676 drivers/hid/hid-cp2112.c 			count = cp2112_write_read_req(buf, addr, read_length,
read_length       685 drivers/hid/hid-cp2112.c 		read_length = 2;
read_length       688 drivers/hid/hid-cp2112.c 		count = cp2112_write_read_req(buf, addr, read_length, command,
read_length       693 drivers/hid/hid-cp2112.c 			read_length = data->block[0];
read_length       694 drivers/hid/hid-cp2112.c 			count = cp2112_write_read_req(buf, addr, read_length,
read_length       770 drivers/hid/hid-cp2112.c 		read_length = ret;
read_length       772 drivers/hid/hid-cp2112.c 	ret = cp2112_read(dev, buf, read_length);
read_length       775 drivers/hid/hid-cp2112.c 	if (ret != read_length) {
read_length       776 drivers/hid/hid-cp2112.c 		hid_warn(hdev, "short read: %d < %zd\n", ret, read_length);
read_length       790 drivers/hid/hid-cp2112.c 		memcpy(data->block + 1, buf, read_length);
read_length       793 drivers/hid/hid-cp2112.c 		if (read_length > I2C_SMBUS_BLOCK_MAX) {
read_length       798 drivers/hid/hid-cp2112.c 		memcpy(data->block, buf, read_length);
read_length      1452 drivers/hid/hid-cp2112.c 		dev->read_length = data[2];
read_length      1453 drivers/hid/hid-cp2112.c 		if (dev->read_length > sizeof(dev->read_data))
read_length      1454 drivers/hid/hid-cp2112.c 			dev->read_length = sizeof(dev->read_data);
read_length      1456 drivers/hid/hid-cp2112.c 		memcpy(dev->read_data, &data[3], dev->read_length);
read_length       263 drivers/infiniband/hw/hfi1/eprom.c 	ret = read_length(dd, P1_START, P1_SIZE, buffer);
read_length       334 drivers/infiniband/hw/hfi1/eprom.c 		ret = read_length(dd, SEG_SIZE - directory_size,
read_length       424 drivers/infiniband/hw/hfi1/eprom.c 		ret = read_length(dd, seg_base + seg_offset, to_copy,
read_length       475 drivers/infiniband/hw/hfi1/eprom.c 	ret = read_length(dd, SEG_SIZE - EP_PAGE_SIZE, EP_PAGE_SIZE, directory);
read_length       567 drivers/input/mouse/cyapa_gen6.c 		__le16 read_length;
read_length       580 drivers/input/mouse/cyapa_gen6.c 	put_unaligned_le16(read_len, &cmd.read_length);
read_length       329 drivers/usb/serial/io_ti.c 	__u8 read_length;
read_length       340 drivers/usb/serial/io_ti.c 			read_length = 64;
read_length       342 drivers/usb/serial/io_ti.c 			read_length = (__u8)length;
read_length       344 drivers/usb/serial/io_ti.c 		if (read_length > 1) {
read_length       345 drivers/usb/serial/io_ti.c 			dev_dbg(&dev->dev, "%s - @ %x for %d\n", __func__, start_address, read_length);
read_length       355 drivers/usb/serial/io_ti.c 					buffer, read_length);
read_length       362 drivers/usb/serial/io_ti.c 		if (read_length > 1)
read_length       363 drivers/usb/serial/io_ti.c 			usb_serial_debug_data(&dev->dev, __func__, read_length, buffer);
read_length       366 drivers/usb/serial/io_ti.c 		start_address += read_length;
read_length       367 drivers/usb/serial/io_ti.c 		buffer += read_length;
read_length       368 drivers/usb/serial/io_ti.c 		length -= read_length;
read_length       170 include/scsi/iscsi_proto.h 	__be32 read_length;