Searched refs:cs428x_softc (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/dev/pci/ |
H A D | cs428x.c | 65 struct cs428x_softc *sc; in cs428x_round_blocksize() 84 struct cs428x_softc *sc; in cs428x_mixer_set_port() 96 struct cs428x_softc *sc; in cs428x_mixer_get_port() 105 struct cs428x_softc *sc; in cs428x_query_devinfo() 114 struct cs428x_softc *sc; in cs428x_malloc() 135 struct cs428x_softc *sc; in cs428x_free() 178 struct cs428x_softc *sc; in cs428x_attach_codec() 189 struct cs428x_softc *sc; in cs428x_read_codec() 235 struct cs428x_softc *sc; in cs428x_write_codec() 259 cs428x_allocmem(struct cs428x_softc *sc, size_t size, struct cs428x_dma *p) in cs428x_allocmem() [all …]
|
H A D | cs4280.c | 115 static void cs4280_clkrun_hack(struct cs428x_softc *, int); 116 static void cs4280_clkrun_hack_init(struct cs428x_softc *); 117 static void cs4280_set_adc_rate(struct cs428x_softc *, int ); 118 static void cs4280_set_dac_rate(struct cs428x_softc *, int ); 119 static int cs4280_download(struct cs428x_softc *, const uint32_t *, uint32_t, 121 static int cs4280_download_image(struct cs428x_softc *); 123 static int cs4280_init(struct cs428x_softc *, int); 124 static void cs4280_clear_fifos(struct cs428x_softc *); 128 static int cs4280_check_images(struct cs428x_softc *); 129 static int cs4280_checkimage(struct cs428x_softc *, uint32_t *, uint32_t, [all …]
|
H A D | cs4281.c | 101 static void cs4281_set_dac_rate(struct cs428x_softc *, int); 102 static void cs4281_set_adc_rate(struct cs428x_softc *, int); 103 static int cs4281_init(struct cs428x_softc *, int); 146 CFATTACH_DECL_NEW(clct, sizeof(struct cs428x_softc), 185 struct cs428x_softc *sc; in cs4281_attach() 304 struct cs428x_softc *sc; in cs4281_intr() 405 struct cs428x_softc *sc; in cs4281_set_format() 417 struct cs428x_softc *sc; in cs4281_halt_output() 428 struct cs428x_softc *sc; in cs4281_halt_input() 449 struct cs428x_softc *s in cs4281_trigger_output() [all...] |
H A D | cs428x.h | 74 struct cs428x_softc { struct 187 int cs428x_allocmem(struct cs428x_softc *, size_t, struct cs428x_dma *); argument 188 int cs428x_src_wait(struct cs428x_softc *);
|