Home
last modified time | relevance | path

Searched refs:hci (Results 1 – 22 of 22) sorted by relevance

/Linux-v4.19/net/nfc/hci/
DMakefile5 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/
Dsysfs-driver-hid2 …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/
Dnfcmrvl.txt13 - hci-muxed: Specifies that the chip is muxing NCI over HCI frames.
34 hci-muxed;
/Linux-v4.19/drivers/staging/rtl8712/
Dos_intfs.c47 static int hci = RTL8712_USB; variable
103 module_param(hci, int, 0644);
131 registry_par->hci = (u8)hci; in loadparam()
Ddrv_types.h83 u8 hci; member
/Linux-v4.19/drivers/staging/gdm724x/
Dgdm_usb.c60 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()
Dgdm_lte.c505 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/
DMakefile8 nci-objs := core.o data.o lib.o ntf.o rsp.o hci.o
/Linux-v4.19/net/nfc/
DMakefile8 obj-$(CONFIG_NFC_HCI) += hci/
DKconfig32 source "net/nfc/hci/Kconfig"
/Linux-v4.19/Documentation/
Dbtmrvl.txt95 Issuing a raw hci command
98 Use hcitool to issue raw hci command, refer to hcitool manual
/Linux-v4.19/include/net/bluetooth/
Dbluetooth.h326 struct hci_ctrl hci; member
333 #define hci_skb_opcode(skb) bt_cb((skb))->hci.opcode
/Linux-v4.19/drivers/usb/musb/
Dam35x.c197 static irqreturn_t am35x_musb_interrupt(int irq, void *hci) in am35x_musb_interrupt() argument
199 struct musb *musb = hci; in am35x_musb_interrupt()
Dda8xx.c222 static irqreturn_t da8xx_musb_interrupt(int irq, void *hci) in da8xx_musb_interrupt() argument
224 struct musb *musb = hci; in da8xx_musb_interrupt()
Dmusb_dsps.c305 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/
Dhci_core.c3497 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()
Dhci_request.c72 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()
Dhci_sock.c1782 bt_cb(skb)->hci.req_flags |= HCI_REQ_START; in hci_sock_sendmsg()
Dhci_event.c3463 (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/
Dnfc-hci.txt37 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/
Ddrv_types.h99 u8 hci; member
/Linux-v4.19/Documentation/ioctl/
Dioctl-number.txt142 'H' C0-F0 net/bluetooth/hci.h conflict!