HomeSort by: relevance | last modified time | path
    Searched refs:hci_input_event (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/netbt/
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 *);
  /src/sys/dev/sdmmc/
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))
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))
  /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))
  /src/sys/dev/usb/
ubt.c 1563 if (m == NULL || !hci_input_event(sc->sc_unit, m))

Completed in 24 milliseconds