Searched refs:h5_prepare_pkt (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/tools/rtk_hciattach/ |
| H A D | hciattach_rtk.c | 409 static struct sk_buff *h5_prepare_pkt(struct rtb_struct * h5, uint8_t *data, in h5_prepare_pkt() function 549 struct sk_buff *nskb = h5_prepare_pkt(&rtb_cfg, NULL, 0, H5_ACK_PKT); in rtb_send_ack() 1154 nskb = h5_prepare_pkt(&rtb_cfg, hci_patch, len + 4, HCI_COMMAND_PKT); in h5_download_patch() 1312 nskb = h5_prepare_pkt(&rtb_cfg, cmd, 7, HCI_COMMAND_PKT); in h5_vendor_change_speed() 1355 nskb = h5_prepare_pkt(&rtb_cfg, h5sync, sizeof(h5sync), in rtb_init_h5() 1365 nskb = h5_prepare_pkt(&rtb_cfg, h5conf, sizeof(h5conf), H5_LINK_CTL_PKT); in rtb_init_h5() 1389 nskb = h5_prepare_pkt(&rtb_cfg, cmd, sizeof(cmd), HCI_COMMAND_PKT); in h5_hci_reset() 1660 nskb = h5_prepare_pkt(&rtb_cfg, cmd_buff, sizeof(cmd_buff), in rtb_read_chip_type() 1686 nskb= h5_prepare_pkt(&rtb_cfg, cmd_buf, 3, HCI_COMMAND_PKT); in rtb_read_eversion() 1709 nskb = h5_prepare_pkt(&rtb_cfg, cmd_buf, 3, HCI_COMMAND_PKT); in rtb_read_local_version()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/ |
| H A D | hci_rtk_h5.c | 197 static struct sk_buff *h5_prepare_pkt(struct h5_struct *h5, u8 * data, in h5_prepare_pkt() function 316 h5_prepare_pkt(h5, skb->data, skb->len, in h5_dequeue() 337 h5_prepare_pkt(h5, skb->data, skb->len, in h5_dequeue() 360 struct sk_buff *nskb = h5_prepare_pkt(h5, NULL, 0, H5_ACK_PKT); in h5_dequeue()
|
| /OK3568_Linux_fs/kernel/drivers/bluetooth/ |
| H A D | hci_h5.c | 654 static struct sk_buff *h5_prepare_pkt(struct hci_uart *hu, u8 pkt_type, in h5_prepare_pkt() function 727 return h5_prepare_pkt(hu, HCI_3WIRE_LINK_PKT, wakeup_req, 2); in h5_dequeue() 732 nskb = h5_prepare_pkt(hu, hci_skb_pkt_type(skb), in h5_dequeue() 750 nskb = h5_prepare_pkt(hu, hci_skb_pkt_type(skb), in h5_dequeue() 767 return h5_prepare_pkt(hu, HCI_3WIRE_ACK_PKT, NULL, 0); in h5_dequeue()
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-devtools/rtl-tools/files/ |
| H A D | hciattach_rtk.c | 1003 static struct sk_buff *h5_prepare_pkt(rtk_hw_cfg_t * h5, RT_U8 * data, in h5_prepare_pkt() function 1141 struct sk_buff *nskb = h5_prepare_pkt(&rtk_hw_cfg, NULL, 0, H5_ACK_PKT); in rtk_send_pure_ack_down() 1555 h5_prepare_pkt(&rtk_hw_cfg, h5sync, sizeof(h5sync), in h5_tsync_sig_alarm() 1596 h5_prepare_pkt(&rtk_hw_cfg, h5conf, 3, H5_LINK_CTL_PKT); in h5_tconf_sig_alarm() 1717 …struct sk_buff *nskb = h5_prepare_pkt(&rtk_hw_cfg, hcipatch, len + 4, HCI_COMMAND_PKT); //data:len… in hci_download_patch() 2434 h5_prepare_pkt(&rtk_hw_cfg, cmd, 7, HCI_COMMAND_PKT); in rtk_vendor_change_speed_h5() 2853 nskb = h5_prepare_pkt(btrtl, cmd_buff, sizeof(cmd_buff), in rtk_get_chip_type() 2916 h5_prepare_pkt(&rtk_hw_cfg, read_rom_patch_cmd, 3, HCI_COMMAND_PKT); in rtk_get_eversion() 2973 …struct sk_buff *nskb = h5_prepare_pkt(&rtk_hw_cfg, read_rom_patch_cmd, 3, HCI_COMMAND_PKT); //data… in rtk_get_lmp_version()
|