Home
last modified time | relevance | path

Searched refs:hci_event_hdr (Results 1 – 12 of 12) sorted by relevance

/linux-2.6.39/drivers/bluetooth/
Dbtwilink.c143 .hdr_len = sizeof(struct hci_event_hdr),
144 .offset_len_in_hdr = offsetof(struct hci_event_hdr, plen),
Dhci_ll.c378 struct hci_event_hdr *eh; in ll_recv()
405 eh = hci_event_hdr(ll->rx_skb); in ll_recv()
Dbtuart_cs.c242 struct hci_event_hdr *eh; in btuart_receive()
250 eh = hci_event_hdr(info->rx_skb); in btuart_receive()
Dbt3c_cs.c296 struct hci_event_hdr *eh; in bt3c_receive()
303 eh = hci_event_hdr(info->rx_skb); in bt3c_receive()
Dbfusb.c286 struct hci_event_hdr *hdr = (struct hci_event_hdr *) buf; in bfusb_recv_block()
Dbluecard_cs.c454 struct hci_event_hdr *eh; in bluecard_receive()
461 eh = hci_event_hdr(info->rx_skb); in bluecard_receive()
Dbpa10x.c93 struct hci_event_hdr *h = buf; in bpa10x_recv()
Dbtmrvl_main.c47 struct hci_event_hdr *hdr = (void *) skb->data; in btmrvl_check_evtpkt()
Dhci_bcsp.c511 struct hci_event_hdr hdr; in bcsp_complete_rx_pkt()
/linux-2.6.39/include/net/bluetooth/
Dhci.h1021 struct hci_event_hdr { struct
1038 static inline struct hci_event_hdr *hci_event_hdr(const struct sk_buff *skb) in hci_event_hdr() argument
1040 return (struct hci_event_hdr *) skb->data; in hci_event_hdr()
/linux-2.6.39/net/bluetooth/
Dhci_core.c1333 struct hci_event_hdr *h = hci_event_hdr(skb); in hci_reassembly()
Dhci_event.c2512 struct hci_event_hdr *hdr = (void *) skb->data; in hci_event_packet()
2670 struct hci_event_hdr *hdr; in hci_si_event()