Searched refs:swap_bytes (Results 1 – 6 of 6) sorted by relevance
111 static void swap_bytes(void *a, void *b, size_t n) in swap_bytes() function140 swap_bytes(a, b, size); in do_swap()
258 bool swap = dbi->swap_bytes; in mipi_dbi_fb_dirty()748 bool swap_bytes = (bpw == 16 && mipi_dbi_machine_little_endian()); in mipi_dbi_spi1e_transfer() local800 if (swap_bytes) { in mipi_dbi_spi1e_transfer()825 if (swap_bytes) { in mipi_dbi_spi1e_transfer()1081 if (*cmd == MIPI_DCS_WRITE_MEMORY_START && !dbi->swap_bytes) in mipi_dbi_typec3_command()1143 dbi->swap_bytes = true; in mipi_dbi_spi_init()
43 bool swap_bytes; member
85 bool swap = dbi->swap_bytes; in ili9225_fb_dirty()318 if (*cmd == ILI9225_WRITE_DATA_TO_GRAM && !dbi->swap_bytes) in ili9225_dbi_command()
348 dbi->swap_bytes = true; in st7586_probe()
633 static void swap_bytes(u8 *b, int length) in swap_bytes() function643 swap_bytes(b, length); in ttusb_dec_process_urb_frame()
Completed in 18 milliseconds