Home
last modified time | relevance | path

Searched refs:port2pin (Results 1 – 3 of 3) sorted by relevance

/linux/sound/hda/codecs/hdmi/
H A Dhdmi_local.h154 int (*port2pin)(struct hda_codec *codec, int port); /* reverse port/pin mapping */ member
281 int (*port2pin)(struct hda_codec *, int));
H A Dhdmi.c2226 hda_nid_t pin_nid = spec->port2pin(codec, port); in snd_hda_hdmi_acomp_pin_eld_notify()
2264 int (*port2pin)(struct hda_codec *, int)) in snd_hda_hdmi_acomp_init()
2273 spec->port2pin = port2pin; in snd_hda_hdmi_acomp_init()
H A Dintelhdmi.c187 spec->port2pin = intel_port2pin; in register_i915_notifier()