/linux-4.4.14/drivers/staging/gdm72xx/ |
D | gdm_wimax.c | 58 struct hci_s *hci = (struct hci_s *)buf; in gdm_wimax_header() local 74 hci->cmd_evt = cpu_to_be16(WIMAX_TX_SDU); in gdm_wimax_header() 75 hci->length = cpu_to_be16(skb->len - HCI_HEADER_SIZE); in gdm_wimax_header() 287 struct hci_s *hci = (struct hci_s *)hci_pkt_buf; in __gdm_wimax_set_mac_addr() local 298 hci->cmd_evt = cpu_to_be16(WIMAX_SET_INFO); in __gdm_wimax_set_mac_addr() 299 hci->length = cpu_to_be16(8); in __gdm_wimax_set_mac_addr() 300 hci->data[0] = 0; /* T */ in __gdm_wimax_set_mac_addr() 301 hci->data[1] = 6; /* L */ in __gdm_wimax_set_mac_addr() 302 memcpy(&hci->data[2], mac_addr, dev->addr_len); /* V */ in __gdm_wimax_set_mac_addr() 304 gdm_wimax_send(nic, hci, HCI_HEADER_SIZE + 8); in __gdm_wimax_set_mac_addr() [all …]
|
D | gdm_sdio.c | 251 struct hci_s *hci; in send_sdu() local 272 hci = (struct hci_s *)(tx->sdu_buf + TYPE_A_HEADER_SIZE); in send_sdu() 273 hci->cmd_evt = cpu_to_be16(WIMAX_TX_SDU_AGGR); in send_sdu() 274 hci->length = cpu_to_be16(aggr_len - TYPE_A_HEADER_SIZE - in send_sdu()
|
/linux-4.4.14/net/nfc/hci/ |
D | Makefile | 5 obj-$(CONFIG_NFC_HCI) += hci.o 7 hci-y := core.o hcp.o command.o llc.o llc_nop.o 8 hci-$(CONFIG_NFC_SHDLC) += llc_shdlc.o
|
/linux-4.4.14/arch/tile/kernel/ |
D | usb.c | 33 hci ## unit = { \ 37 static struct platform_device tilegx_usb_ ## type ## hci ## unit = { \ 44 &tilegx_usb_platform_data_ ## type ## hci ## \
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-driver-hid | 2 …For BT devices : /sys/class/bluetooth/hci<addr>/<hid-bus>:<vendor-id>:<product-id>.<num>/report_de… 13 For BT devices : /sys/class/bluetooth/hci<addr>/<hid-bus>:<vendor-id>:<product-id>.<num>/country
|
/linux-4.4.14/net/bluetooth/ |
D | hci_request.c | 59 bt_cb(skb)->hci.req_complete = complete; in req_run() 60 bt_cb(skb)->hci.req_complete_skb = complete_skb; in req_run() 102 bt_cb(skb)->hci.opcode = opcode; in hci_prepare_cmd() 131 bt_cb(skb)->hci.req_start = true; in hci_req_add_ev() 133 bt_cb(skb)->hci.req_event = event; in hci_req_add_ev()
|
D | hci_core.c | 3651 bt_cb(skb)->hci.req_start = true; in hci_send_cmd() 4348 return bt_cb(skb)->hci.req_start; in hci_req_is_complete() 4408 if (bt_cb(hdev->sent_cmd)->hci.req_complete) { in hci_req_cmd_complete() 4409 *req_complete = bt_cb(hdev->sent_cmd)->hci.req_complete; in hci_req_cmd_complete() 4413 if (bt_cb(hdev->sent_cmd)->hci.req_complete_skb) { in hci_req_cmd_complete() 4414 *req_complete_skb = bt_cb(hdev->sent_cmd)->hci.req_complete_skb; in hci_req_cmd_complete() 4421 if (bt_cb(skb)->hci.req_start) { in hci_req_cmd_complete() 4426 *req_complete = bt_cb(skb)->hci.req_complete; in hci_req_cmd_complete() 4427 *req_complete_skb = bt_cb(skb)->hci.req_complete_skb; in hci_req_cmd_complete()
|
D | hci_sock.c | 1252 bt_cb(skb)->hci.req_start = true; in hci_sock_sendmsg()
|
D | hci_event.c | 3141 (hdev->sent_cmd && !bt_cb(hdev->sent_cmd)->hci.req_event)) in hci_cmd_status_evt() 5212 if (hdev->sent_cmd && bt_cb(hdev->sent_cmd)->hci.req_event == event) { in hci_event_packet()
|
/linux-4.4.14/Documentation/devicetree/bindings/net/nfc/ |
D | nfcmrvl.txt | 13 - hci-muxed: Specifies that the chip is muxing NCI over HCI frames. 35 hci-muxed;
|
/linux-4.4.14/net/nfc/nci/ |
D | Makefile | 7 nci-objs := core.o data.o lib.o ntf.o rsp.o hci.o
|
/linux-4.4.14/drivers/staging/rtl8712/ |
D | os_intfs.c | 51 static int hci = RTL8712_USB; variable 107 module_param(hci, int, 0644); 135 registry_par->hci = (u8)hci; in loadparam()
|
D | drv_types.h | 87 u8 hci; member
|
/linux-4.4.14/drivers/staging/gdm724x/ |
D | gdm_usb.c | 73 struct hci_packet *hci = (struct hci_packet *)buf; in request_mac_address() local 78 hci->cmd_evt = gdm_cpu_to_dev16(&udev->gdm_ed, LTE_GET_INFORMATION); in request_mac_address() 79 hci->len = gdm_cpu_to_dev16(&udev->gdm_ed, 1); in request_mac_address() 80 hci->data[0] = MAC_ADDRESS; in request_mac_address() 396 struct hci_packet *hci; in do_rx() local 415 hci = (struct hci_packet *)r->buf; in do_rx() 416 cmd_evt = gdm_dev16_to_cpu(&udev->gdm_ed, hci->cmd_evt); in do_rx() 420 if (set_mac_address(hci->data, r->cb_data) == 0) { in do_rx()
|
D | gdm_lte.c | 517 struct hci_packet *hci = (struct hci_packet *)buf; in gdm_lte_event_send() local 528 nic->phy_dev->priv_dev), hci->len) in gdm_lte_event_send() 762 struct hci_packet *hci = (struct hci_packet *)buf; in gdm_lte_receive_pkt() local 775 hci->cmd_evt); in gdm_lte_receive_pkt() 783 sdu = (struct sdu *)hci->data; in gdm_lte_receive_pkt() 788 gdm_lte_netif_rx(dev, hci->data, len, nic_type); in gdm_lte_receive_pkt()
|
/linux-4.4.14/net/nfc/ |
D | Makefile | 7 obj-$(CONFIG_NFC_HCI) += hci/
|
D | Kconfig | 32 source "net/nfc/hci/Kconfig"
|
/linux-4.4.14/drivers/staging/rtl8188eu/include/ |
D | drv_types.h | 64 u8 hci; member
|
/linux-4.4.14/drivers/usb/musb/ |
D | da8xx.c | 288 static irqreturn_t da8xx_musb_interrupt(int irq, void *hci) in da8xx_musb_interrupt() argument 290 struct musb *musb = hci; in da8xx_musb_interrupt()
|
D | am35x.c | 216 static irqreturn_t am35x_musb_interrupt(int irq, void *hci) in am35x_musb_interrupt() argument 218 struct musb *musb = hci; in am35x_musb_interrupt()
|
D | musb_dsps.c | 304 static irqreturn_t dsps_interrupt(int irq, void *hci) in dsps_interrupt() argument 306 struct musb *musb = hci; in dsps_interrupt()
|
/linux-4.4.14/Documentation/ |
D | btmrvl.txt | 96 Use hcitool to issue raw hci command, refer to hcitool manual
|
/linux-4.4.14/include/net/bluetooth/ |
D | bluetooth.h | 314 struct hci_ctrl hci; member
|
/linux-4.4.14/Documentation/nfc/ |
D | nfc-hci.txt | 37 those gates have pipes connected when the hci device is set up. 88 - hci_ready() is an optional entry point that is called right after the hci
|
/linux-4.4.14/Documentation/ioctl/ |
D | ioctl-number.txt | 142 'H' C0-F0 net/bluetooth/hci.h conflict!
|