swap_buf          473 drivers/tty/serial/ifx6x60.c 	ifx_dev->swap_buf((ifx_dev->tx_buffer), tx_count,
swap_buf          652 drivers/tty/serial/ifx6x60.c 		ifx_dev->swap_buf(ifx_dev->rx_buffer, IFX_SPI_HEADER_OVERHEAD,
swap_buf          671 drivers/tty/serial/ifx6x60.c 		ifx_dev->swap_buf(
swap_buf         1036 drivers/tty/serial/ifx6x60.c 		ifx_dev->swap_buf = swap_buf_32;
swap_buf         1038 drivers/tty/serial/ifx6x60.c 		ifx_dev->swap_buf = swap_buf_16;
swap_buf         1040 drivers/tty/serial/ifx6x60.c 		ifx_dev->swap_buf = swap_buf_8;
swap_buf          112 drivers/tty/serial/ifx6x60.h 	void (*swap_buf)(unsigned char *buf, int len, void *end);
swap_buf          187 net/bluetooth/smp.c 	swap_buf(k, tmp, 16);
swap_buf          188 net/bluetooth/smp.c 	swap_buf(m, msg_msb, len);
swap_buf          206 net/bluetooth/smp.c 	swap_buf(mac_msb, mac, 16);
swap_buf          388 net/bluetooth/smp.c 	swap_buf(k, tmp, 16);
swap_buf          397 net/bluetooth/smp.c 	swap_buf(r, data, 16);
swap_buf          402 net/bluetooth/smp.c 	swap_buf(data, r, 16);