Home
last modified time | relevance | path

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

/linux-4.4.14/arch/cris/arch-v32/drivers/
Dsync_serial.c161 int out_buf_count; member
341 port->out_buf_count = 0; in initialize_port()
582 port->out_buf_count < OUT_BUFFER_SIZE) in sync_serial_poll()
1079 int out_buf_count; in sync_serial_write() local
1106 out_buf_count = port->out_buf_count; in sync_serial_write()
1112 out_buf_count >= OUT_BUFFER_SIZE)) { in sync_serial_write()
1120 wr_ptr = rd_ptr + out_buf_count; in sync_serial_write()
1128 bytes_free = OUT_BUFFER_SIZE - out_buf_count; in sync_serial_write()
1137 out_buf_count, trunc_count, in sync_serial_write()
1138 port->out_buf_count, port->out_buffer, in sync_serial_write()
[all …]
/linux-4.4.14/drivers/media/platform/exynos4-is/
Dfimc-core.c1218 .out_buf_count = 4,
1230 .out_buf_count = 4,
1241 .out_buf_count = 32,
1251 .out_buf_count = 32,
Dfimc-core.h396 u8 out_buf_count; member
Dfimc-reg.c40 if (dev->drv_data->out_buf_count > 4) in fimc_hw_reset()