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

/netbsd-current/sys/dev/pci/
H A Deap.c100 static int eap_allocmem(struct eap_softc *, size_t, size_t,
102 static int eap_freemem(struct eap_softc *, struct eap_dma *);
111 CFATTACH_DECL_NEW(eap, sizeof(struct eap_softc),
127 static void eap1370_write_codec(struct eap_softc *, int, int);
137 static void eap1370_set_mixer(struct eap_softc *, int, int);
138 static uint32_t eap1371_src_wait(struct eap_softc *);
139 static void eap1371_set_adc_rate(struct eap_softc *, int);
141 static int eap1371_src_read(struct eap_softc *, u_int);
142 static void eap1371_src_write(struct eap_softc *, u_int, int);
157 static void eap_uart_txrdy(struct eap_softc *);
[all...]
H A Deapvar.h44 struct eap_softc { struct
H A Djoy_eap.c104 struct eap_softc *esc = device_private(parent);

Completed in 72 milliseconds