Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/displays/
H A Dpanel-sony-acx565akm.c408 static const char * const cabc_modes[] = { variable
429 if (mode >= 0 && mode < ARRAY_SIZE(cabc_modes)) in show_cabc_mode()
430 mode_str = cabc_modes[mode]; in show_cabc_mode()
443 for (i = 0; i < ARRAY_SIZE(cabc_modes); i++) { in store_cabc_mode()
444 const char *mode_str = cabc_modes[i]; in store_cabc_mode()
456 if (i == ARRAY_SIZE(cabc_modes)) in store_cabc_mode()
478 return sysfs_emit(buf, "%s\n", cabc_modes[0]); in show_cabc_available_modes()
481 len < PAGE_SIZE && i < ARRAY_SIZE(cabc_modes); i++) in show_cabc_available_modes()
483 i ? " " : "", cabc_modes[i], in show_cabc_available_modes()
484 i == ARRAY_SIZE(cabc_modes) in show_cabc_available_modes()
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/displays/
H A Dpanel-sony-acx565akm.c409 static const char * const cabc_modes[] = { variable
430 if (mode >= 0 && mode < ARRAY_SIZE(cabc_modes)) in show_cabc_mode()
431 mode_str = cabc_modes[mode]; in show_cabc_mode()
444 for (i = 0; i < ARRAY_SIZE(cabc_modes); i++) { in store_cabc_mode()
445 const char *mode_str = cabc_modes[i]; in store_cabc_mode()
457 if (i == ARRAY_SIZE(cabc_modes)) in store_cabc_mode()
479 return sysfs_emit(buf, "%s\n", cabc_modes[0]); in show_cabc_available_modes()
482 len < PAGE_SIZE && i < ARRAY_SIZE(cabc_modes); i++) in show_cabc_available_modes()
484 i ? " " : "", cabc_modes[i], in show_cabc_available_modes()
485 i == ARRAY_SIZE(cabc_modes) in show_cabc_available_modes()
[all...]

Completed in 3 milliseconds