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

  /src/sys/dev/usb/
uhidev.c 903 * be submitted and then call uhidev_close.
906 * blocks all other uhidev_writes until uhidev_close on this scd.
936 * before calling uhidev_close, so neither on can be in flight
942 * finished -- when the caller calls uhidev_close.
958 * uhidev_close(scd)
965 uhidev_close(struct uhidev *scd) function in typeref:typename:void
971 DPRINTF(("uhidev_close(%s, report %d = %s): state=%x refcnt=%d\n",
1004 * are forbidden from issuing writes after uhidev_close anyway.
1024 * until after uhidev_close returns.

Completed in 12 milliseconds