Home
last modified time | relevance | path

Searched refs:hci_rp_read_local_version (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Dbtrtl.c212 if (skb->len != sizeof(struct hci_rp_read_local_version)) { in btrtl_read_local_version()
413 struct hci_rp_read_local_version *rp; in rtl_download_firmware()
463 rp = (struct hci_rp_read_local_version *)skb->data; in rtl_download_firmware()
561 struct hci_rp_read_local_version *resp; in btrtl_initialize()
579 resp = (struct hci_rp_read_local_version *)skb->data; in btrtl_initialize()
H A Dbtbcm.c277 if (skb->len != sizeof(struct hci_rp_read_local_version)) { in btbcm_read_local_version()
432 struct hci_rp_read_local_version *ver; in btbcm_initialize()
451 ver = (struct hci_rp_read_local_version *)skb->data; in btbcm_initialize()
H A Dhci_ll.c457 struct hci_rp_read_local_version *ver; in read_local_version()
471 ver = (struct hci_rp_read_local_version *)skb->data; in read_local_version()
H A Dhci_ldisc.c397 struct hci_rp_read_local_version *ver; in hci_uart_setup()
447 ver = (struct hci_rp_read_local_version *)skb->data; in hci_uart_setup()
H A Dhci_serdev.c181 struct hci_rp_read_local_version *ver; in hci_uart_setup()
H A Drtk_btusb.h363 struct hci_rp_read_local_version { struct
H A Dbtusb.c1814 struct hci_rp_read_local_version *rp; in btusb_setup_csr()
1828 if (skb->len != sizeof(struct hci_rp_read_local_version)) { in btusb_setup_csr()
1834 rp = (struct hci_rp_read_local_version *)skb->data; in btusb_setup_csr()
H A Drtk_btusb.c1523 struct hci_rp_read_local_version *read_ver_rsp; in check_fw_version()
1546 read_ver_rsp = (struct hci_rp_read_local_version *)(fw_info->rsp_para); in check_fw_version()
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/
H A Drtk_misc.c1621 struct hci_rp_read_local_version *read_ver_rsp; in check_fw_version()
1648 read_ver_rsp = (struct hci_rp_read_local_version *)(xdata->rsp_para); in check_fw_version()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci.h1252 struct hci_rp_read_local_version { struct
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_event.c566 struct hci_rp_read_local_version *rp = (void *) skb->data; in hci_cc_read_local_version()