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

  /src/sys/dev/i2c/
ihidev.c 848 struct ihidev *scd; local in function:ihidev_work
894 scd = sc->sc_subdevs[rep];
895 if (scd == NULL || !(scd->sc_state & IHIDEV_OPEN))
898 scd->sc_intr(scd, p, psize);
957 ihidev_open(struct ihidev *scd)
959 struct ihidev_softc *sc = scd->sc_parent;
963 __func__, scd->sc_state, sc->sc_refcnt));
967 if (scd->sc_state & IHIDEV_OPEN || sc->sc_refcnt == INT_MAX)
    [all...]
  /src/sys/dev/usb/
uhidev.c 405 struct uhidev *scd = &sc->sc_subdevs[repid]; local in function:uhidev_attach
407 scd->sc_parent = sc;
408 scd->sc_report_id = repid;
409 scd->sc_in_rep_size = repsizes[repid];
417 uha.parent = scd;
431 rnd_attach_source(&scd->sc_rndsource,
541 struct uhidev *scd; local in function:uhidev_intr
579 scd = &sc->sc_subdevs[rep];
580 DPRINTFN(5,("uhidev_intr: rep=%d, scd=%p state=%#x\n",
581 rep, scd, scd->sc_state))
    [all...]

Completed in 11 milliseconds