Searched refs:tpo_td043_write (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/displays/ |
H A D | panel-tpo-td043mtea1.c | 123 tpo_td043_write(spi, 0x11, val); in tpo_td043_write_gamma() 127 tpo_td043_write(spi, 0x12, val); in tpo_td043_write_gamma() 131 tpo_td043_write(spi, 0x13, val); in tpo_td043_write_gamma() 135 tpo_td043_write(spi, 0x14 + i, gamma[i] & 0xff); in tpo_td043_write_gamma() 147 return tpo_td043_write(spi, 4, reg4); in tpo_td043_write_mirror() 218 tpo_td043_write(ddata->spi, 2, val); in tpo_td043_mode_store() 300 tpo_td043_write(ddata->spi, 2, in tpo_td043_power_on() 302 tpo_td043_write(ddata->spi, 3, TPO_R03_VAL_NORMAL); in tpo_td043_power_on() 303 tpo_td043_write(ddata->spi, 0x20, 0xf0); in tpo_td043_power_on() 304 tpo_td043_write(ddata->spi, 0x21, 0xf0); in tpo_td043_power_on() [all …]
|