Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/tinydrm/
Dmipi-dbi.c216 bool swap = mipi->swap_bytes; in mipi_dbi_fb_dirty()
563 bool swap_bytes = (bpw == 16 && tinydrm_machine_little_endian()); in mipi_dbi_spi1e_transfer() local
617 if (swap_bytes) { in mipi_dbi_spi1e_transfer()
642 if (swap_bytes) { in mipi_dbi_spi1e_transfer()
849 if (cmd == MIPI_DCS_WRITE_MEMORY_START && !mipi->swap_bytes) in mipi_dbi_typec3_command()
918 mipi->swap_bytes = true; in mipi_dbi_spi_init()
Dili9225.c83 bool swap = mipi->swap_bytes; in ili9225_fb_dirty()
295 if (cmd == ILI9225_WRITE_DATA_TO_GRAM && !mipi->swap_bytes) in ili9225_dbi_command()
Dst7586.c367 mipi->swap_bytes = true; in st7586_probe()
/Linux-v4.19/include/drm/tinydrm/
Dmipi-dbi.h51 bool swap_bytes; member
/Linux-v4.19/drivers/media/usb/ttusb-dec/
Dttusb_dec.c645 static void swap_bytes(u8 *b, int length) in swap_bytes() function
655 swap_bytes(b, length); in ttusb_dec_process_urb_frame()