Searched refs:unsol_event (Results 1 – 15 of 15) sorted by relevance
/linux-4.4.14/sound/pci/hda/ |
D | hda_bind.c | 45 if (codec->patch_ops.unsol_event) in hda_codec_unsol_event() 46 codec->patch_ops.unsol_event(codec, ev); in hda_codec_unsol_event() 161 drv->core.unsol_event = hda_codec_unsol_event; in __hda_codec_driver_register()
|
D | patch_ca0110.c | 37 .unsol_event = snd_hda_jack_unsol_event,
|
D | patch_cmedia.c | 46 .unsol_event = snd_hda_jack_unsol_event,
|
D | patch_cirrus.c | 357 .unsol_event = snd_hda_jack_unsol_event, 1181 .unsol_event = snd_hda_jack_unsol_event,
|
D | hda_codec.h | 117 void (*unsol_event)(struct hda_codec *codec, unsigned int res); member
|
D | patch_conexant.c | 236 .unsol_event = snd_hda_jack_unsol_event,
|
D | patch_analog.c | 178 .unsol_event = snd_hda_jack_unsol_event,
|
D | patch_via.c | 488 .unsol_event = snd_hda_jack_unsol_event,
|
D | patch_hdmi.c | 2259 .unsol_event = hdmi_unsol_event, 2660 .unsol_event = simple_hdmi_unsol_event,
|
D | patch_realtek.c | 850 .unsol_event = snd_hda_jack_unsol_event, 1478 codec->patch_ops.unsol_event = alc880_unsol_event; in patch_alc880()
|
D | patch_sigmatel.c | 4442 .unsol_event = snd_hda_jack_unsol_event,
|
D | patch_ca0132.c | 4622 .unsol_event = snd_hda_jack_unsol_event,
|
D | hda_generic.c | 5894 .unsol_event = snd_hda_jack_unsol_event,
|
/linux-4.4.14/sound/hda/ |
D | hdac_bus.c | 170 if (drv->unsol_event) in process_unsol_events() 171 drv->unsol_event(codec, res); in process_unsol_events()
|
/linux-4.4.14/include/sound/ |
D | hdaudio.h | 186 void (*unsol_event)(struct hdac_device *dev, unsigned int event); member
|