Searched refs:get_pin (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/gpu/drm/radeon/ |
| H A D | radeon_audio.c | 93 .get_pin = r600_audio_get_pin, 105 .get_pin = r600_audio_get_pin, 119 .get_pin = r600_audio_get_pin, 128 .get_pin = r600_audio_get_pin, 144 .get_pin = r600_audio_get_pin, 157 .get_pin = dce6_audio_get_pin, 174 .get_pin = dce6_audio_get_pin, 369 if (radeon_encoder->audio && radeon_encoder->audio->get_pin) in radeon_audio_get_pin() 370 return radeon_encoder->audio->get_pin(rdev); in radeon_audio_get_pin()
|
| H A D | radeon_audio.h | 47 struct r600_audio_pin* (*get_pin)(struct radeon_device *rdev); member
|
| /linux/sound/hda/codecs/hdmi/ |
| H A D | hdmi.c | 65 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() 1666 per_pin = get_pin(spec, pin_idx); in snd_hda_hdmi_generic_pcm_prepare() 1758 per_pin = get_pin(spec, pin_idx); in hdmi_pcm_close() 1946 struct hdmi_spec_per_pin *per_pin = get_pin(spec, pin_idx); in snd_hda_hdmi_generic_build_controls() [all …]
|
| H A D | intelhdmi.c | 345 per_pin = get_pin(spec, pin_idx); in intel_not_share_assigned_cvt() 434 per_pin = get_pin(spec, pin_idx); in i915_hsw_setup_stream() 483 struct hdmi_spec_per_pin *per_pin = get_pin(spec, pin_idx); in i915_hdmi_suspend() 527 struct hdmi_spec_per_pin *per_pin = get_pin(spec, pin_idx); in i915_hdmi_resume()
|
| H A D | simplehdmi.c | 96 struct hdmi_spec_per_pin *per_pin = get_pin(spec, 0); in snd_hda_hdmi_simple_init()
|
| H A D | hdmi_local.h | 228 #define get_pin(spec, idx) \ macro
|
| H A D | atihdmi.c | 495 struct hdmi_spec_per_pin *per_pin = get_pin(spec, pin_idx); in atihdmi_init()
|