Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/bluetooth/
Dbtwilink.c136 .hdr_len = sizeof(struct hci_sco_hdr),
137 .offset_len_in_hdr = offsetof(struct hci_sco_hdr, dlen),
Dhci_ll.c380 struct hci_sco_hdr *sh; in ll_recv()
422 sh = hci_sco_hdr(ll->rx_skb); in ll_recv()
Dbtuart_cs.c244 struct hci_sco_hdr *sh; in btuart_receive()
263 sh = hci_sco_hdr(info->rx_skb); in btuart_receive()
Dbt3c_cs.c298 struct hci_sco_hdr *sh; in bt3c_receive()
316 sh = hci_sco_hdr(info->rx_skb); in bt3c_receive()
Dbfusb.c306 struct hci_sco_hdr *hdr = (struct hci_sco_hdr *) buf; in bfusb_recv_block()
Dbluecard_cs.c456 struct hci_sco_hdr *sh; in bluecard_receive()
474 sh = hci_sco_hdr(info->rx_skb); in bluecard_receive()
Dbpa10x.c110 struct hci_sco_hdr *h = buf; in bpa10x_recv()
/linux-2.6.39/include/net/bluetooth/
Dhci.h1031 struct hci_sco_hdr { struct
1048 static inline struct hci_sco_hdr *hci_sco_hdr(const struct sk_buff *skb) in hci_sco_hdr() function
1050 return (struct hci_sco_hdr *) skb->data; in hci_sco_hdr()
/linux-2.6.39/net/bluetooth/
Dhci_core.c1359 struct hci_sco_hdr *h = hci_sco_hdr(skb); in hci_reassembly()
1657 struct hci_sco_hdr hdr; in hci_send_sco()
1930 struct hci_sco_hdr *hdr = (void *) skb->data; in hci_scodata_packet()