Lines Matching defs:s
226 #define VALIDATE_STATE(s) \ argument
561 static void delayus(struct cs4281_state *s, u32 delay) in delayus()
1003 static void printpm(struct cs4281_state *s) in printpm()
1057 static void printpipelines(struct cs4281_state *s) in printpipelines()
1073 void cs4281_ac97_suspend(struct cs4281_state *s) in cs4281_ac97_suspend()
1115 void cs4281_ac97_resume(struct cs4281_state *s) in cs4281_ac97_resume()
1188 void cs4281_SuspendFIFO(struct cs4281_state *s, struct cs4281_pipeline *pl) in cs4281_SuspendFIFO()
1196 void cs4281_ResumeFIFO(struct cs4281_state *s, struct cs4281_pipeline *pl) in cs4281_ResumeFIFO()
1204 void cs4281_SuspendDMAengine(struct cs4281_state *s, struct cs4281_pipeline *pl) in cs4281_SuspendDMAengine()
1216 void cs4281_ResumeDMAengine(struct cs4281_state *s, struct cs4281_pipeline *pl) in cs4281_ResumeDMAengine()
1229 int cs4281_suspend(struct cs4281_state *s) in cs4281_suspend()
1393 int cs4281_resume(struct cs4281_state *s) in cs4281_resume()
1610 static void stop_dac(struct cs4281_state *s) in stop_dac()
1625 static void start_dac(struct cs4281_state *s) in start_dac()
1658 static void stop_adc(struct cs4281_state *s) in stop_adc()
1681 static void start_adc(struct cs4281_state *s) in start_adc()
1748 extern void dealloc_dmabuf(struct cs4281_state *s, struct dmabuf *db) in dealloc_dmabuf()
1775 static int prog_dmabuf(struct cs4281_state *s, struct dmabuf *db) in prog_dmabuf()
1908 static int prog_dmabuf_adc(struct cs4281_state *s) in prog_dmabuf_adc()
1953 static int prog_dmabuf_dac(struct cs4281_state *s) in prog_dmabuf_dac()
2006 static void cs4281_update_ptr(struct cs4281_state *s, int intflag) in cs4281_update_ptr()
2110 static void prog_codec(struct cs4281_state *s, unsigned type) in prog_codec()
2194 static int mixer_ioctl(struct cs4281_state *s, unsigned int cmd, in mixer_ioctl()
2634 struct cs4281_state *s=NULL; in cs4281_open_mixdev() local
2665 struct cs4281_state *s = in cs4281_release_mixdev() local
2695 static int drain_adc(struct cs4281_state *s, int nonblock) in drain_adc()
2741 static int drain_dac(struct cs4281_state *s, int nonblock) in drain_dac()
2902 static unsigned cs_copy_to_user(struct cs4281_state *s, void *dest, in cs_copy_to_user()
2947 struct cs4281_state *s = in cs4281_read() local
3064 struct cs4281_state *s = in cs4281_write() local
3139 struct cs4281_state *s = in cs4281_poll() local
3198 struct cs4281_state *s = in cs4281_mmap() local
3244 struct cs4281_state *s = in cs4281_ioctl() local
3679 struct cs4281_state *s = in cs4281_release() local
3714 struct cs4281_state *s=NULL; in cs4281_open() local
3840 static void cs4281_handle_midi(struct cs4281_state *s) in cs4281_handle_midi()
3875 struct cs4281_state *s = (struct cs4281_state *) dev_id; in cs4281_interrupt() local
3910 struct cs4281_state *s = (struct cs4281_state *) data; in cs4281_midi_timer() local
3926 struct cs4281_state *s = in cs4281_midi_read() local
3974 struct cs4281_state *s = in cs4281_midi_write() local
4027 struct cs4281_state *s = in cs4281_midi_poll() local
4055 struct cs4281_state *s=NULL; in cs4281_midi_open() local
4124 struct cs4281_state *s = in cs4281_midi_release() local
4213 struct cs4281_state *s) in cs4281_BuildFIFO()
4260 struct cs4281_state *s) in cs4281_BuildDMAengine()
4328 void __devinit cs4281_InitPM(struct cs4281_state *s) in cs4281_InitPM()
4357 static int cs4281_setup_record_src(struct cs4281_state *s) in cs4281_setup_record_src()
4386 struct cs4281_state *s; in cs4281_probe() local
4571 struct cs4281_state *s = pci_get_drvdata(pci_dev); in cs4281_remove() local