Searched refs:trunc_count (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/arch/cris/arch-v32/drivers/ |
| D | sync_serial.c | 1076 int trunc_count; in sync_serial_write() local 1131 trunc_count = (count < bytes_free) ? count : bytes_free; in sync_serial_write() 1133 if (copy_from_user(wr_ptr, buf, trunc_count)) in sync_serial_write() 1137 out_buf_count, trunc_count, in sync_serial_write() 1160 port->out_buf_count += trunc_count; in sync_serial_write() 1163 start_dma_out(port, wr_ptr, trunc_count); in sync_serial_write() 1181 port->port_nbr, trunc_count, in sync_serial_write() 1183 return trunc_count; in sync_serial_write() 1192 DEBUGWRITE(pr_info("w d%d c %u\n", port->port_nbr, trunc_count)); in sync_serial_write() 1193 return trunc_count; in sync_serial_write()
|