Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/video/fbdev/core/
H A Dfbsysfs.c430 u8 tmp_curve[FB_BACKLIGHT_LEVELS]; in store_bl_curve() local
445 &tmp_curve[i * 8 + 0], in store_bl_curve()
446 &tmp_curve[i * 8 + 1], in store_bl_curve()
447 &tmp_curve[i * 8 + 2], in store_bl_curve()
448 &tmp_curve[i * 8 + 3], in store_bl_curve()
449 &tmp_curve[i * 8 + 4], in store_bl_curve()
450 &tmp_curve[i * 8 + 5], in store_bl_curve()
451 &tmp_curve[i * 8 + 6], in store_bl_curve()
452 &tmp_curve[i * 8 + 7]) != 8) in store_bl_curve()
460 fb_info->bl_curve[i] = tmp_curve[ in store_bl_curve()
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/core/
H A Dfbsysfs.c357 u8 tmp_curve[FB_BACKLIGHT_LEVELS]; in store_bl_curve() local
372 &tmp_curve[i * 8 + 0], in store_bl_curve()
373 &tmp_curve[i * 8 + 1], in store_bl_curve()
374 &tmp_curve[i * 8 + 2], in store_bl_curve()
375 &tmp_curve[i * 8 + 3], in store_bl_curve()
376 &tmp_curve[i * 8 + 4], in store_bl_curve()
377 &tmp_curve[i * 8 + 5], in store_bl_curve()
378 &tmp_curve[i * 8 + 6], in store_bl_curve()
379 &tmp_curve[i * 8 + 7]) != 8) in store_bl_curve()
387 fb_info->bl_curve[i] = tmp_curve[ in store_bl_curve()
[all...]

Completed in 2 milliseconds