Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/video/backlight/
Dhp680_bl.c47 sh_dac_enable(DAC_LCD_BRIGHTNESS); in hp680bl_send_intensity()
51 sh_dac_output(255-(u8)intensity, DAC_LCD_BRIGHTNESS); in hp680bl_send_intensity()
53 sh_dac_output(255-(u8)intensity, DAC_LCD_BRIGHTNESS); in hp680bl_send_intensity()
54 sh_dac_disable(DAC_LCD_BRIGHTNESS); in hp680bl_send_intensity()
59 sh_dac_output(255-(u8)intensity, DAC_LCD_BRIGHTNESS); in hp680bl_send_intensity()
/linux-2.6.39/arch/sh/include/mach-common/mach/
Dhp6xx.h17 #define DAC_LCD_BRIGHTNESS 0 macro