Searched refs:baswap (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/net/bluetooth/ |
H A D | lib.c | 33 void baswap(bdaddr_t *dst, const bdaddr_t *src) in baswap() function 42 EXPORT_SYMBOL(baswap);
|
H A D | 6lowpan.c | 645 baswap((void *)peer->lladdr, &chan->dst); in add_peer_chan() 675 baswap(&addr, &chan->src); in setup_netdev()
|
H A D | hci_sync.c | 3546 baswap(&hdev->public_addr, &ba); in hci_dev_get_bd_addr_from_property()
|
/openbmc/linux/drivers/bluetooth/ |
H A D | hci_ll.c | 599 baswap(&bdaddr_swapped, bdaddr); in ll_set_bdaddr() 755 baswap(&lldev->bdaddr, bdaddr); in hci_ti_probe()
|
H A D | btbcm.c | 60 baswap(&bdaddr, &efi_bdaddr); in btbcm_set_bdaddr_from_efi()
|
H A D | btqca.c | 947 baswap(&bdaddr_swapped, bdaddr); in qca_set_bdaddr()
|
/openbmc/linux/net/bluetooth/bnep/ |
H A D | core.c | 573 baswap((void *) dst, &l2cap_pi(sock->sk)->chan->dst); in bnep_add_connection() 574 baswap((void *) src, &l2cap_pi(sock->sk)->chan->src); in bnep_add_connection()
|
/openbmc/linux/include/net/bluetooth/ |
H A D | bluetooth.h | 373 void baswap(bdaddr_t *dst, const bdaddr_t *src);
|