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

  /src/sys/dev/acpi/
qcomsmptp.c 95 void *sc_ipcc; member in struct:qcsmptp_softc
156 sc->sc_ipcc = qcipcc_channel(IPCC_CLIENT_LPASS,
158 if (sc->sc_ipcc == NULL) {
195 qcipcc_send(sc->sc_ipcc);
278 qcipcc_send(sc->sc_ipcc);
qcompas.c 121 void *sc_ipcc; member in struct:qcpas_softc
828 sc->sc_ipcc = qcipcc_channel(IPCC_CLIENT_LPASS,
830 if (sc->sc_ipcc == NULL)
932 qcipcc_send(sc->sc_ipcc);

Completed in 35 milliseconds