Home
last modified time | relevance | path

Searched refs:sflist (Results 1 – 9 of 9) sorted by relevance

/linux/sound/synth/emux/
H A Dsoundfont.c24 static int open_patch(struct snd_sf_list *sflist, const char __user *data,
26 static struct snd_soundfont *newsf(struct snd_sf_list *sflist, int type, char *name);
28 static int close_patch(struct snd_sf_list *sflist);
29 static int probe_data(struct snd_sf_list *sflist, int sample_id);
30 static void set_zone_counter(struct snd_sf_list *sflist,
32 static struct snd_sf_zone *sf_zone_new(struct snd_sf_list *sflist,
34 static void set_sample_counter(struct snd_sf_list *sflist,
36 static struct snd_sf_sample *sf_sample_new(struct snd_sf_list *sflist,
38 static void sf_sample_delete(struct snd_sf_list *sflist,
40 static int load_map(struct snd_sf_list *sflist, const void __user *data, int count);
[all …]
H A Demux_hwdep.c29 return snd_soundfont_load_guspatch(emu->card, emu->sflist, arg, in snd_emux_hwdep_load_patch()
34 err = snd_soundfont_load(emu->card, emu->sflist, arg, in snd_emux_hwdep_load_patch()
91 snd_soundfont_remove_samples(emu->sflist); in snd_emux_hwdep_ioctl()
94 snd_soundfont_remove_unlocked(emu->sflist); in snd_emux_hwdep_ioctl()
H A Demux.c100 emu->sflist = snd_sf_new(&sf_cb, emu->memhdr); in snd_emux_register()
101 if (emu->sflist == NULL) in snd_emux_register()
138 snd_sf_free(emu->sflist); in snd_emux_free()
H A Demux_oss.c178 snd_soundfont_close_check(emu->sflist, SF_CLIENT_NO(p->chset.port)); in snd_emux_close_seq_oss()
208 rc = snd_soundfont_load_guspatch(emu->card, emu->sflist, buf, count); in snd_emux_load_patch_seq_oss()
217 rc = snd_soundfont_load(emu->card, emu->sflist, buf, in snd_emux_load_patch_seq_oss()
254 snd_soundfont_remove_samples(emu->sflist); in snd_emux_ioctl_seq_oss()
343 snd_soundfont_remove_unlocked(emu->sflist); in emuspec_control()
/linux/arch/sparc/kernel/
H A Dstarfire.c45 static struct starfire_irqinfo *sflist = NULL; variable
73 p->next = sflist; in starfire_hookup()
74 sflist = p; in starfire_hookup()
85 for (p = sflist; p != NULL; p = p->next) in starfire_translate()
/linux/include/sound/
H A Demux_synth.h97 struct snd_sf_list *sflist; /* root of SoundFont list */ member
/linux/net/ipv4/
H A Digmp.c2316 iml->sflist = NULL; in ip_mc_join_group()
2344 struct ip_sf_socklist *psf = rtnl_dereference(iml->sflist); in ip_mc_leave_src()
2354 RCU_INIT_POINTER(iml->sflist, NULL); in ip_mc_leave_group()
2450 if (pmc->sflist) { in ip_mc_source()
2463 psl = rtnl_dereference(pmc->sflist); in ip_mc_source()
2520 rcu_assign_pointer(pmc->sflist, newpsl); in ip_mc_source()
2617 psl = rtnl_dereference(pmc->sflist); in ip_mc_msfilter()
2628 rcu_assign_pointer(pmc->sflist, newpsl); in ip_mc_msfget()
2674 psl = rtnl_dereference(pmc->sflist); in ip_mc_msfget()
2725 psl = rtnl_dereference(pmc->sflist); in ip_mc_gsfget()
[all...]
/linux/include/net/
H A Dif_inet6.h98 struct ip6_sf_socklist __rcu *sflist; member
/linux/net/ipv6/
H A Dmcast.c231 RCU_INIT_POINTER(mc_lst->sflist, NULL); in __ipv6_sock_mc_join()
396 if (rcu_access_pointer(pmc->sflist)) { in ip6_mc_source()
408 psl = sock_dereference(pmc->sflist, sk); in ip6_mc_source()
462 rcu_assign_pointer(pmc->sflist, newpsl); in ip6_mc_source()
563 psl = sock_dereference(pmc->sflist, sk); in ip6_mc_msfilter()
573 rcu_assign_pointer(pmc->sflist, newpsl); in ip6_mc_msfilter()
610 psl = sock_dereference(pmc->sflist, sk); in ip6_mc_msfget()
647 psl = rcu_dereference(mc->sflist); in inet6_mc_check()
2634 psl = sock_dereference(iml->sflist, sk); in ip6_mc_leave_src()
2645 RCU_INIT_POINTER(iml->sflist, NULL); in ip6_mc_leave_src()