Home
last modified time | relevance | path

Searched refs:HCI_EVENT_PKT (Results 1 – 17 of 17) sorted by relevance

/linux-2.6.39/drivers/staging/ath6kl/os/linux/
Dar6k_pal.c378 btType = HCI_EVENT_PKT; in ar6k_pal_recv_pkt()
389 PRIN_LOG("HCI PAL: Indicated RCV of type:%d, Length:%d \n",HCI_EVENT_PKT, skb->len); in ar6k_pal_recv_pkt()
Dhci_bridge.c981 btType = HCI_EVENT_PKT;
1000 if (bt_cb(skb)->pkt_type == HCI_EVENT_PKT) {
/linux-2.6.39/drivers/bluetooth/
Dhci_ll.c433 case HCI_EVENT_PKT: in ll_recv()
437 type = HCI_EVENT_PKT; in ll_recv()
Dhci_bcsp.c498 bt_cb(bcsp->rx_skb)->pkt_type = HCI_EVENT_PKT; in bcsp_complete_rx_pkt()
523 bt_cb(bcsp->rx_skb)->pkt_type = HCI_EVENT_PKT; in bcsp_complete_rx_pkt()
Dbtwilink.c142 .chnl_id = HCI_EVENT_PKT, /* HCI Events */
Dbtmrvl_sdio.c510 case HCI_EVENT_PKT: in btmrvl_sdio_card_to_host()
516 if (type == HCI_EVENT_PKT) in btmrvl_sdio_card_to_host()
Dbpa10x.c91 case HCI_EVENT_PKT: in bpa10x_recv()
Dbtuart_cs.c207 case HCI_EVENT_PKT: in btuart_receive()
Dbt3c_cs.c258 case HCI_EVENT_PKT: in bt3c_receive()
Dbfusb.c284 case HCI_EVENT_PKT: in bfusb_recv_block()
Dbluecard_cs.c420 case HCI_EVENT_PKT: in bluecard_receive()
Dbtusb.c241 if (hci_recv_fragment(hdev, HCI_EVENT_PKT, in btusb_intr_complete()
/linux-2.6.39/net/bluetooth/
Dhci_core.c1285 if ((type < HCI_ACLDATA_PKT || type > HCI_EVENT_PKT) || in hci_reassembly()
1297 case HCI_EVENT_PKT: in hci_reassembly()
1331 case HCI_EVENT_PKT: in hci_reassembly()
1389 if (type < HCI_ACLDATA_PKT || type > HCI_EVENT_PKT) in hci_recv_fragment()
1995 case HCI_EVENT_PKT: in hci_rx_task()
Dhci_sock.c124 if (bt_cb(skb)->pkt_type == HCI_EVENT_PKT) { in hci_send_to_sock()
Dhci_event.c2689 bt_cb(skb)->pkt_type = HCI_EVENT_PKT; in hci_si_event()
/linux-2.6.39/drivers/staging/ath6kl/include/common/
Da_hci.h263 } POSTPACK HCI_EVENT_PKT; typedef
/linux-2.6.39/include/net/bluetooth/
Dhci.h130 #define HCI_EVENT_PKT 0x04 macro