Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/video/backlight/
Dhp680_bl.c43 sh_dac_enable(DAC_LCD_BRIGHTNESS); in hp680bl_send_intensity()
47 sh_dac_output(255-(u8)intensity, DAC_LCD_BRIGHTNESS); in hp680bl_send_intensity()
49 sh_dac_output(255-(u8)intensity, DAC_LCD_BRIGHTNESS); in hp680bl_send_intensity()
50 sh_dac_disable(DAC_LCD_BRIGHTNESS); in hp680bl_send_intensity()
55 sh_dac_output(255-(u8)intensity, DAC_LCD_BRIGHTNESS); in hp680bl_send_intensity()
/linux-6.1.9/arch/sh/include/mach-common/mach/
Dhp6xx.h14 #define DAC_LCD_BRIGHTNESS 0 macro