Searched refs:buffer_from_index_validate (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/subsys/ipc/ipc_service/backends/ |
D | ipc_icbmsg.c | 250 static uint8_t *buffer_from_index_validate(const struct channel_config *ch_conf, in buffer_from_index_validate() function 310 expected = buffer_from_index_validate(ch_conf, block_index, size, false); in buffer_to_index_validate() 854 buffer = buffer_from_index_validate(&conf->rx, rx_block_index, &size, true); in received_data() 888 buffer = buffer_from_index_validate(&conf->tx, tx_block_index, &size, false); in received_release_data() 914 buffer = buffer_from_index_validate(&conf->rx, rx_block_index, &size, true); in received_bound()
|