Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Digpiovar.h32 struct igpio_softc { struct
50 void igpio_attach(struct igpio_softc *); argument
51 void igpio_detach(struct igpio_softc *);
H A Digpio.c60 struct igpio_softc *ib_sc;
179 igpio_find_bank(struct igpio_softc *sc, int pin) in igpio_find_bank()
204 igpio_hexdump(struct igpio_softc *sc, int n)
223 igpio_attach(struct igpio_softc *sc) in igpio_attach()
374 igpio_detach(struct igpio_softc *sc) in igpio_detach()
469 struct igpio_softc *sc = priv; in igpio_pin_read()
496 struct igpio_softc *sc = priv; in igpio_pin_write()
528 struct igpio_softc *sc = priv; in igpio_pin_ctl()
604 struct igpio_softc *sc = priv; in igpio_intr_establish()
681 struct igpio_softc *sc = priv; in igpio_intr_disestablish()
[all …]
/netbsd-src/sys/dev/acpi/
H A Digpio_acpi.c49 struct igpio_softc sc_isc;
191 struct igpio_softc * const isc = &asc->sc_isc; in igpio_acpi_detach()
231 struct igpio_softc * const isc = &asc->sc_isc; in igpio_acpi_intr()