/src/sys/netbt/ |
hci_unit.c | 448 hci_input_event(struct hci_unit *unit, struct mbuf *m) function in typeref:typename:bool
|
hci_unit.c | 448 hci_input_event(struct hci_unit *unit, struct mbuf *m) function in typeref:typename:bool
|
hci.h | 2621 bool hci_input_event(struct hci_unit *, struct mbuf *);
|
hci.h | 2621 bool hci_input_event(struct hci_unit *, struct mbuf *);
|
/src/sys/dev/sdmmc/ |
sbt.c | 376 hci_input_event(sc->sc_unit, m);
|
sbt.c | 376 hci_input_event(sc->sc_unit, m);
|
/src/sys/dev/bluetooth/ |
btuart.c | 464 if (!hci_input_event(sc->sc_unit, sc->sc_rxp))
|
btuart.c | 464 if (!hci_input_event(sc->sc_unit, sc->sc_rxp))
|
bth5.c | 1134 if (!hci_input_event(sc->sc_unit, m)) 1142 if (!hci_input_event(sc->sc_unit, m))
|
bth5.c | 1134 if (!hci_input_event(sc->sc_unit, m)) 1142 if (!hci_input_event(sc->sc_unit, m))
|
bcsp.c | 1077 if (!hci_input_event(sc->sc_unit, m))
|
bcsp.c | 1077 if (!hci_input_event(sc->sc_unit, m))
|
/src/sys/dev/pcmcia/ |
bt3c.c | 418 if (!hci_input_event(sc->sc_unit, sc->sc_rxp))
|
btbc.c | 526 if (!hci_input_event(sc->sc_unit, sc->sc_rxp))
|
bt3c.c | 418 if (!hci_input_event(sc->sc_unit, sc->sc_rxp))
|
btbc.c | 526 if (!hci_input_event(sc->sc_unit, sc->sc_rxp))
|
/src/sys/dev/usb/ |
ubt.c | 1563 if (m == NULL || !hci_input_event(sc->sc_unit, m))
|
ubt.c | 1563 if (m == NULL || !hci_input_event(sc->sc_unit, m))
|