Home
last modified time | relevance | path

Searched refs:n_read (Results 1 – 4 of 4) sorted by relevance

/drivers/usb/host/
Dxhci-dbgtty.c366 n = port->n_read; in dbc_rx_push()
377 port->n_read += count; in dbc_rx_push()
380 port->n_read = 0; in dbc_rx_push()
433 port->n_read = 0; in xhci_dbc_tty_init_port()
Dxhci-dbgcap.h123 unsigned int n_read; member
/drivers/usb/gadget/function/
Du_serial.c112 unsigned n_read; member
400 n = port->n_read; in gs_rx_push()
412 port->n_read += count; in gs_rx_push()
417 port->n_read = 0; in gs_rx_push()
560 port->n_read = 0; in gs_start_io()
/drivers/spi/
Dspi-topcliff-pch.c261 u32 n_read, tx_index, rx_index, bpw_len; in pch_spi_handler_sub() local
282 n_read = PCH_READABLE(reg_spsr_val); in pch_spi_handler_sub()
284 for (read_cnt = 0; (read_cnt < n_read); read_cnt++) { in pch_spi_handler_sub()