Home
last modified time | relevance | path

Searched refs:tx_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.c115 uint32_t tx_buffer_inx; member
126 con.tx_buffer_inx = 0; in reset_connection()
470 con.tx_buffer_inx = 0; in process_request()
571 con.tx_buffer_inx = 0; in acamera_connection_process()
589 …res = con.data_write( con.param, &con.buffer[con.tx_buffer_inx], con.tx_buffer_size - con.tx_buffe… in acamera_connection_process()
596 con.tx_buffer_inx += res; in acamera_connection_process()
597 if ( con.tx_buffer_inx >= con.tx_buffer_size ) { in acamera_connection_process()