Home
last modified time | relevance | path

Searched defs:swap_bytes (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_mipi_dbi.h43 bool swap_bytes; member
/OK3568_Linux_fs/kernel/lib/
H A Dsort.c111 static void swap_bytes(void *a, void *b, size_t n) in swap_bytes() function
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_mipi_dbi.c755 bool swap_bytes = (bpw == 16 && mipi_dbi_machine_little_endian()); in mipi_dbi_spi1e_transfer() local
/OK3568_Linux_fs/kernel/drivers/media/usb/ttusb-dec/
H A Dttusb_dec.c636 static void swap_bytes(u8 *b, int length) in swap_bytes() function