Searched refs:sflist (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/synth/emux/
H A Dsoundfont.c36 static int open_patch(struct snd_sf_list *sflist, const char __user *data,
38 static struct snd_soundfont *newsf(struct snd_sf_list *sflist, int type, char *name);
40 static int close_patch(struct snd_sf_list *sflist);
41 static int probe_data(struct snd_sf_list *sflist, int sample_id);
42 static void set_zone_counter(struct snd_sf_list *sflist,
44 static struct snd_sf_zone *sf_zone_new(struct snd_sf_list *sflist,
46 static void set_sample_counter(struct snd_sf_list *sflist,
48 static struct snd_sf_sample *sf_sample_new(struct snd_sf_list *sflist,
50 static void sf_sample_delete(struct snd_sf_list *sflist,
52 static int load_map(struct snd_sf_list *sflist, cons
78 lock_preset(struct snd_sf_list *sflist) argument
92 unlock_preset(struct snd_sf_list *sflist) argument
106 snd_soundfont_close_check(struct snd_sf_list *sflist, int client) argument
128 snd_soundfont_load(struct snd_sf_list *sflist, const void __user *data, long count, int client) argument
231 open_patch(struct snd_sf_list *sflist, const char __user *data, int count, int client) argument
269 newsf(struct snd_sf_list *sflist, int type, char *name) argument
316 close_patch(struct snd_sf_list *sflist) argument
333 probe_data(struct snd_sf_list *sflist, int sample_id) argument
348 set_zone_counter(struct snd_sf_list *sflist, struct snd_soundfont *sf, struct snd_sf_zone *zp) argument
360 sf_zone_new(struct snd_sf_list *sflist, struct snd_soundfont *sf) argument
380 set_sample_counter(struct snd_sf_list *sflist, struct snd_soundfont *sf, struct snd_sf_sample *sp) argument
392 sf_sample_new(struct snd_sf_list *sflist, struct snd_soundfont *sf) argument
411 sf_sample_delete(struct snd_sf_list *sflist, struct snd_soundfont *sf, struct snd_sf_sample *sp) argument
424 load_map(struct snd_sf_list *sflist, const void __user *data, int count) argument
489 remove_info(struct snd_sf_list *sflist, struct snd_soundfont *sf, int bank, int instr) argument
521 load_info(struct snd_sf_list *sflist, const void __user *data, long count) argument
707 load_data(struct snd_sf_list *sflist, const void __user *data, long count) argument
948 load_guspatch(struct snd_sf_list *sflist, const char __user *data, long count, int client) argument
1111 snd_soundfont_load_guspatch(struct snd_sf_list *sflist, const char __user *data, long count, int client) argument
1130 rebuild_presets(struct snd_sf_list *sflist) argument
1158 add_preset(struct snd_sf_list *sflist, struct snd_sf_zone *cur) argument
1190 delete_preset(struct snd_sf_list *sflist, struct snd_sf_zone *zp) argument
1216 snd_soundfont_search_zone(struct snd_sf_list *sflist, int *notep, int vel, int preset, int bank, int def_preset, int def_bank, struct snd_sf_zone **table, int max_layers) argument
1250 search_first_zone(struct snd_sf_list *sflist, int bank, int preset, int key) argument
1269 search_zones(struct snd_sf_list *sflist, int *notep, int vel, int preset, int bank, struct snd_sf_zone **table, int max_layers, int level) argument
1331 snd_sf_init(struct snd_sf_list *sflist) argument
1350 snd_sf_clear(struct snd_sf_list *sflist) argument
1382 struct snd_sf_list *sflist; local
1403 snd_sf_free(struct snd_sf_list *sflist) argument
1422 snd_soundfont_remove_samples(struct snd_sf_list *sflist) argument
1438 snd_soundfont_remove_unlocked(struct snd_sf_list *sflist) argument
[all...]
H A Demux_proc.c55 if (emu->sflist) {
56 mutex_lock(&emu->sflist->presets_mutex);
57 snd_iprintf(buf, "SoundFonts: %d\n", emu->sflist->fonts_size);
58 snd_iprintf(buf, "Instruments: %d\n", emu->sflist->zone_counter);
59 snd_iprintf(buf, "Samples: %d\n", emu->sflist->sample_counter);
60 snd_iprintf(buf, "Locked Instruments: %d\n", emu->sflist->zone_locked);
61 snd_iprintf(buf, "Locked Samples: %d\n", emu->sflist->sample_locked);
62 mutex_unlock(&emu->sflist->presets_mutex);
H A Demux_hwdep.c44 err = snd_soundfont_load(emu->sflist, arg, patch.len + sizeof(patch), TMP_CLIENT_ID);
96 snd_soundfont_remove_samples(emu->sflist);
99 snd_soundfont_remove_unlocked(emu->sflist);
H A Demux.c117 emu->sflist = snd_sf_new(&sf_cb, emu->memhdr);
118 if (emu->sflist == NULL)
165 if (emu->sflist)
166 snd_sf_free(emu->sflist);
H A Demux_oss.c199 snd_soundfont_close_check(emu->sflist, SF_CLIENT_NO(p->chset.port));
230 rc = snd_soundfont_load_guspatch(emu->sflist, buf, count,
240 rc = snd_soundfont_load(emu->sflist, buf, count, SF_CLIENT_NO(p->chset.port));
274 snd_soundfont_remove_samples(emu->sflist);
H A Demux_synth.c903 return snd_soundfont_search_zone(emu->sflist, notep, vel, preset, bank,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dsoundfont.h102 int snd_soundfont_load(struct snd_sf_list *sflist, const void __user *data,
104 int snd_soundfont_load_guspatch(struct snd_sf_list *sflist, const char __user *data,
106 int snd_soundfont_close_check(struct snd_sf_list *sflist, int client);
110 void snd_sf_free(struct snd_sf_list *sflist);
112 int snd_soundfont_remove_samples(struct snd_sf_list *sflist);
113 int snd_soundfont_remove_unlocked(struct snd_sf_list *sflist);
115 int snd_soundfont_search_zone(struct snd_sf_list *sflist, int *notep, int vel,
H A Demux_synth.h112 struct snd_sf_list *sflist; /* root of SoundFont list */ member in struct:snd_emux
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dstarfire.c49 static struct starfire_irqinfo *sflist = NULL; variable in typeref:struct:starfire_irqinfo
77 p->next = sflist;
78 sflist = p;
89 for (p = sflist; p != NULL; p = p->next)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dmcast.c181 mc_lst->sflist = NULL;
349 if (pmc->sflist) {
364 psl = pmc->sflist;
417 pmc->sflist = psl = newpsl;
518 psl = pmc->sflist;
525 pmc->sflist = newpsl;
580 psl = pmc->sflist;
631 psl = mc->sflist;
2126 * so no other readers or writers of iml or its sflist
2128 if (!iml->sflist) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Digmp.c1840 iml->sflist = NULL;
1863 struct ip_sf_socklist *psf = iml->sflist;
1873 rcu_assign_pointer(iml->sflist, NULL);
1977 if (pmc->sflist) {
1990 psl = pmc->sflist;
2046 rcu_assign_pointer(pmc->sflist, newpsl);
2139 psl = pmc->sflist;
2149 rcu_assign_pointer(pmc->sflist, newpsl);
2195 psl = pmc->sflist;
2248 psl = pmc->sflist;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dif_inet6.h95 struct ip6_sf_socklist *sflist; member in struct:ipv6_mc_socklist
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Digmp.h173 struct ip_sf_socklist *sflist; member in struct:ip_mc_socklist

Completed in 112 milliseconds