Home
last modified time | relevance | path

Searched refs:proc_widget_hook (Results 1 – 4 of 4) sorted by relevance

/linux/sound/hda/common/
H A Dproc.c838 if (codec->proc_widget_hook) in print_codec_info()
839 codec->proc_widget_hook(buffer, codec, fg); in print_codec_info()
963 if (codec->proc_widget_hook)
964 codec->proc_widget_hook(buffer, codec, nid);
H A Dcodec.c774 codec->proc_widget_hook = NULL; in snd_hda_codec_cleanup_for_unbind()
/linux/sound/hda/codecs/
H A Dsigmatel.c4580 codec->proc_widget_hook = stac92hd7x_proc_hook; in probe_stac92hd73xx()
4643 codec->proc_widget_hook = stac92hd_proc_hook; in probe_stac92hd83xxx()
4683 codec->proc_widget_hook = stac92hd_proc_hook; in probe_stac92hd95()
4761 codec->proc_widget_hook = stac92hd7x_proc_hook; in probe_stac92hd71bxx()
4837 codec->proc_widget_hook = stac927x_proc_hook; in probe_stac927x()
4889 codec->proc_widget_hook = stac9205_proc_hook; in probe_stac9205()
/linux/include/sound/
H A Dhda_codec.h273 void (*proc_widget_hook)(struct snd_info_buffer *buffer, member