Home
last modified time | relevance | path

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

/external/u-boot/drivers/video/
Dscf0403_lcd.c20 struct scf0403_cmd { struct
27 struct scf0403_cmd cmd; argument
96 static struct scf0403_cmd scf0403_cmd_slpout = {0x11, NULL, 0};
97 static struct scf0403_cmd scf0403_cmd_dison = {0x29, NULL, 0};
189 static int scf0403_spi_transfer(struct spi_slave *spi, struct scf0403_cmd *cmd) in scf0403_spi_transfer()