Home
last modified time | relevance | path

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

/device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/v4l2_dev/app/control/
Dacamera_connection.c113 uint32_t rx_buffer_inx; member
125 con.rx_buffer_inx = 0; in reset_connection()
540 … res = con.data_read( con.param, &con.buffer[con.rx_buffer_inx], HEADER_SIZE - con.rx_buffer_inx ); in acamera_connection_process()
547 con.rx_buffer_inx += res; in acamera_connection_process()
548 if ( con.rx_buffer_inx >= HEADER_SIZE ) { in acamera_connection_process()
560 …EADER_SIZE], MIN( CONNECTION_BUFFER_SIZE - HEADER_SIZE, con.rx_buffer_size - con.rx_buffer_inx ) ); in acamera_connection_process()
567 con.rx_buffer_inx += res; in acamera_connection_process()
568 if ( con.rx_buffer_inx >= con.rx_buffer_size ) { in acamera_connection_process()
576 …res = con.data_read( con.param, &con.buffer[con.rx_buffer_inx], con.rx_buffer_size - con.rx_buffer… in acamera_connection_process()
583 con.rx_buffer_inx += res; in acamera_connection_process()
[all …]