Lines Matching refs:sc_ops

308 	error = (*sc->sc_ops->aa_set_powstate)(sc->sc_cookie, APM_DEV_ALLDEVS,  in apm_suspend()
336 error = (*sc->sc_ops->aa_set_powstate)(sc->sc_cookie, APM_DEV_ALLDEVS, in apm_standby()
408 (void)(*sc->sc_ops->aa_set_powstate)(sc->sc_cookie, in apm_event_handle()
411 (void)(*sc->sc_ops->aa_set_powstate)(sc->sc_cookie, in apm_event_handle()
414 (*sc->sc_ops->aa_enable)(sc->sc_cookie, 1); in apm_event_handle()
431 (void)(*sc->sc_ops->aa_set_powstate)(sc->sc_cookie, in apm_event_handle()
434 (void)(*sc->sc_ops->aa_set_powstate)(sc->sc_cookie, in apm_event_handle()
437 (*sc->sc_ops->aa_enable)(sc->sc_cookie, 1); in apm_event_handle()
446 (void)(*sc->sc_ops->aa_set_powstate)(sc->sc_cookie, in apm_event_handle()
461 (void)(*sc->sc_ops->aa_set_powstate)(sc->sc_cookie, in apm_event_handle()
467 error = (*sc->sc_ops->aa_get_powstat)(sc->sc_cookie, 0, &pi); in apm_event_handle()
517 (*sc->sc_ops->aa_get_capabilities)(sc->sc_cookie, in apm_event_handle()
519 (*sc->sc_ops->aa_get_powstat)(sc->sc_cookie, 0, &pi); in apm_event_handle()
554 (*sc->sc_ops->aa_set_powstate)(sc->sc_cookie, APM_DEV_ALLDEVS, in apm_periodic_check()
557 while ((error = (*sc->sc_ops->aa_get_event)(sc->sc_cookie, &event_code, in apm_periodic_check()
619 sc->sc_ops = aaa->accessops; in apmdevattach()
670 (*sc->sc_ops->aa_get_capabilities)(sc->sc_cookie, &numbatts, in apm_attach()
676 (*sc->sc_ops->aa_enable)(sc->sc_cookie, 1); in apm_attach()
678 error = (*sc->sc_ops->aa_get_powstat)(sc->sc_cookie, 0, &pinfo); in apm_attach()
686 if (sc->sc_ops->aa_cpu_busy) in apm_attach()
687 (*sc->sc_ops->aa_cpu_busy)(sc->sc_cookie); in apm_attach()
708 if (sc->sc_ops->aa_disconnect) in apm_attach()
709 (*sc->sc_ops->aa_disconnect)(sc->sc_cookie); in apm_attach()
855 if ((error = (*sc->sc_ops->aa_get_powstat)(sc->sc_cookie, 0, in apmdevioctl()