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

  /src/sys/arch/arm/xscale/
pxa2x0_apm.h 28 struct pxa2x0_apm_softc { struct
39 int (*sc_get_event)(struct pxa2x0_apm_softc *, u_int *);
40 void (*sc_power_info)(struct pxa2x0_apm_softc *,
42 void (*sc_suspend)(struct pxa2x0_apm_softc *);
43 int (*sc_resume)(struct pxa2x0_apm_softc *);
46 void pxa2x0_apm_attach_sub(struct pxa2x0_apm_softc *);
47 void pxa2x0_apm_sleep(struct pxa2x0_apm_softc *);
pxa2x0_apm.c 84 void apm_power_print(struct pxa2x0_apm_softc *, struct apm_power_info *);
85 void apm_power_info(struct pxa2x0_apm_softc *, struct apm_power_info *);
86 void apm_suspend(struct pxa2x0_apm_softc *);
87 void apm_resume(struct pxa2x0_apm_softc *);
88 int apm_get_event(struct pxa2x0_apm_softc *, u_int *);
89 int apm_handle_event(struct pxa2x0_apm_softc *, u_int);
101 int apm_record_event(struct pxa2x0_apm_softc *, u_int);
226 void pxa2x0_pi2c_print(struct pxa2x0_apm_softc *);
246 apm_power_print(struct pxa2x0_apm_softc *sc, struct apm_power_info *powerp)
296 apm_power_info(struct pxa2x0_apm_softc *sc
    [all...]

Completed in 14 milliseconds