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

  /src/sys/dev/spi/
oj6sh.c 120 static bool oj6sh_resume(device_t, const pmf_qual_t *);
354 if (!pmf_device_register(sc->sc_dev, oj6sh_suspend, oj6sh_resume))
394 oj6sh_resume(device_t dv, const pmf_qual_t *qual) function in typeref:typename:bool
398 DPRINTF(3,("%s: oj6sh_resume()\n", device_xname(sc->sc_dev)));
oj6sh.c 120 static bool oj6sh_resume(device_t, const pmf_qual_t *);
354 if (!pmf_device_register(sc->sc_dev, oj6sh_suspend, oj6sh_resume))
394 oj6sh_resume(device_t dv, const pmf_qual_t *qual) function in typeref:typename:bool
398 DPRINTF(3,("%s: oj6sh_resume()\n", device_xname(sc->sc_dev)));

Completed in 31 milliseconds