Searched refs:tpo_td043_write (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/displays/ |
| H A D | panel-tpo-td043mtea1.c | 94 static int tpo_td043_write(struct spi_device *spi, u8 addr, u8 data) in tpo_td043_write() function 124 tpo_td043_write(spi, 0x11, val); in tpo_td043_write_gamma() 128 tpo_td043_write(spi, 0x12, val); in tpo_td043_write_gamma() 132 tpo_td043_write(spi, 0x13, val); in tpo_td043_write_gamma() 136 tpo_td043_write(spi, 0x14 + i, gamma[i] & 0xff); in tpo_td043_write_gamma() 148 return tpo_td043_write(spi, 4, reg4); in tpo_td043_write_mirror() 219 tpo_td043_write(ddata->spi, 2, val); in tpo_td043_mode_store() 302 tpo_td043_write(ddata->spi, 2, in tpo_td043_power_on() 304 tpo_td043_write(ddata->spi, 3, TPO_R03_VAL_NORMAL); in tpo_td043_power_on() 305 tpo_td043_write(ddata->spi, 0x20, 0xf0); in tpo_td043_power_on() [all …]
|