Searched refs:hci (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/netgraph/bluetooth/l2cap/ |
| H A D | ng_l2cap_llpi.c | 89 if (l2cap->hci == NULL || NG_HOOK_NOT_VALID(l2cap->hci)) { in ng_l2cap_lp_con_req() 119 NG_SEND_MSG_HOOK(error, l2cap->node, msg, l2cap->hci, 0); in ng_l2cap_lp_con_req() 240 if (l2cap->hci == NULL || NG_HOOK_NOT_VALID(l2cap->hci)) { in ng_l2cap_lp_con_ind() 270 NG_SEND_MSG_HOOK(error, l2cap->node, rsp, l2cap->hci, 0); in ng_l2cap_lp_con_ind() 382 if (l2cap->hci == NULL || NG_HOOK_NOT_VALID(l2cap->hci)) { in ng_l2cap_lp_qos_req() 405 NG_SEND_MSG_HOOK(error, l2cap->node, msg, l2cap->hci, 0); in ng_l2cap_lp_qos_req() 816 if (l2cap->hci == NULL || NG_HOOK_NOT_VALID(l2cap->hci)) { in ng_l2cap_lp_deliver() 839 NG_SEND_DATA_ONLY(error, l2cap->hci, m); in ng_l2cap_lp_deliver() 951 if (l2cap->hci == NULL || NG_HOOK_NOT_VALID(l2cap->hci)) { in ng_l2cap_process_discon_timeout() 968 NG_SEND_MSG_HOOK(error, l2cap->node, msg, l2cap->hci, 0); in ng_l2cap_process_discon_timeout()
|
| H A D | ng_l2cap_main.c | 172 h = &l2cap->hci; in ng_l2cap_newhook() 198 if (hook == l2cap->hci) in ng_l2cap_connect() 229 if (hook == l2cap->hci) { in ng_l2cap_disconnect() 231 h = &l2cap->hci; in ng_l2cap_disconnect() 500 (l2cap->hci != NULL)? in ng_l2cap_default_rcvmsg() 715 if (hook == l2cap->hci) in ng_l2cap_rcvdata()
|
| H A D | ng_l2cap_var.h | 91 hook_p hci; /* HCI downstream hook */ member
|
| H A D | ng_l2cap_misc.c | 79 if (l2cap->hci == NULL || NG_HOOK_NOT_VALID(l2cap->hci) || in ng_l2cap_send_hook_info()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/net/nfc/ |
| H A D | nfcmrvl.txt | 13 - hci-muxed: Specifies that the chip is muxing NCI over HCI frames. 34 hci-muxed;
|
| /f-stack/freebsd/netgraph/bluetooth/common/ |
| H A D | ng_bluetooth.c | 69 SYSCTL_NODE(_net_bluetooth, OID_AUTO, hci, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/exynos/ |
| H A D | exynos7.dtsi | 604 reg-names = "hci", "vs_hci", "unipro", "ufsp";
|
| /f-stack/freebsd/netgraph/bluetooth/hci/ |
| H A D | ng_hci_main.c | 94 NETGRAPH_INIT(hci, &typestruct);
|