Searched refs:baswap (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | lib.c | 33 void baswap(bdaddr_t *dst, const bdaddr_t *src) in baswap() function 42 EXPORT_SYMBOL(baswap); variable
|
H A D | 6lowpan.c | 675 baswap((void *)peer->lladdr, &chan->dst); in add_peer_chan() 704 baswap((void *)netdev->dev_addr, &chan->src); in setup_netdev()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | lib.c | 33 void baswap(bdaddr_t *dst, const bdaddr_t *src) in baswap() function 42 EXPORT_SYMBOL(baswap); variable
|
H A D | 6lowpan.c | 645 baswap((void *)peer->lladdr, &chan->dst); in add_peer_chan() 675 baswap(&addr, &chan->src); in setup_netdev()
|
/kernel/linux/linux-5.10/drivers/bluetooth/ |
H A D | hci_ll.c | 599 baswap(&bdaddr_swapped, bdaddr); in ll_set_bdaddr() 754 baswap(&lldev->bdaddr, bdaddr); in hci_ti_probe()
|
H A D | btbcm.c | 57 baswap(&bdaddr, &efi_bdaddr); in btbcm_set_bdaddr_from_efi()
|
/kernel/linux/linux-5.10/net/bluetooth/bnep/ |
H A D | core.c | 572 baswap((void *) dst, &l2cap_pi(sock->sk)->chan->dst); in bnep_add_connection() 573 baswap((void *) src, &l2cap_pi(sock->sk)->chan->src); in bnep_add_connection()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/net/bluetooth/bnep/ |
H A D | core.c | 572 baswap((void *) dst, &l2cap_pi(sock->sk)->chan->dst); in bnep_add_connection() 573 baswap((void *) src, &l2cap_pi(sock->sk)->chan->src); in bnep_add_connection()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | bluetooth.h | 285 void baswap(bdaddr_t *dst, const bdaddr_t *src);
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | bluetooth.h | 371 void baswap(bdaddr_t *dst, const bdaddr_t *src);
|
Completed in 11 milliseconds