Symbol: asmc_softc
sys/dev/acpi/asmc.c
111
sizeof(struct asmc_softc), asmc_match, asmc_attach, NULL, asmc_activate
sys/dev/acpi/asmc.c
253
struct asmc_softc *sc = (struct asmc_softc *)self;
sys/dev/acpi/asmc.c
355
struct asmc_softc *sc = (struct asmc_softc *)self;
sys/dev/acpi/asmc.c
381
struct asmc_softc *sc = (struct asmc_softc *)self;
sys/dev/acpi/asmc.c
395
struct asmc_softc *sc = arg;
sys/dev/acpi/asmc.c
407
struct asmc_softc *sc = asmc_cd.cd_devs[0];
sys/dev/acpi/asmc.c
419
struct asmc_softc *sc = asmc_cd.cd_devs[0];
sys/dev/acpi/asmc.c
430
asmc_status(struct asmc_softc *sc)
sys/dev/acpi/asmc.c
436
asmc_write(struct asmc_softc *sc, uint8_t off, uint8_t val)
sys/dev/acpi/asmc.c
456
asmc_read(struct asmc_softc *sc, uint8_t off, uint8_t *buf)
sys/dev/acpi/asmc.c
475
asmc_command(struct asmc_softc *sc, int cmd, const char *key, uint8_t *buf,
sys/dev/acpi/asmc.c
503
asmc_try(struct asmc_softc *sc, int cmd, const char *key, uint8_t *buf,
sys/dev/acpi/asmc.c
551
asmc_temp(struct asmc_softc *sc, uint8_t idx, int init)
sys/dev/acpi/asmc.c
585
asmc_fan(struct asmc_softc *sc, uint8_t idx, int init)
sys/dev/acpi/asmc.c
622
asmc_light(struct asmc_softc *sc, uint8_t idx, int init)
sys/dev/acpi/asmc.c
655
asmc_motion(struct asmc_softc *sc, uint8_t idx, int init)
sys/dev/acpi/asmc.c
683
asmc_init(struct asmc_softc *sc)
sys/dev/acpi/asmc.c
728
struct asmc_softc *sc = arg;
sys/dev/acpi/asmc.c
94
int asmc_try(struct asmc_softc *, int, const char *, uint8_t *, uint8_t);
sys/dev/acpi/asmc.c
95
void asmc_init(struct asmc_softc *);