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

/freebsd-11-stable/sys/dev/auxio/
H A Dauxio.c100 struct auxio_softc { struct
120 static int auxio_attach_common(struct auxio_softc *);
125 static void auxio_free_resource(struct auxio_softc *);
126 static __inline u_int32_t auxio_led_read(struct auxio_softc *);
127 static __inline void auxio_led_write(struct auxio_softc *, u_int32_t);
141 sizeof(struct auxio_softc)
162 sizeof(struct auxio_softc)
177 auxio_led_write(struct auxio_softc *sc, u_int32_t v)
188 auxio_led_read(struct auxio_softc *sc)
205 struct auxio_softc *s
[all...]

Completed in 51 milliseconds