Searched refs:unsol_event (Results 1 – 15 of 15) sorted by relevance
| /Linux-v5.4/sound/pci/hda/ |
| D | hda_bind.c | 46 if (codec->patch_ops.unsol_event) in hda_codec_unsol_event() 47 codec->patch_ops.unsol_event(codec, ev); in hda_codec_unsol_event() 178 drv->core.unsol_event = hda_codec_unsol_event; in __hda_codec_driver_register()
|
| D | patch_ca0110.c | 24 .unsol_event = snd_hda_jack_unsol_event,
|
| D | patch_cmedia.c | 32 .unsol_event = snd_hda_jack_unsol_event,
|
| D | patch_cirrus.c | 344 .unsol_event = snd_hda_jack_unsol_event, 1158 .unsol_event = snd_hda_jack_unsol_event,
|
| D | patch_analog.c | 165 .unsol_event = snd_hda_jack_unsol_event,
|
| D | patch_conexant.c | 184 .unsol_event = snd_hda_jack_unsol_event,
|
| D | patch_via.c | 424 .unsol_event = snd_hda_jack_unsol_event,
|
| D | patch_hdmi.c | 2362 .unsol_event = hdmi_unsol_event, 2783 codec->patch_ops.unsol_event = NULL; in alloc_intel_hdmi() 3138 .unsol_event = simple_hdmi_unsol_event,
|
| D | patch_sigmatel.c | 4453 .unsol_event = snd_hda_jack_unsol_event,
|
| D | patch_realtek.c | 917 .unsol_event = snd_hda_jack_unsol_event, 1572 codec->patch_ops.unsol_event = alc880_unsol_event; in patch_alc880()
|
| D | hda_generic.c | 6099 .unsol_event = snd_hda_jack_unsol_event,
|
| D | patch_ca0132.c | 8462 .unsol_event = snd_hda_jack_unsol_event,
|
| /Linux-v5.4/sound/hda/ |
| D | hdac_bus.c | 173 if (drv->unsol_event) in snd_hdac_bus_process_unsol_events() 174 drv->unsol_event(codec, res); in snd_hdac_bus_process_unsol_events()
|
| /Linux-v5.4/include/sound/ |
| D | hda_codec.h | 110 void (*unsol_event)(struct hda_codec *codec, unsigned int res); member
|
| D | hdaudio.h | 220 void (*unsol_event)(struct hdac_device *dev, unsigned int event); member
|