Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/spi/
H A Dspi.c64 struct spi_softc { struct
102 struct spi_softc *sh_sc;
149 struct spi_softc *sc = device_private(parent); in spi_search()
213 spi_direct_attach_child_devices(device_t parent, struct spi_softc *sc, in spi_direct_attach_child_devices()
292 struct spi_softc *sc = device_private(self); in spi_attach()
335 struct spi_softc *sc = device_lookup_private(&spi_cd, minor(dev)); in spi_open()
353 struct spi_softc *sc = device_lookup_private(&spi_cd, minor(dev)); in spi_ioctl()
429 CFATTACH_DECL_NEW(spi, sizeof(struct spi_softc),
459 struct spi_softc *sc = sh->sh_sc; in spi_acquire()
474 struct spi_softc *sc = sh->sh_sc; in spi_release()
[all …]