Home
last modified time | relevance | path

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

/linux/include/drm/
H A Ddrm_mipi_dbi.h45 bool swap_bytes; member
/linux/lib/
H A Dsort.c109 static void swap_bytes(void *a, void *b, size_t n) in swap_bytes() function
/linux/drivers/gpu/drm/
H A Ddrm_mipi_dbi.c870 bool swap_bytes = (bpw == 16); in mipi_dbi_spi1e_transfer() local
/linux/drivers/media/usb/ttusb-dec/
H A Dttusb_dec.c634 static void swap_bytes(u8 *b, int length) in swap_bytes() function