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.c284 bool swap = dbi->swap_bytes; in mipi_dbi_fb_dirty()
882 bool swap_bytes = (bpw == 16); in mipi_dbi_spi1e_transfer() local
934 if (swap_bytes) { in mipi_dbi_spi1e_transfer()
959 if (swap_bytes) { in mipi_dbi_spi1e_transfer()
1302 dbi->swap_bytes = true; in mipi_dbi_spi_init()
/linux/drivers/gpu/drm/tiny/
H A Dili9225.c89 bool swap = dbi->swap_bytes; in ili9225_fb_dirty()
331 if (*cmd == ILI9225_WRITE_DATA_TO_GRAM && !dbi->swap_bytes) in ili9225_dbi_command()
H A Dili9486.c83 if (*cmd == MIPI_DCS_WRITE_MEMORY_START && !mipi->swap_bytes) in waveshare_command()
/linux/include/drm/
H A Ddrm_mipi_dbi.h45 bool swap_bytes; member
/linux/include/linux/
H A Dmin_heap.h147 void swap_bytes(void *a, void *b, size_t n) in swap_bytes() function
188 swap_bytes(a, b, size); in do_swap()
/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()