Searched refs:spdmem_softc (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/dev/i2c/ |
H A D | 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) in spdmem_i2c_read()
|
/netbsd-src/sys/dev/ic/ |
H A D | spdmemvar.h | 905 struct spdmem_softc { struct 906 int (*sc_read)(struct spdmem_softc *, uint16_t, uint8_t *); argument 912 int spdmem_common_probe(struct spdmem_softc *); argument 913 void spdmem_common_attach(struct spdmem_softc *, device_t); 914 int spdmem_common_detach(struct spdmem_softc *, device_t);
|
H A D | spdmem.c | 160 spdcrc16(struct spdmem_softc *sc, int count) in spdcrc16() 179 spdmem_common_probe(struct spdmem_softc *sc) in spdmem_common_probe() 287 spdmem_common_attach(struct spdmem_softc *sc, device_t self) in spdmem_common_attach() 487 spdmem_common_detach(struct spdmem_softc *sc, device_t self) in spdmem_common_detach() 500 struct spdmem_softc *sc = device_private(self); in decode_size_speed()
|