Lines Matching defs:p
118 struct snd_sb_csp *p; in snd_sb_csp_new() local
171 struct snd_sb_csp *p = hwdep->private_data; in snd_sb_csp_free() local
188 struct snd_sb_csp *p = hw->private_data; in snd_sb_csp_open() local
197 struct snd_sb_csp *p = hw->private_data; in snd_sb_csp_ioctl() local
268 struct snd_sb_csp *p = hw->private_data; in snd_sb_csp_release() local
277 static int snd_sb_csp_use(struct snd_sb_csp * p) in snd_sb_csp_use()
294 static int snd_sb_csp_unuse(struct snd_sb_csp * p) in snd_sb_csp_unuse()
307 static int snd_sb_csp_riff_load(struct snd_sb_csp * p, in snd_sb_csp_riff_load()
465 static int snd_sb_csp_unload(struct snd_sb_csp * p) in snd_sb_csp_unload()
609 static int snd_sb_csp_check_version(struct snd_sb_csp * p) in snd_sb_csp_check_version()
621 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()
687 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()
702 static int snd_sb_csp_firmware_load(struct snd_sb_csp *p, int index, int flags) in snd_sb_csp_firmware_load()
729 static int snd_sb_csp_autoload(struct snd_sb_csp * p, int pcm_sfmt, int play_rec_mode) in snd_sb_csp_autoload()
801 static int snd_sb_csp_start(struct snd_sb_csp * p, int sample_width, int channels) in snd_sb_csp_start()
880 static int snd_sb_csp_stop(struct snd_sb_csp * p) in snd_sb_csp_stop()
921 static int snd_sb_csp_pause(struct snd_sb_csp * p) in snd_sb_csp_pause()
941 static int snd_sb_csp_restart(struct snd_sb_csp * p) in snd_sb_csp_restart()
968 struct snd_sb_csp *p = snd_kcontrol_chip(kcontrol); in snd_sb_qsound_switch_get() local
976 struct snd_sb_csp *p = snd_kcontrol_chip(kcontrol); in snd_sb_qsound_switch_put() local
1000 struct snd_sb_csp *p = snd_kcontrol_chip(kcontrol); in snd_sb_qsound_space_get() local
1012 struct snd_sb_csp *p = snd_kcontrol_chip(kcontrol); in snd_sb_qsound_space_put() local
1048 static int snd_sb_qsound_build(struct snd_sb_csp * p) in snd_sb_qsound_build()
1074 static void snd_sb_qsound_destroy(struct snd_sb_csp * p) in snd_sb_qsound_destroy()
1101 static int snd_sb_csp_qsound_transfer(struct snd_sb_csp * p) in snd_sb_csp_qsound_transfer()
1126 static int init_proc_entry(struct snd_sb_csp * p, int device) in init_proc_entry()
1138 struct snd_sb_csp *p = entry->private_data; in info_read() local