Searched refs:tmp_curves (Results 1 – 1 of 1) sorted by relevance
116 u32 tmp_curves[FBTFT_GAMMA_MAX_VALUES_TOTAL]; in store_gamma_curve() local119 ret = fbtft_gamma_parse_str(par, tmp_curves, buf, count); in store_gamma_curve()123 ret = par->fbtftops.set_gamma(par, tmp_curves); in store_gamma_curve()128 memcpy(par->gamma.curves, tmp_curves, in store_gamma_curve()130 sizeof(tmp_curves[0])); in store_gamma_curve()