Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/serial/
Difx6x60.c471 ifx_dev->swap_buf((ifx_dev->tx_buffer), tx_count, in ifx_spi_prepare_tx_buffer()
650 ifx_dev->swap_buf(ifx_dev->rx_buffer, IFX_SPI_HEADER_OVERHEAD, in ifx_spi_complete()
669 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()
Difx6x60.h115 void (*swap_buf)(unsigned char *buf, int len, void *end); member
/kernel/linux/linux-5.10/net/bluetooth/
Dsmp.c157 static inline void swap_buf(const u8 *src, u8 *dst, size_t len) in swap_buf() function
184 swap_buf(k, tmp, 16); in aes_cmac()
185 swap_buf(m, msg_msb, len); in aes_cmac()
202 swap_buf(mac_msb, mac, 16); in aes_cmac()
384 swap_buf(k, tmp, 16); in smp_e()
393 swap_buf(r, data, 16); in smp_e()
398 swap_buf(data, r, 16); in smp_e()