Home
last modified time | relevance | path

Searched refs:check_power_status (Results 1 – 17 of 17) sorted by relevance

/linux/sound/hda/codecs/realtek/
H A Dalc680.c45 .check_power_status = snd_hda_gen_check_power_status,
H A Dalc861vd.c114 .check_power_status = snd_hda_gen_check_power_status,
H A Dalc861.c140 .check_power_status = snd_hda_gen_check_power_status,
H A Dalc262.c191 .check_power_status = snd_hda_gen_check_power_status,
H A Dalc260.c268 .check_power_status = snd_hda_gen_check_power_status,
H A Dalc880.c487 .check_power_status = snd_hda_gen_check_power_status,
H A Dalc882.c847 .check_power_status = snd_hda_gen_check_power_status,
H A Dalc662.c1107 .check_power_status = snd_hda_gen_check_power_status,
H A Dalc269.c9274 .check_power_status = snd_hda_gen_check_power_status,
/linux/sound/hda/codecs/
H A Dcmedia.c76 .check_power_status = snd_hda_gen_check_power_status,
H A Dsenarytech.c283 .check_power_status = snd_hda_gen_check_power_status,
H A Dcm9825.c703 .check_power_status = snd_hda_gen_check_power_status,
H A Danalog.c1144 .check_power_status = snd_hda_gen_check_power_status,
H A Dvia.c1103 .check_power_status = via_check_power_status,
H A Dconexant.c1311 .check_power_status = snd_hda_gen_check_power_status,
H A Dgeneric.c6061 * This can be put as hda_codec_ops check_power_status function.
6109 .check_power_status = snd_hda_gen_check_power_status, in snd_hda_gen_probe()
/linux/include/sound/
H A Dhda_codec.h119 int (*check_power_status)(struct hda_codec *codec, hda_nid_t nid); member
504 if (driver->ops && driver->ops->check_power_status) in hda_call_check_power_status()
505 return driver->ops->check_power_status(codec, nid); in hda_call_check_power_status()