Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/bluetooth/l2cap/
H A Dng_l2cap_llpi.c89 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 Dng_l2cap_main.c172 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 Dng_l2cap_var.h91 hook_p hci; /* HCI downstream hook */ member
H A Dng_l2cap_misc.c79 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 Dnfcmrvl.txt13 - hci-muxed: Specifies that the chip is muxing NCI over HCI frames.
34 hci-muxed;
/f-stack/freebsd/netgraph/bluetooth/common/
H A Dng_bluetooth.c69 SYSCTL_NODE(_net_bluetooth, OID_AUTO, hci, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
/f-stack/freebsd/contrib/device-tree/src/arm64/exynos/
H A Dexynos7.dtsi604 reg-names = "hci", "vs_hci", "unipro", "ufsp";
/f-stack/freebsd/netgraph/bluetooth/hci/
H A Dng_hci_main.c94 NETGRAPH_INIT(hci, &typestruct);