Searched refs:pinctl (Results 1 – 5 of 5) sorted by relevance
| /linux/sound/hda/codecs/hdmi/ |
| H A D | hdmi.c | 686 int pinctl, new_pinctl; in hdmi_pin_hbr_setup() local 690 pinctl = snd_hda_codec_read(codec, pin_nid, 0, in hdmi_pin_hbr_setup() 693 if (pinctl < 0) in hdmi_pin_hbr_setup() 696 new_pinctl = pinctl & ~AC_PINCTL_EPT; in hdmi_pin_hbr_setup() 705 pinctl == new_pinctl ? "" : "new-", in hdmi_pin_hbr_setup() 708 if (pinctl != new_pinctl) in hdmi_pin_hbr_setup() 1653 int pinctl, stripe; in snd_hda_hdmi_generic_pcm_prepare() local 1703 pinctl = snd_hda_codec_read(codec, per_pin->pin_nid, 0, in snd_hda_hdmi_generic_pcm_prepare() 1707 pinctl | PIN_OUT); in snd_hda_hdmi_generic_pcm_prepare() 1733 int pinctl; in hdmi_pcm_close() local [all …]
|
| /linux/sound/hda/codecs/cirrus/ |
| H A D | cs420x.c | 641 int pinctl = ucontrol->value.integer.value[0] ? PIN_OUT : 0; in cs4208_spdif_sw_put() 643 snd_hda_set_pin_ctl_cache(codec, pin, pinctl); in cs4208_spdif_sw_put() 646 int pinctl = ucontrol->value.integer.value[0] ? PIN_OUT : 0; cs4208_spdif_sw_put() local
|
| /linux/Documentation/devicetree/bindings/usb/ |
| H A D | dwc3-st.txt | 22 - pinctl-names : A pinctrl state named "default" must be defined
|
| /linux/sound/hda/codecs/ |
| H A D | sigmatel.c | 333 int error, pinctl; in stac_capture_led_update() 336 pinctl = snd_hda_codec_read(codec, nid, 0, in stac_capture_led_update() 339 if (pinctl < 0) in stac_vrefout_set() 340 return pinctl; in stac_vrefout_set() 342 pinctl &= 0xff; in stac_vrefout_set() 343 pinctl &= ~AC_PINCTL_VREFEN; in stac_vrefout_set() 344 pinctl |= (new_vref & AC_PINCTL_VREFEN); in stac_vrefout_set() 346 error = snd_hda_set_pin_ctl_cache(codec, nid, pinctl); in stac_vrefout_set() 341 int error, pinctl; stac_vrefout_set() local
|
| /linux/Documentation/ |
| H A D | .renames.txt | 199 driver-api/pinctl driver-api/pin-control
|