Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/exynos4-is/
Dmedia-dev.h141 } pinctl; member
Dmedia-dev.c1162 struct fimc_pinctrl *pctl = &fmd->pinctl; in fimc_md_get_pinctrl()
/linux-4.4.14/sound/pci/hda/
Dpatch_hdmi.c1280 int pinctl, new_pinctl; in hdmi_pin_hbr_setup() local
1283 pinctl = snd_hda_codec_read(codec, pin_nid, 0, in hdmi_pin_hbr_setup()
1286 if (pinctl < 0) in hdmi_pin_hbr_setup()
1289 new_pinctl = pinctl & ~AC_PINCTL_EPT; in hdmi_pin_hbr_setup()
1298 pinctl == new_pinctl ? "" : "new-", in hdmi_pin_hbr_setup()
1301 if (pinctl != new_pinctl) in hdmi_pin_hbr_setup()
1809 int pinctl; in generic_hdmi_playback_pcm_prepare() local
1840 pinctl = snd_hda_codec_read(codec, pin_nid, 0, in generic_hdmi_playback_pcm_prepare()
1844 pinctl | PIN_OUT); in generic_hdmi_playback_pcm_prepare()
1866 int pinctl; in hdmi_pcm_close() local
[all …]
Dpatch_sigmatel.c366 int error, pinctl; in stac_vrefout_set() local
369 pinctl = snd_hda_codec_read(codec, nid, 0, in stac_vrefout_set()
372 if (pinctl < 0) in stac_vrefout_set()
373 return pinctl; in stac_vrefout_set()
375 pinctl &= 0xff; in stac_vrefout_set()
376 pinctl &= ~AC_PINCTL_VREFEN; in stac_vrefout_set()
377 pinctl |= (new_vref & AC_PINCTL_VREFEN); in stac_vrefout_set()
379 error = snd_hda_set_pin_ctl_cache(codec, nid, pinctl); in stac_vrefout_set()
Dpatch_cirrus.c714 int pinctl = ucontrol->value.integer.value[0] ? PIN_OUT : 0; in cs4208_spdif_sw_put() local
716 snd_hda_set_pin_ctl_cache(codec, pin, pinctl); in cs4208_spdif_sw_put()
/linux-4.4.14/Documentation/devicetree/bindings/usb/
Ddwc3-st.txt22 - pinctl-names : A pinctrl state named "default" must be defined