Lines Matching defs:bpw
753 unsigned int bpw)
755 bool swap_bytes = (bpw == 16 && mipi_dbi_machine_little_endian());
871 unsigned int bpw)
885 return mipi_dbi_spi1e_transfer(dbi, dc, buf, len, bpw);
904 if (bpw == 16 && mipi_dbi_machine_little_endian()) {
935 unsigned int bpw = (*cmd == MIPI_DCS_WRITE_MEMORY_START) ? 16 : 8;
947 return mipi_dbi_spi1_transfer(dbi, 1, parameters, num, bpw);
1020 unsigned int bpw = 8;
1036 bpw = 16;
1041 return mipi_dbi_spi_transfer(spi, speed_hz, bpw, par, num);
1118 * @bpw: Bits per word
1129 u8 bpw, const void *buf, size_t len)
1133 .bits_per_word = bpw,