Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/spi/
Dscmdspi.c45 extern void scmd_attach(struct scmd_sc *);
218 scmd_attach(sc); in scmdspi_attach()
/netbsd/src/sys/dev/i2c/
Dscmdi2c.c47 extern void scmd_attach(struct scmd_sc *);
185 scmd_attach(sc); in scmdi2c_attach()
/netbsd/src/sys/dev/ic/
Dscmd.c44 void scmd_attach(struct scmd_sc *);
187 scmd_attach(struct scmd_sc *sc) in scmd_attach() function
280 sc->sc_func_attach = &scmd_attach; in scmd_open()