Home
last modified time | relevance | path

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

/linux-6.15/drivers/video/backlight/
H A Dhp680_bl.c42 sh_dac_enable(DAC_LCD_BRIGHTNESS); in hp680bl_send_intensity()
46 sh_dac_output(255-(u8)intensity, DAC_LCD_BRIGHTNESS); in hp680bl_send_intensity()
48 sh_dac_output(255-(u8)intensity, DAC_LCD_BRIGHTNESS); in hp680bl_send_intensity()
49 sh_dac_disable(DAC_LCD_BRIGHTNESS); in hp680bl_send_intensity()
54 sh_dac_output(255-(u8)intensity, DAC_LCD_BRIGHTNESS); in hp680bl_send_intensity()
/linux-6.15/arch/sh/include/mach-common/mach/
H A Dhp6xx.h14 #define DAC_LCD_BRIGHTNESS 0 macro