Home
last modified time | relevance | path

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

/linux/lib/
H A Dsort.c109 static void swap_bytes(void *a, void *b, size_t n) in swap_bytes() function
149 swap_bytes(a, b, size); in do_swap()
/linux/drivers/gpu/drm/
H A Ddrm_mipi_dbi.c276 bool swap = dbi->swap_bytes; in mipi_dbi_fb_dirty()
870 bool swap_bytes = (bpw == 16); in mipi_dbi_spi1e_transfer() local
922 if (swap_bytes) { in mipi_dbi_spi1e_transfer()
947 if (swap_bytes) { in mipi_dbi_spi1e_transfer()
1290 dbi->swap_bytes = true; in mipi_dbi_spi_init()
/linux/drivers/gpu/drm/tiny/
H A Dili9225.c87 bool swap = dbi->swap_bytes; in ili9225_fb_dirty()
329 if (*cmd == ILI9225_WRITE_DATA_TO_GRAM && !dbi->swap_bytes) in ili9225_dbi_command()
H A Dili9486.c81 if (*cmd == MIPI_DCS_WRITE_MEMORY_START && !mipi->swap_bytes) in waveshare_command()
H A Dst7586.c364 dbi->swap_bytes = true; in st7586_probe()
/linux/include/drm/
H A Ddrm_mipi_dbi.h45 bool swap_bytes; member
/linux/drivers/media/usb/ttusb-dec/
H A Dttusb_dec.c634 static void swap_bytes(u8 *b, int length) in swap_bytes() function
644 swap_bytes(b, length); in ttusb_dec_process_urb_frame()