Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Drtk_btusb.h389 struct hci_event_hdr { struct
404 static inline struct hci_event_hdr *hci_event_hdr(const struct sk_buff *skb) in hci_event_hdr() argument
406 return (struct hci_event_hdr *) skb->data; in hci_event_hdr()
608 #define EVT_HDR_LEN sizeof(struct hci_event_hdr)
643 struct hci_event_hdr *evt_hdr;
H A Dbt3c_cs.c292 struct hci_event_hdr *eh; in bt3c_receive()
299 eh = hci_event_hdr(info->rx_skb); in bt3c_receive()
H A Dbluecard_cs.c451 struct hci_event_hdr *eh; in bluecard_receive()
458 eh = hci_event_hdr(info->rx_skb); in bluecard_receive()
H A Dbfusb.c277 struct hci_event_hdr *hdr = (struct hci_event_hdr *) buf; in bfusb_recv_block()
H A Dbtmtksdio.c131 struct hci_event_hdr hhdr;
333 struct hci_event_hdr *hdr = (void *)skb->data; in btmtksdio_recv_event()
H A Dbtusb.c708 hci_skb_expect(skb) = hci_event_hdr(skb)->plen; in btusb_recv_intr()
1965 struct hci_event_hdr *evt = NULL; in btusb_setup_intel_patching()
2019 evt = (struct hci_event_hdr *)(*fw_ptr); in btusb_setup_intel_patching()
2233 struct hci_event_hdr *hdr; in inject_cmd_complete()
2301 struct hci_event_hdr *hdr = (void *)skb->data; in btusb_recv_event_intel()
2844 struct hci_event_hdr hhdr;
2873 struct hci_event_hdr *hdr; in btusb_mtk_wmt_recv()
H A Dhci_intel.c440 struct hci_event_hdr *hdr; in inject_cmd_complete()
868 struct hci_event_hdr *hdr; in intel_recv_event()
H A Dbtmtkuart.c90 struct hci_event_hdr hhdr;
321 struct hci_event_hdr *hdr = (void *)skb->data; in btmtkuart_recv_event()
H A Dbtqca.c325 struct hci_event_hdr *hdr; in qca_inject_cmd_complete_event()
H A Dhci_bcsp.c534 struct hci_event_hdr hdr; in bcsp_complete_rx_pkt()
H A Dbtmrvl_main.c56 struct hci_event_hdr *hdr = (void *) skb->data; in btmrvl_check_evtpkt()
H A Drtk_btusb.c884 struct hci_event_hdr *h = hci_event_hdr(skb); in hci_reassembly()
2472 fw_info_4_suspend->evt_hdr = (struct hci_event_hdr *)(fw_info_4_suspend->rcv_pkt); in suspend_firmware_info_init()
2561 fw_info->evt_hdr = (struct hci_event_hdr *)(fw_info->rcv_pkt); in firmware_info_init()
H A Dhci_qca.c1148 struct hci_event_hdr *hdr = (void *)skb->data; in qca_recv_event()
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/
H A Dhci_h4.c166 struct hci_event_hdr *eh; in h4_recv()
210 eh = hci_event_hdr(h4->rx_skb); in h4_recv()
H A Drtk_coex.c2513 ((struct hci_event_hdr *)coex->back_buff)->plen; in rtk_btcoex_parse_event()
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/
H A Drtk_misc.c93 #define EVT_HDR_LEN sizeof(struct hci_event_hdr)
201 struct hci_event_hdr *evt_hdr;
439 struct hci_event_hdr *hdr; in __rtk_recv_hci_evt()
466 hdr = (struct hci_event_hdr *)buf; in __rtk_recv_hci_evt()
1612 xdata->evt_hdr = (struct hci_event_hdr *)(xdata->rcv_pkt); in init_xdata()
H A Drtk_bt.c228 bt_cb(skb)->expect = hci_event_hdr(skb)->plen; in btusb_recv_intr()
H A Drtk_coex.c2480 ((struct hci_event_hdr *)coex->back_buff)->plen; in rtk_btcoex_parse_event()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci.h2469 struct hci_event_hdr { struct
2508 static inline struct hci_event_hdr *hci_event_hdr(const struct sk_buff *skb) in hci_event_hdr() function
2510 return (struct hci_event_hdr *) skb->data; in hci_event_hdr()
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-devtools/rtl-tools/files/
H A Dhciattach_rtk.c222 struct hci_event_hdr { struct
1155 struct hci_event_hdr *hdr = (struct hci_event_hdr *)skb->data; in hci_event_cmd_complete()
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_sock.c721 struct hci_event_hdr *hdr; in hci_si_event()
H A Dhci_event.c6036 struct hci_event_hdr *hdr; in hci_get_cmd_complete()
6155 struct hci_event_hdr *hdr = (void *) skb->data; in hci_event_packet()