Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/bluetooth/
Dbtbcm.c218 if (skb->len != sizeof(struct hci_rp_read_local_version)) { in btbcm_read_local_version()
355 struct hci_rp_read_local_version *ver; in btbcm_initialize()
369 ver = (struct hci_rp_read_local_version *)skb->data; in btbcm_initialize()
Dbtrtl.c493 if (skb->len != sizeof(struct hci_rp_read_local_version)) { in btrtl_read_local_version()
515 struct hci_rp_read_local_version *resp; in btrtl_initialize()
533 resp = (struct hci_rp_read_local_version *)skb->data; in btrtl_initialize()
Dhci_ll.c463 struct hci_rp_read_local_version *ver; in read_local_version()
476 ver = (struct hci_rp_read_local_version *)skb->data; in read_local_version()
Dhci_ldisc.c387 struct hci_rp_read_local_version *ver; in hci_uart_setup()
437 ver = (struct hci_rp_read_local_version *)skb->data; in hci_uart_setup()
Dhci_serdev.c164 struct hci_rp_read_local_version *ver; in hci_uart_setup()
Dbtusb.c1545 struct hci_rp_read_local_version *rp; in btusb_setup_csr()
1558 if (skb->len != sizeof(struct hci_rp_read_local_version)) { in btusb_setup_csr()
1564 rp = (struct hci_rp_read_local_version *)skb->data; in btusb_setup_csr()
/Linux-v4.19/include/net/bluetooth/
Dhci.h1143 struct hci_rp_read_local_version { struct
/Linux-v4.19/net/bluetooth/
Dhci_event.c550 struct hci_rp_read_local_version *rp = (void *) skb->data; in hci_cc_read_local_version()