Home
last modified time | relevance | path

Searched refs:get_pin (Results 1 – 6 of 6) sorted by relevance

/linux/sound/hda/codecs/hdmi/
H A Dhdmi.c65 per_pin = get_pin(spec, pin_idx); in snd_hda_hdmi_pin_id_to_pin_index()
98 per_pin = get_pin(spec, pin_idx); in hinfo_to_pin_index()
116 per_pin = get_pin(spec, i); in pcm_idx_to_pin()
593 hdmi_present_sense(get_pin(spec, pin_idx), 1); in snd_hda_hdmi_check_presence_and_report()
778 per_pin = get_pin(spec, pin_idx); in hdmi_choose_cvt()
916 per_pin = get_pin(spec, pin_idx); in hdmi_pcm_open()
971 struct hdmi_spec_per_pin *per_pin = get_pin(spec, pin_idx); in hdmi_read_pin_conn()
1668 per_pin = get_pin(spec, pin_idx); in snd_hda_hdmi_generic_pcm_prepare()
1763 per_pin = get_pin(spec, pin_idx); in hdmi_pcm_close()
1951 struct hdmi_spec_per_pin *per_pin = get_pin(spec, pin_idx); in snd_hda_hdmi_generic_build_controls()
[all …]
H A Dintelhdmi.c345 per_pin = get_pin(spec, pin_idx); in intel_not_share_assigned_cvt()
456 per_pin = get_pin(spec, pin_idx); in i915_hsw_setup_stream()
506 struct hdmi_spec_per_pin *per_pin = get_pin(spec, pin_idx); in i915_hdmi_suspend()
550 struct hdmi_spec_per_pin *per_pin = get_pin(spec, pin_idx); in i915_hdmi_resume()
H A Dsimplehdmi.c96 struct hdmi_spec_per_pin *per_pin = get_pin(spec, 0); in snd_hda_hdmi_simple_init()
H A Dhdmi_local.h237 #define get_pin(spec, idx) \ macro
H A Datihdmi.c495 struct hdmi_spec_per_pin *per_pin = get_pin(spec, pin_idx); in atihdmi_init()
/linux/drivers/gpu/drm/radeon/
H A Dradeon_audio.h47 struct r600_audio_pin* (*get_pin)(struct radeon_device *rdev); member