Searched refs:nt35510_write_sequence (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/drivers/display/ |
D | display_nt35510.c | 176 static int nt35510_write_sequence(const struct device *dev, const struct nt35510_init_cmd *cmd, in nt35510_write_sequence() function 195 ret = nt35510_write_sequence(dev, init_cmds, ARRAY_SIZE(init_cmds)); in nt35510_config() 204 ret = nt35510_write_sequence(dev, portrait_cmds, ARRAY_SIZE(portrait_cmds)); in nt35510_config() 206 ret = nt35510_write_sequence(dev, landscape_cmds, ARRAY_SIZE(landscape_cmds)); in nt35510_config() 230 ret = nt35510_write_sequence(dev, turn_on_cmds, ARRAY_SIZE(turn_on_cmds)); in nt35510_config()
|