Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Drtk_btusb.h399 struct hci_sco_hdr { struct
414 static inline struct hci_sco_hdr *hci_sco_hdr(const struct sk_buff *skb) in hci_sco_hdr() function
416 return (struct hci_sco_hdr *) skb->data; in hci_sco_hdr()
H A Dbt3c_cs.c294 struct hci_sco_hdr *sh; in bt3c_receive()
312 sh = hci_sco_hdr(info->rx_skb); in bt3c_receive()
H A Dbluecard_cs.c453 struct hci_sco_hdr *sh; in bluecard_receive()
471 sh = hci_sco_hdr(info->rx_skb); in bluecard_receive()
H A Dbfusb.c297 struct hci_sco_hdr *hdr = (struct hci_sco_hdr *) buf; in bfusb_recv_block()
H A Drtk_btusb.c910 struct hci_sco_hdr *h = hci_sco_hdr(skb); in hci_reassembly()
H A Dbtusb.c822 hci_skb_expect(skb) = hci_sco_hdr(skb)->dlen; in btusb_recv_isoc()
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/
H A Dhci_h4.c168 struct hci_sco_hdr *sh; in h4_recv()
235 sh = hci_sco_hdr(h4->rx_skb); in h4_recv()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci.h2479 struct hci_sco_hdr { struct
2518 static inline struct hci_sco_hdr *hci_sco_hdr(const struct sk_buff *skb) in hci_sco_hdr() function
2520 return (struct hci_sco_hdr *) skb->data; in hci_sco_hdr()
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/
H A Drtk_bt.c340 bt_cb(skb)->expect = hci_sco_hdr(skb)->dlen; in btusb_recv_isoc()
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_core.c4244 struct hci_sco_hdr hdr; in hci_send_sco()
4785 struct hci_sco_hdr *hdr = (void *) skb->data; in hci_scodata_packet()