Searched refs:eap_softc (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/sys/dev/pci/ |
| D | eap.c | 102 struct eap_softc { struct 145 int eap_allocmem(struct eap_softc *, size_t, size_t, struct eap_dma *); argument 146 int eap_freemem(struct eap_softc *, struct eap_dma *); 156 sizeof(struct eap_softc), eap_match, eap_attach, NULL, eap_activate 169 void eap_resume(struct eap_softc *); 170 void eap1370_write_codec(struct eap_softc *, int, int); 178 void eap1370_set_mixer(struct eap_softc *sc, int a, int d); 179 u_int32_t eap1371_src_wait(struct eap_softc *sc); 180 void eap1371_src_write(struct eap_softc *sc, int a, int d); 255 struct eap_softc *sc = (struct eap_softc *)self; in eap_activate() [all …]
|