/linux-4.1.27/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.1.27/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.1.27/arch/tile/kernel/ |
D | usb.c | 31 hci ## unit = { \ 35 static struct platform_device tilegx_usb_ ## type ## hci ## unit = { \ 42 &tilegx_usb_platform_data_ ## type ## hci ## \
|
/linux-4.1.27/arch/arm/mach-shmobile/ |
D | setup-r8a7778.c | 188 #define USB_PLATFORM_INFO(hci) \ argument 189 static struct platform_device_info hci##_info __initdata = { \ 190 .name = #hci "-platform", \ 192 .res = hci##_resources, \ 193 .num_res = ARRAY_SIZE(hci##_resources), \ 194 .data = &hci##_pdata, \ 195 .size_data = sizeof(hci##_pdata), \
|
/linux-4.1.27/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.1.27/net/nfc/nci/ |
D | Makefile | 7 nci-objs := core.o data.o lib.o ntf.o rsp.o hci.o
|
/linux-4.1.27/net/nfc/ |
D | Makefile | 7 obj-$(CONFIG_NFC_HCI) += hci/
|
D | Kconfig | 32 source "net/nfc/hci/Kconfig"
|
/linux-4.1.27/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.1.27/drivers/staging/rtl8712/ |
D | os_intfs.c | 51 static int hci = RTL8712_USB; variable 107 module_param(hci, int, 0644); 137 registry_par->hci = (u8)hci; in loadparam()
|
D | drv_types.h | 86 u8 hci; member
|
/linux-4.1.27/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.1.27/drivers/staging/rtl8188eu/include/ |
D | drv_types.h | 64 u8 hci; member
|
/linux-4.1.27/Documentation/ |
D | btmrvl.txt | 96 Use hcitool to issue raw hci command, refer to hcitool manual
|
/linux-4.1.27/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.1.27/Documentation/ioctl/ |
D | ioctl-number.txt | 137 'H' C0-F0 net/bluetooth/hci.h conflict!
|