Searched refs:bytes_map (Results 1 – 2 of 2) sorted by relevance
172 unsigned char *bytes_map = (unsigned char *)&adx->map; in tegra210_adx_get_byte_map() local179 ucontrol->value.integer.value[0] = bytes_map[mc->reg]; in tegra210_adx_get_byte_map()191 unsigned char *bytes_map = (unsigned char *)&adx->map; in tegra210_adx_put_byte_map() local196 if (value == bytes_map[mc->reg]) in tegra210_adx_put_byte_map()201 bytes_map[mc->reg] = value; in tegra210_adx_put_byte_map()205 bytes_map[mc->reg] = 0; in tegra210_adx_put_byte_map()
197 unsigned char *bytes_map = (unsigned char *)&amx->map; in tegra210_amx_get_byte_map() local207 ucontrol->value.integer.value[0] = bytes_map[reg]; in tegra210_amx_get_byte_map()221 unsigned char *bytes_map = (unsigned char *)&amx->map; in tegra210_amx_put_byte_map() local225 if (value == bytes_map[reg]) in tegra210_amx_put_byte_map()230 bytes_map[reg] = value; in tegra210_amx_put_byte_map()237 bytes_map[reg] = 0; in tegra210_amx_put_byte_map()
Completed in 5 milliseconds