/Linux-v4.19/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-v4.19/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-v4.19/Documentation/devicetree/bindings/net/nfc/ |
D | nfcmrvl.txt | 13 - hci-muxed: Specifies that the chip is muxing NCI over HCI frames. 34 hci-muxed;
|
/Linux-v4.19/drivers/staging/rtl8712/ |
D | os_intfs.c | 47 static int hci = RTL8712_USB; variable 103 module_param(hci, int, 0644); 131 registry_par->hci = (u8)hci; in loadparam()
|
D | drv_types.h | 83 u8 hci; member
|
/Linux-v4.19/drivers/staging/gdm724x/ |
D | gdm_usb.c | 60 struct hci_packet *hci = (struct hci_packet *)buf; in request_mac_address() local 65 hci->cmd_evt = gdm_cpu_to_dev16(udev->gdm_ed, LTE_GET_INFORMATION); in request_mac_address() 66 hci->len = gdm_cpu_to_dev16(udev->gdm_ed, 1); in request_mac_address() 67 hci->data[0] = MAC_ADDRESS; in request_mac_address() 383 struct hci_packet *hci; in do_rx() local 402 hci = (struct hci_packet *)r->buf; in do_rx() 403 cmd_evt = gdm_dev16_to_cpu(udev->gdm_ed, hci->cmd_evt); in do_rx() 407 if (set_mac_address(hci->data, r->cb_data) == 0) { in do_rx()
|
D | gdm_lte.c | 505 struct hci_packet *hci = (struct hci_packet *)buf; in gdm_lte_event_send() local 515 hci->len) + HCI_HEADER_SIZE; in gdm_lte_event_send() 742 struct hci_packet *hci = (struct hci_packet *)buf; in gdm_lte_receive_pkt() local 755 cmd_evt = gdm_dev16_to_cpu(endian, hci->cmd_evt); in gdm_lte_receive_pkt() 763 sdu = (struct sdu *)hci->data; in gdm_lte_receive_pkt() 769 gdm_lte_netif_rx(dev, hci->data, len, nic_type); in gdm_lte_receive_pkt()
|
/Linux-v4.19/net/nfc/nci/ |
D | Makefile | 8 nci-objs := core.o data.o lib.o ntf.o rsp.o hci.o
|
/Linux-v4.19/net/nfc/ |
D | Makefile | 8 obj-$(CONFIG_NFC_HCI) += hci/
|
D | Kconfig | 32 source "net/nfc/hci/Kconfig"
|
/Linux-v4.19/Documentation/ |
D | btmrvl.txt | 95 Issuing a raw hci command 98 Use hcitool to issue raw hci command, refer to hcitool manual
|
/Linux-v4.19/include/net/bluetooth/ |
D | bluetooth.h | 326 struct hci_ctrl hci; member 333 #define hci_skb_opcode(skb) bt_cb((skb))->hci.opcode
|
/Linux-v4.19/drivers/usb/musb/ |
D | am35x.c | 197 static irqreturn_t am35x_musb_interrupt(int irq, void *hci) in am35x_musb_interrupt() argument 199 struct musb *musb = hci; in am35x_musb_interrupt()
|
D | da8xx.c | 222 static irqreturn_t da8xx_musb_interrupt(int irq, void *hci) in da8xx_musb_interrupt() argument 224 struct musb *musb = hci; in da8xx_musb_interrupt()
|
D | musb_dsps.c | 305 static irqreturn_t dsps_interrupt(int irq, void *hci) in dsps_interrupt() argument 307 struct musb *musb = hci; in dsps_interrupt()
|
/Linux-v4.19/net/bluetooth/ |
D | hci_core.c | 3497 bt_cb(skb)->hci.req_flags |= HCI_REQ_START; in hci_send_cmd() 4225 return (bt_cb(skb)->hci.req_flags & HCI_REQ_START); in hci_req_is_complete() 4285 if (bt_cb(hdev->sent_cmd)->hci.req_flags & HCI_REQ_SKB) { in hci_req_cmd_complete() 4286 *req_complete_skb = bt_cb(hdev->sent_cmd)->hci.req_complete_skb; in hci_req_cmd_complete() 4290 if (bt_cb(hdev->sent_cmd)->hci.req_complete) { in hci_req_cmd_complete() 4291 *req_complete = bt_cb(hdev->sent_cmd)->hci.req_complete; in hci_req_cmd_complete() 4298 if (bt_cb(skb)->hci.req_flags & HCI_REQ_START) { in hci_req_cmd_complete() 4303 if (bt_cb(skb)->hci.req_flags & HCI_REQ_SKB) in hci_req_cmd_complete() 4304 *req_complete_skb = bt_cb(skb)->hci.req_complete_skb; in hci_req_cmd_complete() 4306 *req_complete = bt_cb(skb)->hci.req_complete; in hci_req_cmd_complete()
|
D | hci_request.c | 72 bt_cb(skb)->hci.req_complete = complete; in req_run() 74 bt_cb(skb)->hci.req_complete_skb = complete_skb; in req_run() 75 bt_cb(skb)->hci.req_flags |= HCI_REQ_SKB; in req_run() 330 bt_cb(skb)->hci.req_flags |= HCI_REQ_START; in hci_req_add_ev() 332 bt_cb(skb)->hci.req_event = event; in hci_req_add_ev()
|
D | hci_sock.c | 1782 bt_cb(skb)->hci.req_flags |= HCI_REQ_START; in hci_sock_sendmsg()
|
D | hci_event.c | 3463 (hdev->sent_cmd && !bt_cb(hdev->sent_cmd)->hci.req_event)) in hci_cmd_status_evt() 5703 if (hdev->sent_cmd && bt_cb(hdev->sent_cmd)->hci.req_event == event) { in hci_event_packet()
|
/Linux-v4.19/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-v4.19/drivers/staging/rtl8723bs/include/ |
D | drv_types.h | 99 u8 hci; member
|
/Linux-v4.19/Documentation/ioctl/ |
D | ioctl-number.txt | 142 'H' C0-F0 net/bluetooth/hci.h conflict!
|