pcf8574_softc
static void pcf8574_check_alert(struct pcf8574_softc *, uint8_t, uint8_t);
CFATTACH_DECL_NEW(pcf8574io, sizeof(struct pcf8574_softc),
struct pcf8574_softc *sc = device_private(self);
struct pcf8574_softc *sc = device_private(self);
pcf8574_read(struct pcf8574_softc *sc, uint8_t *val)
pcf8574_write(struct pcf8574_softc *sc, uint8_t val)
pcf8574_attach_led(struct pcf8574_softc *sc, char *name, int pin, int act,
pcf8574_attach_sysmon(struct pcf8574_softc *sc, char *name, int envc, int pin,
struct pcf8574_softc *sc = sme->sme_cookie;
struct pcf8574_softc *sc = l->cookie;
struct pcf8574_softc *sc = l->cookie;
struct pcf8574_softc *sc = v;
struct pcf8574_softc *sc = v;
pcf8574_check_alert(struct pcf8574_softc *sc, uint8_t prev_state,
static int pcf8574_read(struct pcf8574_softc *sc, uint8_t *);
static int pcf8574_write(struct pcf8574_softc *sc, uint8_t);
struct pcf8574_softc *, char *, int, int, int);
struct pcf8574_softc *, char *, int, int, int);