Lines Matching refs:hda_codec
18 typedef void (*hda_jack_callback_fn) (struct hda_codec *, struct hda_jack_callback *);
52 snd_hda_jack_tbl_get(struct hda_codec *codec, hda_nid_t nid);
54 snd_hda_jack_tbl_get_from_tag(struct hda_codec *codec, unsigned char tag);
56 void snd_hda_jack_tbl_clear(struct hda_codec *codec);
58 void snd_hda_jack_set_dirty_all(struct hda_codec *codec);
60 int snd_hda_jack_detect_enable(struct hda_codec *codec, hda_nid_t nid);
62 snd_hda_jack_detect_enable_callback(struct hda_codec *codec, hda_nid_t nid,
65 int snd_hda_jack_set_gating_jack(struct hda_codec *codec, hda_nid_t gated_nid,
68 u32 snd_hda_pin_sense(struct hda_codec *codec, hda_nid_t nid);
75 int snd_hda_jack_detect_state(struct hda_codec *codec, hda_nid_t nid);
82 static inline bool snd_hda_jack_detect(struct hda_codec *codec, hda_nid_t nid) in snd_hda_jack_detect()
87 bool is_jack_detectable(struct hda_codec *codec, hda_nid_t nid);
89 int snd_hda_jack_add_kctl(struct hda_codec *codec, hda_nid_t nid,
92 int snd_hda_jack_add_kctls(struct hda_codec *codec,
95 void snd_hda_jack_report_sync(struct hda_codec *codec);
97 void snd_hda_jack_unsol_event(struct hda_codec *codec, unsigned int res);
99 void snd_hda_jack_poll_all(struct hda_codec *codec);