Searched refs:swap_bytes (Results 1 - 8 of 8) sorted by relevance

/linux-master/lib/
H A Dsort.c104 * swap_bytes - swap two elements a byte at a time
111 static void swap_bytes(void *a, void *b, size_t n) function
151 swap_bytes(a, b, size);
/linux-master/fs/bcachefs/
H A Deytzinger.c90 * swap_bytes - swap two elements a byte at a time
97 static void swap_bytes(void *a, void *b, size_t n) function
137 swap_bytes(a, b, size);
/linux-master/include/drm/
H A Ddrm_mipi_dbi.h43 * @swap_bytes: Swap bytes in buffer before transfer
45 bool swap_bytes; member in struct:mipi_dbi
/linux-master/drivers/gpu/drm/
H A Ddrm_mipi_dbi.c264 bool swap = dbi->swap_bytes;
858 bool swap_bytes = (bpw == 16 && mipi_dbi_machine_little_endian()); local
910 if (swap_bytes) {
935 if (swap_bytes) {
1196 if (*cmd == MIPI_DCS_WRITE_MEMORY_START && !dbi->swap_bytes)
1261 dbi->swap_bytes = true;
/linux-master/drivers/gpu/drm/tiny/
H A Dili9486.c81 if (*cmd == MIPI_DCS_WRITE_MEMORY_START && !mipi->swap_bytes)
H A Dili9225.c87 bool swap = dbi->swap_bytes;
329 if (*cmd == ILI9225_WRITE_DATA_TO_GRAM && !dbi->swap_bytes)
H A Dst7586.c359 * but setting mipi->swap_bytes makes mipi_dbi_typec3_command() do the
364 dbi->swap_bytes = true;
/linux-master/drivers/media/usb/ttusb-dec/
H A Dttusb_dec.c633 static void swap_bytes(u8 *b, int length) function
643 swap_bytes(b, length);

Completed in 162 milliseconds