Home
last modified time | relevance | path

Searched refs:hci_acl_hdr (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Drtk_btusb.h394 struct hci_acl_hdr { struct
409 static inline struct hci_acl_hdr *hci_acl_hdr(const struct sk_buff *skb) in hci_acl_hdr() function
411 return (struct hci_acl_hdr *) skb->data; in hci_acl_hdr()
H A Dbt3c_cs.c293 struct hci_acl_hdr *ah; in bt3c_receive()
305 ah = hci_acl_hdr(info->rx_skb); in bt3c_receive()
H A Dbluecard_cs.c452 struct hci_acl_hdr *ah; in bluecard_receive()
464 ah = hci_acl_hdr(info->rx_skb); in bluecard_receive()
H A Dbfusb.c287 struct hci_acl_hdr *hdr = (struct hci_acl_hdr *) buf; in bfusb_recv_block()
H A Drtk_btusb.c897 struct hci_acl_hdr *h = hci_acl_hdr(skb); in hci_reassembly()
H A Dbtusb.c763 __le16 dlen = hci_acl_hdr(skb)->dlen; in btusb_recv_bulk()
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/
H A Dhci_h4.c167 struct hci_acl_hdr *ah; in h4_recv()
222 ah = hci_acl_hdr(h4->rx_skb); in h4_recv()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci.h2474 struct hci_acl_hdr { struct
2513 static inline struct hci_acl_hdr *hci_acl_hdr(const struct sk_buff *skb) in hci_acl_hdr() function
2515 return (struct hci_acl_hdr *) skb->data; in hci_acl_hdr()
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_core.c4157 struct hci_acl_hdr *hdr; in hci_add_acl_hdr()
4162 hdr = (struct hci_acl_hdr *)skb_transport_header(skb); in hci_add_acl_hdr()
4749 struct hci_acl_hdr *hdr = (void *) skb->data; in hci_acldata_packet()
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/
H A Drtk_bt.c282 __le16 dlen = hci_acl_hdr(skb)->dlen; in btusb_recv_bulk()