Searched refs:eap_softc (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Deap.c98 static int eap_allocmem(struct eap_softc *, size_t, size_t,
100 static int eap_freemem(struct eap_softc *, struct eap_dma *);
109 CFATTACH_DECL_NEW(eap, sizeof(struct eap_softc),
126 static void eap1370_write_codec(struct eap_softc *, int, int);
138 static void eap1370_set_mixer(struct eap_softc *, int, int);
139 static uint32_t eap1371_src_wait(struct eap_softc *);
140 static void eap1371_set_adc_rate(struct eap_softc *, int);
142 static int eap1371_src_read(struct eap_softc *, int);
143 static void eap1371_src_write(struct eap_softc *, int, int);
158 static void eap_uart_txrdy(struct eap_softc *);
[all...]
H A Deapvar.h44 struct eap_softc { struct
H A Djoy_eap.c103 struct eap_softc *esc = device_private(parent);

Completed in 174 milliseconds