Searched refs:tmp_curves (Results 1 – 1 of 1) sorted by relevance
120 u32 tmp_curves[FBTFT_GAMMA_MAX_VALUES_TOTAL]; in store_gamma_curve() local123 ret = fbtft_gamma_parse_str(par, tmp_curves, buf, count); in store_gamma_curve()127 ret = par->fbtftops.set_gamma(par, tmp_curves); in store_gamma_curve()132 memcpy(par->gamma.curves, tmp_curves, in store_gamma_curve()134 sizeof(tmp_curves[0])); in store_gamma_curve()
Completed in 5 milliseconds