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

/linux-4.4.14/sound/oss/
H A Dswarm_cs4297a.c95 struct cs4297a_state;
98 static void stop_dac(struct cs4297a_state *s);
99 static void stop_adc(struct cs4297a_state *s);
100 static void start_dac(struct cs4297a_state *s);
101 static void start_adc(struct cs4297a_state *s);
271 struct cs4297a_state { struct
333 static int prog_dmabuf_adc(struct cs4297a_state *s) prog_dmabuf_adc()
340 static int prog_dmabuf_dac(struct cs4297a_state *s) prog_dmabuf_dac()
575 static int ser_init(struct cs4297a_state *s) ser_init()
673 static int dma_init(struct cs4297a_state *s) dma_init()
736 static int serdma_reg_access(struct cs4297a_state *s, u64 data) serdma_reg_access()
787 static int cs4297a_read_ac97(struct cs4297a_state *s, u32 offset, cs4297a_read_ac97()
807 static int cs4297a_write_ac97(struct cs4297a_state *s, u32 offset, cs4297a_write_ac97()
815 static void stop_dac(struct cs4297a_state *s) stop_dac()
834 static void start_dac(struct cs4297a_state *s) start_dac()
859 static void stop_adc(struct cs4297a_state *s) stop_adc()
881 static void start_adc(struct cs4297a_state *s) start_adc()
934 static void cs4297a_update_ptr(struct cs4297a_state *s, int intflag) cs4297a_update_ptr()
1156 static int mixer_ioctl(struct cs4297a_state *s, unsigned int cmd, mixer_ioctl()
1549 struct cs4297a_state *s=NULL; cs4297a_open_mixdev()
1558 s = list_entry(entry, struct cs4297a_state, list); cs4297a_open_mixdev()
1583 struct cs4297a_state *s = cs4297a_release_mixdev()
1584 (struct cs4297a_state *) file->private_data; cs4297a_release_mixdev()
1596 ret = mixer_ioctl((struct cs4297a_state *) file->private_data, cmd, cs4297a_ioctl_mixdev()
1617 static int drain_adc(struct cs4297a_state *s, int nonblock) drain_adc()
1626 static int drain_dac(struct cs4297a_state *s, int nonblock) drain_dac()
1667 struct cs4297a_state *s = cs4297a_read()
1668 (struct cs4297a_state *) file->private_data; cs4297a_read()
1790 struct cs4297a_state *s = cs4297a_write()
1791 (struct cs4297a_state *) file->private_data; cs4297a_write()
1908 struct cs4297a_state *s = cs4297a_poll()
1909 (struct cs4297a_state *) file->private_data; cs4297a_poll()
1976 struct cs4297a_state *s = cs4297a_ioctl()
1977 (struct cs4297a_state *) file->private_data; cs4297a_ioctl()
2379 struct cs4297a_state *s = cs4297a_release()
2380 (struct cs4297a_state *) file->private_data; cs4297a_release()
2411 struct cs4297a_state *s=NULL; cs4297a_locked_open()
2422 s = list_entry(entry, struct cs4297a_state, list); cs4297a_locked_open()
2553 struct cs4297a_state *s = (struct cs4297a_state *) dev_id; cs4297a_interrupt()
2624 struct cs4297a_state *s; cs4297a_init()
2660 if (!(s = kzalloc(sizeof(struct cs4297a_state), GFP_KERNEL))) { cs4297a_init()

Completed in 49 milliseconds