Searched refs:fg (Results 1 – 5 of 5) sorted by relevance
/sound/pci/hda/ |
D | hda_codec.c | 1308 hda_nid_t fg, unsigned int power_state); 1327 hda_nid_t fg; in snd_hda_codec_new() local 1408 fg = codec->afg ? codec->afg : codec->mfg; in snd_hda_codec_new() 1409 err = read_widget_caps(codec, fg); in snd_hda_codec_new() 1420 snd_hda_codec_read(codec, fg, 0, in snd_hda_codec_new() 1425 codec->d3_stop_clk = snd_hda_codec_get_supported_ps(codec, fg, in snd_hda_codec_new() 1430 codec->epss = snd_hda_codec_get_supported_ps(codec, fg, in snd_hda_codec_new() 1456 hda_nid_t fg; in snd_hda_codec_update_widgets() local 1463 fg = codec->afg ? codec->afg : codec->mfg; in snd_hda_codec_update_widgets() 1464 err = read_widget_caps(codec, fg); in snd_hda_codec_update_widgets() [all …]
|
D | hda_codec.h | 720 void (*set_power_state)(struct hda_codec *codec, hda_nid_t fg, 1067 void snd_hda_codec_set_power_to_all(struct hda_codec *codec, hda_nid_t fg,
|
D | patch_hdmi.c | 1872 static void haswell_set_power_state(struct hda_codec *codec, hda_nid_t fg, in haswell_set_power_state() argument 1880 snd_hda_codec_read(codec, fg, 0, AC_VERB_SET_POWER_STATE, power_state); in haswell_set_power_state() 1881 snd_hda_codec_set_power_to_all(codec, fg, power_state); in haswell_set_power_state()
|
D | patch_conexant.c | 433 static void conexant_set_power(struct hda_codec *codec, hda_nid_t fg, in conexant_set_power() argument 438 snd_hda_codec_read(codec, fg, 0, AC_VERB_SET_POWER_STATE, in conexant_set_power() 443 snd_hda_codec_set_power_to_all(codec, fg, power_state); in conexant_set_power()
|
D | patch_sigmatel.c | 3724 static void stac_set_power_state(struct hda_codec *codec, hda_nid_t fg, in stac_set_power_state() argument 3740 snd_hda_codec_read(codec, fg, 0, AC_VERB_SET_POWER_STATE, in stac_set_power_state() 3742 snd_hda_codec_set_power_to_all(codec, fg, power_state); in stac_set_power_state()
|