Home
last modified time | relevance | path

Searched refs:out_buf_count (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/cris/arch-v32/drivers/
Dsync_serial.c135 int out_buf_count; member
312 port->out_buf_count = 0; in initialize_port()
640 port->out_buf_count < OUT_BUFFER_SIZE) in sync_serial_poll()
988 int out_buf_count; in sync_serial_write() local
1015 out_buf_count = port->out_buf_count; in sync_serial_write()
1021 out_buf_count >= OUT_BUFFER_SIZE)) { in sync_serial_write()
1029 wr_ptr = rd_ptr + out_buf_count; in sync_serial_write()
1037 bytes_free = OUT_BUFFER_SIZE - out_buf_count; in sync_serial_write()
1046 out_buf_count, trunc_count, in sync_serial_write()
1047 port->out_buf_count, port->out_buffer, in sync_serial_write()
[all …]
/linux-2.6.39/drivers/media/video/s5p-fimc/
Dfimc-core.c1715 if (fimc->variant->out_buf_count > 4) in fimc_probe()
1806 .out_buf_count = 4,
1814 .out_buf_count = 4,
1825 .out_buf_count = 4,
1837 .out_buf_count = 4,
1846 .out_buf_count = 4,
1859 .out_buf_count = 32,
1870 .out_buf_count = 32,
Dfimc-core.h373 u16 out_buf_count; member