Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/fs/bcachefs/
H A Deytzinger.c97 static void swap_bytes(void *a, void *b, size_t n) in swap_bytes() function
137 swap_bytes(a, b, size); in do_swap()
/linux-6.15/drivers/gpu/drm/
H A Ddrm_mipi_dbi.c276 bool swap = dbi->swap_bytes; in mipi_dbi_fb_dirty()
874 bool swap_bytes = (bpw == 16); in mipi_dbi_spi1e_transfer() local
926 if (swap_bytes) { in mipi_dbi_spi1e_transfer()
951 if (swap_bytes) { in mipi_dbi_spi1e_transfer()
1294 dbi->swap_bytes = true; in mipi_dbi_spi_init()
/linux-6.15/include/drm/
H A Ddrm_mipi_dbi.h45 bool swap_bytes; member
/linux-6.15/drivers/gpu/drm/tiny/
H A Dili9225.c88 bool swap = dbi->swap_bytes; in ili9225_fb_dirty()
330 if (*cmd == ILI9225_WRITE_DATA_TO_GRAM && !dbi->swap_bytes) in ili9225_dbi_command()
H A Dili9486.c82 if (*cmd == MIPI_DCS_WRITE_MEMORY_START && !mipi->swap_bytes) in waveshare_command()
H A Dst7586.c365 dbi->swap_bytes = true; in st7586_probe()
/linux-6.15/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-6.15/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()