Searched refs:swap_buf (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/tty/serial/ |
D | ifx6x60.h | 128 void (*swap_buf)(unsigned char *buf, int len, void *end); member
|
D | ifx6x60.c | 484 ifx_dev->swap_buf((ifx_dev->tx_buffer), tx_count, in ifx_spi_prepare_tx_buffer() 663 ifx_dev->swap_buf(ifx_dev->rx_buffer, IFX_SPI_HEADER_OVERHEAD, in ifx_spi_complete() 682 ifx_dev->swap_buf( in ifx_spi_complete() 1047 ifx_dev->swap_buf = swap_buf_32; in ifx_spi_spi_probe() 1049 ifx_dev->swap_buf = swap_buf_16; in ifx_spi_spi_probe() 1051 ifx_dev->swap_buf = swap_buf_8; in ifx_spi_spi_probe()
|
/linux-4.4.14/net/bluetooth/ |
D | smp.c | 156 static inline void swap_buf(const u8 *src, u8 *dst, size_t len) in swap_buf() function 190 swap_buf(k, tmp, 16); in aes_cmac() 191 swap_buf(m, msg_msb, len); in aes_cmac() 216 swap_buf(mac_msb, mac, 16); in aes_cmac() 391 swap_buf(k, tmp, 16); in smp_e() 400 swap_buf(r, data, 16); in smp_e() 409 swap_buf(data, r, 16); in smp_e()
|