Searched refs:LTV_GAMMA (Results 1 – 2 of 2) sorted by relevance
/drivers/video/backlight/ |
D | ltv350qv.c | 109 ret |= ltv350qv_write_reg(lcd, LTV_GAMMA(0), 0x0103); in ltv350qv_power_on() 110 ret |= ltv350qv_write_reg(lcd, LTV_GAMMA(1), 0x0301); in ltv350qv_power_on() 111 ret |= ltv350qv_write_reg(lcd, LTV_GAMMA(2), 0x1f0f); in ltv350qv_power_on() 112 ret |= ltv350qv_write_reg(lcd, LTV_GAMMA(3), 0x1f0f); in ltv350qv_power_on() 113 ret |= ltv350qv_write_reg(lcd, LTV_GAMMA(4), 0x0707); in ltv350qv_power_on() 114 ret |= ltv350qv_write_reg(lcd, LTV_GAMMA(5), 0x0307); in ltv350qv_power_on() 115 ret |= ltv350qv_write_reg(lcd, LTV_GAMMA(6), 0x0707); in ltv350qv_power_on() 116 ret |= ltv350qv_write_reg(lcd, LTV_GAMMA(7), 0x0000); in ltv350qv_power_on() 117 ret |= ltv350qv_write_reg(lcd, LTV_GAMMA(8), 0x0004); in ltv350qv_power_on() 118 ret |= ltv350qv_write_reg(lcd, LTV_GAMMA(9), 0x0000); in ltv350qv_power_on()
|
D | ltv350qv.h | 24 #define LTV_GAMMA(x) (0x10 + (x)) /* Gamma control */ macro
|