Lines Matching defs:p
117 struct snd_sb_csp *p; in snd_sb_csp_new() local
170 struct snd_sb_csp *p = hwdep->private_data; in snd_sb_csp_free() local
187 struct snd_sb_csp *p = hw->private_data; in snd_sb_csp_open() local
196 struct snd_sb_csp *p = hw->private_data; in snd_sb_csp_ioctl() local
266 struct snd_sb_csp *p = hw->private_data; in snd_sb_csp_release() local
275 static int snd_sb_csp_use(struct snd_sb_csp * p) in snd_sb_csp_use()
292 static int snd_sb_csp_unuse(struct snd_sb_csp * p) in snd_sb_csp_unuse()
305 static int snd_sb_csp_riff_load(struct snd_sb_csp * p, in snd_sb_csp_riff_load()
463 static int snd_sb_csp_unload(struct snd_sb_csp * p) in snd_sb_csp_unload()
607 static int snd_sb_csp_check_version(struct snd_sb_csp * p) in snd_sb_csp_check_version()
619 static int snd_sb_csp_load(struct snd_sb_csp * p, const unsigned char *buf, int size, int load_flag… in snd_sb_csp_load()
685 static int snd_sb_csp_load_user(struct snd_sb_csp * p, const unsigned char __user *buf, int size, i… in snd_sb_csp_load_user()
699 static int snd_sb_csp_firmware_load(struct snd_sb_csp *p, int index, int flags) in snd_sb_csp_firmware_load()
726 static int snd_sb_csp_autoload(struct snd_sb_csp * p, int pcm_sfmt, int play_rec_mode) in snd_sb_csp_autoload()
798 static int snd_sb_csp_start(struct snd_sb_csp * p, int sample_width, int channels) in snd_sb_csp_start()
877 static int snd_sb_csp_stop(struct snd_sb_csp * p) in snd_sb_csp_stop()
918 static int snd_sb_csp_pause(struct snd_sb_csp * p) in snd_sb_csp_pause()
938 static int snd_sb_csp_restart(struct snd_sb_csp * p) in snd_sb_csp_restart()
965 struct snd_sb_csp *p = snd_kcontrol_chip(kcontrol); in snd_sb_qsound_switch_get() local
973 struct snd_sb_csp *p = snd_kcontrol_chip(kcontrol); in snd_sb_qsound_switch_put() local
997 struct snd_sb_csp *p = snd_kcontrol_chip(kcontrol); in snd_sb_qsound_space_get() local
1009 struct snd_sb_csp *p = snd_kcontrol_chip(kcontrol); in snd_sb_qsound_space_put() local
1045 static int snd_sb_qsound_build(struct snd_sb_csp * p) in snd_sb_qsound_build()
1071 static void snd_sb_qsound_destroy(struct snd_sb_csp * p) in snd_sb_qsound_destroy()
1098 static int snd_sb_csp_qsound_transfer(struct snd_sb_csp * p) in snd_sb_csp_qsound_transfer()
1123 static int init_proc_entry(struct snd_sb_csp * p, int device) in init_proc_entry()
1135 struct snd_sb_csp *p = entry->private_data; in info_read() local