Lines Matching full:shared
14 * Communication is via a statically sized and allocated buffer in shared
17 * This API handles all aspects of the shared memory buffer's metadata, and
33 * struct tegra_ivc - In-memory shared memory layout.
48 * rx_channel - Pointer to the shared memory region used to receive
53 * tx_channel - Pointer to the shared memory region used to send
69 * shared memory.
73 * frame_size - The size of each frame in shared memory.
152 * tegra_ivc_channel_reset - initiates a reset of the shared memory state
167 * @rx_base Address of the the RX shared memory buffer.
168 * @tx_base Address of the the TX shared memory buffer.
169 * @nframes Number of frames in each shared memory buffer.