HomeSort by: relevance | last modified time | path
    Searched refs:spdmem_softc (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/i2c/
spdmem_i2c.c 84 struct spdmem_softc sc_base;
99 static int spdmem_i2c_read(struct spdmem_softc *, uint16_t, uint8_t *);
265 spdmem_i2c_read(struct spdmem_softc *softc, uint16_t addr, uint8_t *val)
  /src/sys/dev/ic/
spdmem.c 160 spdcrc16(struct spdmem_softc *sc, int count)
179 spdmem_common_probe(struct spdmem_softc *sc)
287 spdmem_common_attach(struct spdmem_softc *sc, device_t self)
487 spdmem_common_detach(struct spdmem_softc *sc, device_t self)
500 struct spdmem_softc *sc = device_private(self);
spdmemvar.h 905 struct spdmem_softc { struct
906 int (*sc_read)(struct spdmem_softc *, uint16_t, uint8_t *);
912 int spdmem_common_probe(struct spdmem_softc *);
913 void spdmem_common_attach(struct spdmem_softc *, device_t);
914 int spdmem_common_detach(struct spdmem_softc *, device_t);

Completed in 13 milliseconds