Searched refs:data_ptr (Results 1 – 2 of 2) sorted by relevance
1628 char *data_ptr; in i2s_write() local1647 data_ptr = (char *)p_i2s[i2s_num]->tx->curr_ptr; in i2s_write()1648 data_ptr += p_i2s[i2s_num]->tx->rw_pos; in i2s_write()1653 memcpy(data_ptr, src_byte, bytes_can_write); in i2s_write()1668 char *data_ptr; in i2s_write_expand() local1709 data_ptr = (char *)p_i2s[i2s_num]->tx->curr_ptr; in i2s_write_expand()1710 data_ptr += p_i2s[i2s_num]->tx->rw_pos; in i2s_write_expand()1718 memset(data_ptr, 0, bytes_can_write); in i2s_write_expand()1721 memcpy(&data_ptr[j], (const char *)(src + *bytes_written), aim_bytes - zero_bytes); in i2s_write_expand()1733 char *data_ptr;; in i2s_read() local[all …]
127 void* data_ptr = NULL; in handler_execute() local131 data_ptr = post.data.ptr; in handler_execute()133 data_ptr = &post.data.val; in handler_execute()137 (*(handler->handler_ctx->handler))(handler->handler_ctx->arg, post.base, post.id, data_ptr); in handler_execute()