Home
last modified time | relevance | path

Searched refs:tmp_curve (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/video/fbdev/core/
Dfbsysfs.c440 u8 tmp_curve[FB_BACKLIGHT_LEVELS]; in store_bl_curve() local
455 &tmp_curve[i * 8 + 0], in store_bl_curve()
456 &tmp_curve[i * 8 + 1], in store_bl_curve()
457 &tmp_curve[i * 8 + 2], in store_bl_curve()
458 &tmp_curve[i * 8 + 3], in store_bl_curve()
459 &tmp_curve[i * 8 + 4], in store_bl_curve()
460 &tmp_curve[i * 8 + 5], in store_bl_curve()
461 &tmp_curve[i * 8 + 6], in store_bl_curve()
462 &tmp_curve[i * 8 + 7]) != 8) in store_bl_curve()
470 fb_info->bl_curve[i] = tmp_curve[i]; in store_bl_curve()