Symbol: zapm_softc
sys/arch/zaurus/dev/zapm.c
135
struct zapm_softc *sc = device_private(self);
sys/arch/zaurus/dev/zapm.c
208
struct zapm_softc *sc = (struct zapm_softc *)v;
sys/arch/zaurus/dev/zapm.c
345
struct zapm_softc *sc = (struct zapm_softc *)v;
sys/arch/zaurus/dev/zapm.c
353
struct zapm_softc *sc = (struct zapm_softc *)v;
sys/arch/zaurus/dev/zapm.c
360
struct zapm_softc *sc = (struct zapm_softc *)v;
sys/arch/zaurus/dev/zapm.c
398
struct zapm_softc *sc = (struct zapm_softc *)v;
sys/arch/zaurus/dev/zapm.c
439
struct zapm_softc *sc = (struct zapm_softc *)v;
sys/arch/zaurus/dev/zapm.c
470
struct zapm_softc *sc = (struct zapm_softc *)v;
sys/arch/zaurus/dev/zapm.c
478
struct zapm_softc *sc = (struct zapm_softc *)v;
sys/arch/zaurus/dev/zapm.c
486
struct zapm_softc *sc = (struct zapm_softc *)v;
sys/arch/zaurus/dev/zapm.c
580
static int zapm_get_ac_state(struct zapm_softc *);
sys/arch/zaurus/dev/zapm.c
581
static int zapm_get_battery_compartment_state(struct zapm_softc *);
sys/arch/zaurus/dev/zapm.c
582
static int zapm_get_charge_complete_state(struct zapm_softc *);
sys/arch/zaurus/dev/zapm.c
583
static void zapm_set_charging(struct zapm_softc *, int);
sys/arch/zaurus/dev/zapm.c
584
static int zapm_charge_complete(struct zapm_softc *);
sys/arch/zaurus/dev/zapm.c
611
struct zapm_softc *sc = (struct zapm_softc *)v;
sys/arch/zaurus/dev/zapm.c
626
zapm_get_ac_state(struct zapm_softc *sc)
sys/arch/zaurus/dev/zapm.c
635
zapm_get_battery_compartment_state(struct zapm_softc *sc)
sys/arch/zaurus/dev/zapm.c
642
zapm_get_charge_complete_state(struct zapm_softc *sc)
sys/arch/zaurus/dev/zapm.c
649
zapm_set_charging(struct zapm_softc *sc, int enable)
sys/arch/zaurus/dev/zapm.c
664
zapm_charge_complete(struct zapm_softc *sc)
sys/arch/zaurus/dev/zapm.c
800
struct zapm_softc *sc = (struct zapm_softc *)v;
sys/arch/zaurus/dev/zapm.c
85
CFATTACH_DECL_NEW(zapm, sizeof(struct zapm_softc),