HomeSort by: relevance | last modified time | path
    Searched defs:uhidev_open (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/usb/
uhidev.c 100 #define UHIDEV_OPEN 0x01 /* device is open */
582 if (!(atomic_load_acquire(&scd->sc_state) & UHIDEV_OPEN))
724 DPRINTF(("uhidev_open: oep=0x%02x\n", sc->sc_oep_addr));
730 DPRINTF(("uhidev_open: usbd_open_pipe failed, "
735 DPRINTF(("uhidev_open: sc->sc_opipe=%p\n", sc->sc_opipe));
740 DPRINTF(("uhidev_open: couldn't allocate an xfer\n"));
750 DPRINTF(("uhidev_open: xb1 init failed, "
855 uhidev_open(struct uhidev *scd, void (*intr)(void *, void *, u_int), function in typeref:typename:int
863 DPRINTF(("uhidev_open(%s, report %d = %s): state=%x refcnt=%d\n",
871 if (scd->sc_state & UHIDEV_OPEN) {
    [all...]

Completed in 14 milliseconds