Lines Matching defs:s
234 static inline void write_seq(struct solo1_state *s, unsigned char data) in write_seq()
254 static inline int read_seq(struct solo1_state *s, unsigned char *data) in read_seq()
269 static int inline reset_ctrl(struct solo1_state *s) in reset_ctrl()
285 static void write_ctrl(struct solo1_state *s, unsigned char reg, unsigned char data) in write_ctrl()
303 static void write_mixer(struct solo1_state *s, unsigned char reg, unsigned char data) in write_mixer()
309 static unsigned char read_mixer(struct solo1_state *s, unsigned char reg) in read_mixer()
344 static inline void stop_dac(struct solo1_state *s) in stop_dac()
354 static void start_dac(struct solo1_state *s) in start_dac()
368 static inline void stop_adc(struct solo1_state *s) in stop_adc()
378 static void start_adc(struct solo1_state *s) in start_adc()
418 static inline void dealloc_dmabuf(struct solo1_state *s, struct dmabuf *db) in dealloc_dmabuf()
433 static int prog_dmabuf(struct solo1_state *s, struct dmabuf *db) in prog_dmabuf()
484 static inline int prog_dmabuf_adc(struct solo1_state *s) in prog_dmabuf_adc()
512 static inline int prog_dmabuf_dac(struct solo1_state *s) in prog_dmabuf_dac()
548 static void solo1_update_ptr(struct solo1_state *s) in solo1_update_ptr()
610 static void prog_codec(struct solo1_state *s) in prog_codec()
659 #define VALIDATE_STATE(s) \ argument
669 static int mixer_ioctl(struct solo1_state *s, unsigned int cmd, unsigned long arg) in mixer_ioctl()
918 struct solo1_state *s = NULL; in solo1_open_mixdev() local
941 struct solo1_state *s = (struct solo1_state *)file->private_data; in solo1_release_mixdev() local
962 static int drain_dac(struct solo1_state *s, int nonblock) in drain_dac()
1005 struct solo1_state *s = (struct solo1_state *)file->private_data; in solo1_read() local
1101 struct solo1_state *s = (struct solo1_state *)file->private_data; in solo1_write() local
1183 struct solo1_state *s = (struct solo1_state *)file->private_data; in solo1_poll() local
1225 struct solo1_state *s = (struct solo1_state *)file->private_data; in solo1_mmap() local
1260 struct solo1_state *s = (struct solo1_state *)file->private_data; in solo1_ioctl() local
1567 struct solo1_state *s = (struct solo1_state *)file->private_data; in solo1_release() local
1596 struct solo1_state *s = NULL; in solo1_open() local
1662 static void solo1_handle_midi(struct solo1_state *s) in solo1_handle_midi()
1695 struct solo1_state *s = (struct solo1_state *)dev_id; in solo1_interrupt() local
1714 struct solo1_state *s = (struct solo1_state *)data; in solo1_midi_timer() local
1728 struct solo1_state *s = (struct solo1_state *)file->private_data; in solo1_midi_read() local
1791 struct solo1_state *s = (struct solo1_state *)file->private_data; in solo1_midi_write() local
1859 struct solo1_state *s = (struct solo1_state *)file->private_data; in solo1_midi_poll() local
1886 struct solo1_state *s = NULL; in solo1_midi_open() local
1952 struct solo1_state *s = (struct solo1_state *)file->private_data; in solo1_midi_release() local
2013 struct solo1_state *s = (struct solo1_state *)file->private_data; in solo1_dmfm_ioctl() local
2107 struct solo1_state *s = NULL; in solo1_dmfm_open() local
2162 struct solo1_state *s = (struct solo1_state *)file->private_data; in solo1_dmfm_release() local
2208 static int setup_solo1(struct solo1_state *s) in setup_solo1()
2260 struct solo1_state *s = (struct solo1_state*)pci_get_drvdata(pci_dev); in solo1_suspend() local
2275 struct solo1_state *s = (struct solo1_state*)pci_get_drvdata(pci_dev); in solo1_resume() local
2284 struct solo1_state *s; in solo1_probe() local
2408 struct solo1_state *s = pci_get_drvdata(dev); in solo1_remove() local