Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/bluetooth/
Dbtbcm.c325 if (skb->len != sizeof(struct hci_rp_read_local_version)) { in btbcm_read_local_version()
576 struct hci_rp_read_local_version *ver; in btbcm_initialize()
598 ver = (struct hci_rp_read_local_version *)skb->data; in btbcm_initialize()
Dbtrtl.c355 if (skb->len != sizeof(struct hci_rp_read_local_version)) { in btrtl_read_local_version()
801 struct hci_rp_read_local_version *rp; in rtl_download_firmware()
850 rp = (struct hci_rp_read_local_version *)skb->data; in rtl_download_firmware()
1043 struct hci_rp_read_local_version *resp; in btrtl_initialize()
1089 resp = (struct hci_rp_read_local_version *)skb->data; in btrtl_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.c2306 struct hci_rp_read_local_version *rp; in btusb_setup_csr()
/Linux-v6.6/include/net/bluetooth/
Dhci.h1397 struct hci_rp_read_local_version { struct
/Linux-v6.6/net/bluetooth/
Dhci_event.c700 struct hci_rp_read_local_version *rp = data; in hci_cc_read_local_version()
4078 sizeof(struct hci_rp_read_local_version)),