OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Fri Oct 03 02:09:57 GMT 2025