Home
last modified time | relevance | path

Searched refs:swap_bytes (Results 1 – 6 of 6) sorted by relevance

/linux/lib/
A Dsort.c111 static void swap_bytes(void *a, void *b, size_t n) in swap_bytes() function
140 swap_bytes(a, b, size); in do_swap()
/linux/drivers/gpu/drm/
A Ddrm_mipi_dbi.c258 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() local
800 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()
/linux/include/drm/
A Ddrm_mipi_dbi.h43 bool swap_bytes; member
/linux/drivers/gpu/drm/tiny/
A Dili9225.c85 bool swap = dbi->swap_bytes; in ili9225_fb_dirty()
318 if (*cmd == ILI9225_WRITE_DATA_TO_GRAM && !dbi->swap_bytes) in ili9225_dbi_command()
A Dst7586.c348 dbi->swap_bytes = true; in st7586_probe()
/linux/drivers/media/usb/ttusb-dec/
A Dttusb_dec.c633 static void swap_bytes(u8 *b, int length) in swap_bytes() function
643 swap_bytes(b, length); in ttusb_dec_process_urb_frame()

Completed in 18 milliseconds