Searched refs:swap_bytes (Results 1 – 7 of 7) sorted by relevance
| /linux/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/drivers/gpu/drm/ |
| H A D | drm_mipi_dbi.c | 284 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 D | ili9225.c | 89 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 D | ili9486.c | 83 if (*cmd == MIPI_DCS_WRITE_MEMORY_START && !mipi->swap_bytes) in waveshare_command()
|
| /linux/include/drm/ |
| H A D | drm_mipi_dbi.h | 45 bool swap_bytes; member
|
| /linux/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/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()
|