Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/bluetooth/
Dbtrtl.c249 if (skb->len != sizeof(struct hci_rp_read_local_version)) { in btrtl_read_local_version()
455 struct hci_rp_read_local_version *rp; in rtl_download_firmware()
505 rp = (struct hci_rp_read_local_version *)skb->data; in rtl_download_firmware()
603 struct hci_rp_read_local_version *resp; in btrtl_initialize()
623 resp = (struct hci_rp_read_local_version *)skb->data; in btrtl_initialize()
666 resp = (struct hci_rp_read_local_version *)skb->data; in btrtl_initialize()
Dbtbcm.c279 if (skb->len != sizeof(struct hci_rp_read_local_version)) { in btbcm_read_local_version()
523 struct hci_rp_read_local_version *ver; in btbcm_initialize()
545 ver = (struct hci_rp_read_local_version *)skb->data; in btbcm_initialize()
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()
Dhci_ldisc.c392 struct hci_rp_read_local_version *ver; in hci_uart_setup()
442 ver = (struct hci_rp_read_local_version *)skb->data; in hci_uart_setup()
Dhci_serdev.c181 struct hci_rp_read_local_version *ver; in hci_uart_setup()
Dbtusb.c2002 struct hci_rp_read_local_version *rp; in btusb_setup_csr()
2017 if (skb->len != sizeof(struct hci_rp_read_local_version)) { in btusb_setup_csr()
2023 rp = (struct hci_rp_read_local_version *)skb->data; in btusb_setup_csr()
/linux-5.19.10/include/net/bluetooth/
Dhci.h1331 struct hci_rp_read_local_version { struct
/linux-5.19.10/net/bluetooth/
Dhci_event.c693 struct hci_rp_read_local_version *rp = data; in hci_cc_read_local_version()
3840 sizeof(struct hci_rp_read_local_version)),