Lines Matching refs:seqp
821 static int snd_seq_open_conf(snd_seq_t **seqp, const char *name, in snd_seq_open_conf() argument
918 err = open_func(seqp, name, seq_root, seq_conf, streams, mode); in snd_seq_open_conf()
922 (*seqp)->dl_handle = h; in snd_seq_open_conf()
927 static int snd_seq_open_noupdate(snd_seq_t **seqp, snd_config_t *root, in snd_seq_open_noupdate() argument
939 err = snd_seq_open_conf(seqp, name, root, seq_conf, streams, mode); in snd_seq_open_noupdate()
974 int snd_seq_open(snd_seq_t **seqp, const char *name, in snd_seq_open() argument
980 assert(seqp && name); in snd_seq_open()
990 err = snd_seq_open_noupdate(seqp, top, name, streams, mode, 0); in snd_seq_open()
1010 int snd_seq_open_lconf(snd_seq_t **seqp, const char *name, in snd_seq_open_lconf() argument
1013 assert(seqp && name && lconf); in snd_seq_open_lconf()
1014 return snd_seq_open_noupdate(seqp, lconf, name, streams, mode, 0); in snd_seq_open_lconf()
1018 int _snd_seq_open_lconf(snd_seq_t **seqp, const char *name, in _snd_seq_open_lconf() argument
1023 assert(seqp && name && lconf); in _snd_seq_open_lconf()
1026 return snd_seq_open_noupdate(seqp, lconf, name, streams, mode, hop + 1); in _snd_seq_open_lconf()