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

  /src/sys/dev/apm/
apmio.h 42 struct apm_power_info { struct
62 #define OAPM_IOC_GETPOWER _IOR('A', 3, struct apm_power_info) /* fetch battery state */
63 #define APM_IOC_GETPOWER _IOWR('A', 3, struct apm_power_info) /* fetch battery state */
  /src/sys/arch/arm/xscale/
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 *);
246 apm_power_print(struct pxa2x0_apm_softc *sc, struct apm_power_info *powerp)
296 apm_power_info(struct pxa2x0_apm_softc *sc, function in typeref:typename:void
297 struct apm_power_info *power)
361 struct apm_power_info power;
391 apm_power_info(sc, &power);
521 struct apm_power_info *power;
572 power = (struct apm_power_info *)data
    [all...]

Completed in 51 milliseconds