HomeSort by: relevance | last modified time | path
    Searched defs:pcf8574_softc (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/i2c/
pcf8574.c 70 struct pcf8574_softc { struct
94 static int pcf8574_read(struct pcf8574_softc *sc, uint8_t *);
95 static int pcf8574_write(struct pcf8574_softc *sc, uint8_t);
97 struct pcf8574_softc *, char *, int, int, int);
99 struct pcf8574_softc *, char *, int, int, int);
105 static void pcf8574_check_alert(struct pcf8574_softc *, uint8_t, uint8_t);
107 CFATTACH_DECL_NEW(pcf8574io, sizeof(struct pcf8574_softc),
131 struct pcf8574_softc *sc = device_private(self);
246 struct pcf8574_softc *sc = device_private(self);
267 pcf8574_read(struct pcf8574_softc *sc, uint8_t *val
    [all...]

Completed in 37 milliseconds