Searched refs:cmd_present (Results 1 – 2 of 2) sorted by relevance
| /Zephyr-latest/drivers/mipi_dbi/ |
| D | mipi_dbi_spi.c | 70 bool cmd_present, uint8_t cmd, in mipi_dbi_spi_write_helper_3wire() argument 95 if (cmd_present) { in mipi_dbi_spi_write_helper_3wire() 119 bool cmd_present, uint8_t cmd, in mipi_dbi_spi_write_helper_4wire_8bit() argument 139 if (cmd_present) { in mipi_dbi_spi_write_helper_4wire_8bit() 170 bool cmd_present, uint8_t cmd, in mipi_dbi_spi_write_helper_4wire_16bit() argument 188 if (cmd_present) { in mipi_dbi_spi_write_helper_4wire_16bit() 257 bool cmd_present, uint8_t cmd, in mipi_dbi_spi_write_helper() argument 272 cmd_present, cmd, in mipi_dbi_spi_write_helper() 283 cmd_present, cmd, in mipi_dbi_spi_write_helper() 293 cmd_present, cmd, in mipi_dbi_spi_write_helper()
|
| D | mipi_dbi_bitbang.c | 86 const struct mipi_dbi_config *dbi_config, bool cmd_present, in mipi_dbi_bitbang_write_helper() argument 104 if (cmd_present) { in mipi_dbi_bitbang_write_helper() 129 if (cmd_present) { in mipi_dbi_bitbang_write_helper()
|