Searched refs:ltv350qv_write_reg (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/video/backlight/ |
| H A D | ltv350qv.c | 35 static int ltv350qv_write_reg(struct ltv350qv *lcd, u8 reg, u16 val) in ltv350qv_write_reg() function 71 if (ltv350qv_write_reg(lcd, LTV_PWRCTL1, 0x0000)) in ltv350qv_power_on() 76 if (ltv350qv_write_reg(lcd, LTV_PWRCTL1, LTV_VCOM_DISABLE)) in ltv350qv_power_on() 78 if (ltv350qv_write_reg(lcd, LTV_PWRCTL2, LTV_VCOML_ENABLE)) in ltv350qv_power_on() 82 if (ltv350qv_write_reg(lcd, LTV_PWRCTL1, in ltv350qv_power_on() 90 ret = ltv350qv_write_reg(lcd, LTV_IFCTL, in ltv350qv_power_on() 92 ret |= ltv350qv_write_reg(lcd, LTV_DATACTL, in ltv350qv_power_on() 95 ret |= ltv350qv_write_reg(lcd, LTV_ENTRY_MODE, in ltv350qv_power_on() 101 ret |= ltv350qv_write_reg(lcd, LTV_GATECTL1, LTV_CLW(3)); in ltv350qv_power_on() 102 ret |= ltv350qv_write_reg(lcd, LTV_GATECTL2, in ltv350qv_power_on() [all …]
|