Searched refs:n_read (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/powerpc/platforms/pseries/
H A Ddtl.c263 long int rc, n_read, n_req, read_size; local
276 n_read = 0;
310 n_read += read_size;
319 n_read += n_req;
321 return n_read * sizeof(struct dtl_entry);
/linux-master/drivers/usb/host/
H A Dxhci-dbgtty.c332 n = port->n_read;
343 port->n_read += count;
346 port->n_read = 0;
397 port->n_read = 0;
H A Dxhci-dbgcap.h109 unsigned int n_read; member in struct:dbc_port
/linux-master/drivers/usb/gadget/function/
H A Du_serial.c117 unsigned n_read; member in struct:gs_port
405 n = port->n_read;
417 port->n_read += count;
422 port->n_read = 0;
569 port->n_read = 0;
/linux-master/drivers/spi/
H A Dspi-topcliff-pch.c266 u32 n_read, tx_index, rx_index, bpw_len; local
287 n_read = PCH_READABLE(reg_spsr_val);
289 for (read_cnt = 0; (read_cnt < n_read); read_cnt++) {

Completed in 243 milliseconds