Searched refs:pinctl (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/media/platform/exynos4-is/ |
D | media-dev.h | 141 } pinctl; member
|
D | media-dev.c | 1162 struct fimc_pinctrl *pctl = &fmd->pinctl; in fimc_md_get_pinctrl()
|
/linux-4.4.14/sound/pci/hda/ |
D | patch_hdmi.c | 1280 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 …]
|
D | patch_sigmatel.c | 366 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()
|
D | patch_cirrus.c | 714 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/ |
D | dwc3-st.txt | 22 - pinctl-names : A pinctrl state named "default" must be defined
|