Lines Matching defs:bpw
851 unsigned int bpw)
853 bool swap_bytes = (bpw == 16 && mipi_dbi_machine_little_endian());
969 unsigned int bpw)
983 return mipi_dbi_spi1e_transfer(dbi, dc, buf, len, bpw);
1002 if (bpw == 16 && mipi_dbi_machine_little_endian()) {
1062 "reading on host not supporting 9 bpw not yet implemented\n");
1086 unsigned int bpw = (*cmd == MIPI_DCS_WRITE_MEMORY_START) ? 16 : 8;
1098 return mipi_dbi_spi1_transfer(dbi, 1, parameters, num, bpw);
1174 unsigned int bpw = 8;
1192 bpw = 16;
1197 ret = mipi_dbi_spi_transfer(spi, speed_hz, bpw, par, num);
1277 * @bpw: Bits per word
1289 u8 bpw, const void *buf, size_t len)
1293 .bits_per_word = bpw,