n_read            253 arch/powerpc/platforms/pseries/dtl.c 	long int rc, n_read, n_req, read_size;
n_read            266 arch/powerpc/platforms/pseries/dtl.c 	n_read = 0;
n_read            300 arch/powerpc/platforms/pseries/dtl.c 		n_read += read_size;
n_read            309 arch/powerpc/platforms/pseries/dtl.c 	n_read += n_req;
n_read            311 arch/powerpc/platforms/pseries/dtl.c 	return n_read * sizeof(struct dtl_entry);
n_read            261 drivers/spi/spi-topcliff-pch.c 	u32 n_read, tx_index, rx_index, bpw_len;
n_read            282 drivers/spi/spi-topcliff-pch.c 		n_read = PCH_READABLE(reg_spsr_val);
n_read            284 drivers/spi/spi-topcliff-pch.c 		for (read_cnt = 0; (read_cnt < n_read); read_cnt++) {
n_read            112 drivers/usb/gadget/function/u_serial.c 	unsigned		n_read;
n_read            400 drivers/usb/gadget/function/u_serial.c 			n = port->n_read;
n_read            412 drivers/usb/gadget/function/u_serial.c 				port->n_read += count;
n_read            417 drivers/usb/gadget/function/u_serial.c 			port->n_read = 0;
n_read            560 drivers/usb/gadget/function/u_serial.c 	port->n_read = 0;
n_read            123 drivers/usb/host/xhci-dbgcap.h 	unsigned int			n_read;
n_read            366 drivers/usb/host/xhci-dbgtty.c 			n = port->n_read;
n_read            377 drivers/usb/host/xhci-dbgtty.c 				port->n_read += count;
n_read            380 drivers/usb/host/xhci-dbgtty.c 			port->n_read = 0;
n_read            433 drivers/usb/host/xhci-dbgtty.c 	port->n_read =		0;