Home
last modified time | relevance | path

Searched refs:swap_buf (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/tty/serial/
Difx6x60.h112 void (*swap_buf)(unsigned char *buf, int len, void *end); member
Difx6x60.c473 ifx_dev->swap_buf((ifx_dev->tx_buffer), tx_count, in ifx_spi_prepare_tx_buffer()
652 ifx_dev->swap_buf(ifx_dev->rx_buffer, IFX_SPI_HEADER_OVERHEAD, in ifx_spi_complete()
671 ifx_dev->swap_buf( in ifx_spi_complete()
1036 ifx_dev->swap_buf = swap_buf_32; in ifx_spi_spi_probe()
1038 ifx_dev->swap_buf = swap_buf_16; in ifx_spi_spi_probe()
1040 ifx_dev->swap_buf = swap_buf_8; in ifx_spi_spi_probe()
/Linux-v5.4/net/bluetooth/
Dsmp.c157 static inline void swap_buf(const u8 *src, u8 *dst, size_t len) in swap_buf() function
187 swap_buf(k, tmp, 16); in aes_cmac()
188 swap_buf(m, msg_msb, len); in aes_cmac()
206 swap_buf(mac_msb, mac, 16); in aes_cmac()
388 swap_buf(k, tmp, 16); in smp_e()
397 swap_buf(r, data, 16); in smp_e()
402 swap_buf(data, r, 16); in smp_e()