Searched refs:tpo_td043_write (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/video/fbdev/omap2/displays-new/ |
| D | panel-tpo-td043mtea1.c | 99 static int tpo_td043_write(struct spi_device *spi, u8 addr, u8 data) in tpo_td043_write() function 129 tpo_td043_write(spi, 0x11, val); in tpo_td043_write_gamma() 133 tpo_td043_write(spi, 0x12, val); in tpo_td043_write_gamma() 137 tpo_td043_write(spi, 0x13, val); in tpo_td043_write_gamma() 141 tpo_td043_write(spi, 0x14 + i, gamma[i] & 0xff); in tpo_td043_write_gamma() 153 return tpo_td043_write(spi, 4, reg4); in tpo_td043_write_mirror() 224 tpo_td043_write(ddata->spi, 2, val); in tpo_td043_mode_store() 307 tpo_td043_write(ddata->spi, 2, in tpo_td043_power_on() 309 tpo_td043_write(ddata->spi, 3, TPO_R03_VAL_NORMAL); in tpo_td043_power_on() 310 tpo_td043_write(ddata->spi, 0x20, 0xf0); in tpo_td043_power_on() [all …]
|