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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/drivers/
H A Dsync_serial.c978 int trunc_count; local
995 * |<- trunc_count ->| ...->|
1033 trunc_count = (count < bytes_free) ? count : bytes_free;
1035 if (copy_from_user(wr_ptr, buf, trunc_count))
1039 out_buf_count, trunc_count,
1061 port->out_buf_count += trunc_count;
1063 start_dma_out(port, wr_ptr, trunc_count);
1078 port->port_nbr, trunc_count,
1080 return trunc_count;
1091 port->port_nbr, trunc_count));
[all...]

Completed in 112 milliseconds