| /OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/ |
| H A D | hci_h4.c | 188 if(bt_cb(h4->rx_skb)->pkt_type == HCI_EVENT_PKT) in h4_recv() 250 case HCI_EVENT_PKT: in h4_recv() 254 type = HCI_EVENT_PKT; in h4_recv()
|
| H A D | hci_rtk_h5.c | 216 case HCI_EVENT_PKT: in h5_prepare_pkt() 601 bt_cb(h5->rx_skb)->pkt_type = HCI_EVENT_PKT; in h5_complete_rx_pkt() 651 if (bt_cb(h5->rx_skb)->pkt_type == HCI_EVENT_PKT) in h5_complete_rx_pkt()
|
| H A D | hci_ldisc.c | 703 hci_skb_pkt_type(rx_skb) = HCI_EVENT_PKT; in rtkbt_simulate_disconnect_event()
|
| /OK3568_Linux_fs/kernel/drivers/bluetooth/ |
| H A D | h4_recv.h | 35 .type = HCI_EVENT_PKT, \
|
| H A D | hci_uart.h | 140 .type = HCI_EVENT_PKT, \
|
| H A D | btqcomsmd.c | 60 return btqcomsmd_recv(btq->hdev, HCI_EVENT_PKT, data, count); in btqcomsmd_cmd_callback()
|
| H A D | hci_bcsp.c | 519 hci_skb_pkt_type(bcsp->rx_skb) = HCI_EVENT_PKT; in bcsp_complete_rx_pkt() 546 hci_skb_pkt_type(bcsp->rx_skb) = HCI_EVENT_PKT; in bcsp_complete_rx_pkt()
|
| H A D | btsdio.c | 149 case HCI_EVENT_PKT: in btsdio_rx_packet()
|
| H A D | hci_vhci.c | 180 case HCI_EVENT_PKT: in vhci_get_user()
|
| H A D | rtk_btusb.c | 836 if ((type < HCI_ACLDATA_PKT || type > HCI_EVENT_PKT) || in hci_reassembly() 848 case HCI_EVENT_PKT: in hci_reassembly() 882 case HCI_EVENT_PKT: in hci_reassembly() 928 if(HCI_EVENT_PKT == type) in hci_reassembly() 946 if (type < HCI_ACLDATA_PKT || type > HCI_EVENT_PKT) in hci_recv_fragment() 965 uint8_t hardware_err_pkt[4] = {HCI_EVENT_PKT, 0x10, 0x01, HCI_VENDOR_USB_DISC_HARDWARE_ERROR}; in hci_hardware_error() 2713 if (hci_recv_fragment(hdev, HCI_EVENT_PKT, in btusb_intr_complete()
|
| H A D | btqca.c | 343 hci_skb_pkt_type(skb) = HCI_EVENT_PKT; in qca_inject_cmd_complete_event()
|
| H A D | rtk_btusb.h | 356 #define HCI_EVENT_PKT 0x04 macro
|
| H A D | bt3c_cs.c | 254 case HCI_EVENT_PKT: in bt3c_receive()
|
| H A D | btmrvl_sdio.c | 793 case HCI_EVENT_PKT: in btmrvl_sdio_card_to_host() 798 if (type == HCI_EVENT_PKT) { in btmrvl_sdio_card_to_host()
|
| H A D | bluecard_cs.c | 416 case HCI_EVENT_PKT: in bluecard_receive()
|
| H A D | bfusb.c | 275 case HCI_EVENT_PKT: in bfusb_recv_block()
|
| H A D | hci_nokia.c | 609 hci_skb_pkt_type(skb) = HCI_EVENT_PKT; in nokia_recv_radio()
|
| H A D | hci_intel.c | 457 hci_skb_pkt_type(skb) = HCI_EVENT_PKT; in inject_cmd_complete()
|
| H A D | hci_h5.c | 389 case HCI_EVENT_PKT: in h5_complete_rx_pkt()
|
| H A D | btusb.c | 695 hci_skb_pkt_type(skb) = HCI_EVENT_PKT; in btusb_recv_intr() 2250 hci_skb_pkt_type(skb) = HCI_EVENT_PKT; in inject_cmd_complete() 2890 hci_skb_pkt_type(skb) = HCI_EVENT_PKT; in btusb_mtk_wmt_recv()
|
| /OK3568_Linux_fs/kernel/net/bluetooth/ |
| H A D | hci_sock.c | 178 if (hci_skb_pkt_type(skb) != HCI_EVENT_PKT) in is_filtered_packet() 223 hci_skb_pkt_type(skb) != HCI_EVENT_PKT && in hci_send_to_sock() 233 if (hci_skb_pkt_type(skb) != HCI_EVENT_PKT && in hci_send_to_sock() 325 case HCI_EVENT_PKT: in hci_send_to_monitor() 740 hci_skb_pkt_type(skb) = HCI_EVENT_PKT; in hci_si_event()
|
| H A D | hci_core.c | 3926 hci_skb_pkt_type(skb) = HCI_EVENT_PKT; in hci_reset_dev() 3943 if (hci_skb_pkt_type(skb) != HCI_EVENT_PKT && in hci_recv_frame() 4956 case HCI_EVENT_PKT: in hci_rx_work()
|
| /OK3568_Linux_fs/external/rkwifibt/tools/rtk_hciattach/ |
| H A D | hciattach_rtk.c | 80 #define HCI_EVENT_PKT 0x04 macro 420 case HCI_EVENT_PKT: in h5_prepare_pkt() 785 case HCI_EVENT_PKT: in h5_complete_rx_pkt()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/ |
| H A D | rtk_bt.c | 215 bt_cb(skb)->pkt_type = HCI_EVENT_PKT; in btusb_recv_intr() 385 if (hci_recv_fragment(hdev, HCI_EVENT_PKT, in btusb_intr_complete()
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-devtools/rtl-tools/files/ |
| H A D | hciattach_rtk.c | 183 #define HCI_EVENT_PKT 0x04 macro 1014 case HCI_EVENT_PKT: in h5_prepare_pkt() 1350 case HCI_EVENT_PKT: in h5_complete_rx_pkt()
|