Lines Matching refs:event
405 * @key_nid: key event is generated by this pin NID
436 * snd_hda_jack_set_button_state - report button event to the hda_jack_tbl button_state.
438 * @jack_nid: the button event reports to the jack_tbl of this NID
439 * @button_state: the button event captured by codec
441 * Codec driver calls this function to report the button event.
709 * snd_hda_jack_unsol_event - Handle an unsolicited event
711 * @res: the unsolicited event data
715 struct hda_jack_tbl *event;
722 event = snd_hda_jack_tbl_get_from_tag(codec, tag, dev_entry);
724 event = snd_hda_jack_tbl_get_from_tag(codec, tag, 0);
726 if (!event)
729 if (event->key_report_jack) {
731 snd_hda_jack_tbl_get_mst(codec, event->key_report_jack,
732 event->dev_id);
736 event->jack_dirty = 1;
738 call_jack_callback(codec, res, event);