Searched refs:pxa2x0_apm_softc (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/arm/xscale/
H A Dpxa2x0_apm.h28 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 *);
H A Dpxa2x0_apm.c84 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 *s
[all...]

Completed in 182 milliseconds