Searched refs:check_power_status (Results 1 – 17 of 17) sorted by relevance
| /linux/sound/hda/codecs/realtek/ |
| H A D | alc680.c | 45 .check_power_status = snd_hda_gen_check_power_status,
|
| H A D | alc861vd.c | 114 .check_power_status = snd_hda_gen_check_power_status,
|
| H A D | alc861.c | 140 .check_power_status = snd_hda_gen_check_power_status,
|
| H A D | alc262.c | 191 .check_power_status = snd_hda_gen_check_power_status,
|
| H A D | alc260.c | 268 .check_power_status = snd_hda_gen_check_power_status,
|
| H A D | alc880.c | 487 .check_power_status = snd_hda_gen_check_power_status,
|
| H A D | alc882.c | 847 .check_power_status = snd_hda_gen_check_power_status,
|
| H A D | alc662.c | 1107 .check_power_status = snd_hda_gen_check_power_status,
|
| H A D | alc269.c | 9274 .check_power_status = snd_hda_gen_check_power_status,
|
| /linux/sound/hda/codecs/ |
| H A D | cmedia.c | 76 .check_power_status = snd_hda_gen_check_power_status,
|
| H A D | senarytech.c | 283 .check_power_status = snd_hda_gen_check_power_status,
|
| H A D | cm9825.c | 703 .check_power_status = snd_hda_gen_check_power_status,
|
| H A D | analog.c | 1144 .check_power_status = snd_hda_gen_check_power_status,
|
| H A D | via.c | 1103 .check_power_status = via_check_power_status,
|
| H A D | conexant.c | 1311 .check_power_status = snd_hda_gen_check_power_status,
|
| H A D | generic.c | 6061 * 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 D | hda_codec.h | 119 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()
|