Searched refs:swap_bytes (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/lib/ |
| H A D | sort.c | 109 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 D | eytzinger.c | 97 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 D | drm_mipi_dbi.c | 276 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 D | drm_mipi_dbi.h | 45 bool swap_bytes; member
|
| /linux-6.15/drivers/gpu/drm/tiny/ |
| H A D | ili9225.c | 88 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 D | ili9486.c | 82 if (*cmd == MIPI_DCS_WRITE_MEMORY_START && !mipi->swap_bytes) in waveshare_command()
|
| H A D | st7586.c | 365 dbi->swap_bytes = true; in st7586_probe()
|
| /linux-6.15/include/linux/ |
| H A D | min_heap.h | 147 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 D | ttusb_dec.c | 634 static void swap_bytes(u8 *b, int length) in swap_bytes() function 644 swap_bytes(b, length); in ttusb_dec_process_urb_frame()
|