Home
last modified time | relevance | path

Searched refs:tosa_tg_send (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/video/backlight/
Dtosa_lcd.c46 static int tosa_tg_send(struct spi_device *spi, int adrs, uint8_t data) in tosa_tg_send() function
66 return tosa_tg_send(spi, TG_GPODR2, enable ? 0x01 : 0x00); in tosa_bl_enable()
78 tosa_tg_send(data->spi, TG_TPOSCTL, 0x00); in tosa_lcd_tg_init()
80 tosa_tg_send(data->spi, TG_GPOSR, 0x02); in tosa_lcd_tg_init()
91 tosa_tg_send(spi, TG_PNLCTL, value); in tosa_lcd_tg_on()
94 tosa_tg_send(spi, TG_PINICTL, 0x4); in tosa_lcd_tg_on()
98 tosa_tg_send(spi, TG_PINICTL, 0x0); in tosa_lcd_tg_on()
120 tosa_tg_send(spi, TG_PINICTL, 0x4); in tosa_lcd_tg_off()
124 tosa_tg_send(spi, TG_PINICTL, 0x6); in tosa_lcd_tg_off()