Home
last modified time | relevance | path

Searched refs:aplhidev_softc (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/sys/arch/arm64/dev/
H A Daplhidev.c134 struct aplhidev_softc { struct
171 sizeof(struct aplhidev_softc), aplhidev_match, aplhidev_attach argument
178 void aplhidev_get_info(struct aplhidev_softc *);
179 void aplhidev_get_descriptor(struct aplhidev_softc *, uint8_t);
180 void aplhidev_set_leds(struct aplhidev_softc *, uint8_t);
181 void aplhidev_set_mode(struct aplhidev_softc *, uint8_t);
182 void aplhidev_get_dimensions(struct aplhidev_softc *);
202 struct aplhidev_softc *sc = (struct aplhidev_softc *)self; in aplhidev_attach()
307 aplhidev_get_info(struct aplhidev_softc *sc) in aplhidev_get_info()
340 aplhidev_get_descriptor(struct aplhidev_softc *sc, uint8_t device) in aplhidev_get_descriptor()
[all …]