Home
last modified time | relevance | path

Searched refs:PIN_IN (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/arch/arm64/boot/dts/exynos/
H A Dexynos5433-tm2-common.dtsi1031 PIN_IN(gpa0-0, DOWN, FAST_SR1);
1032 PIN_IN(gpa0-1, NONE, FAST_SR1);
1033 PIN_IN(gpa0-2, DOWN, FAST_SR1);
1040 PIN_IN(gpa1-0, UP, FAST_SR1);
1041 PIN_IN(gpa1-1, UP, FAST_SR1);
1070 PIN_IN(gpf1-4, UP, FAST_SR1);
1155 PIN_IN(gpf0-0, UP, FAST_SR1);
1156 PIN_IN(gpf0-1, UP, FAST_SR1);
1158 PIN_IN(gpf0-3, UP, FAST_SR1);
1162 PIN_IN(gpf0-7, UP, FAST_SR1);
[all …]
H A Dexynos5433-pinctrl.dtsi22 #define PIN_IN(_pin, _pull, _drv) \ macro
/openbmc/linux/arch/arm/boot/dts/samsung/
H A Dexynos3250-rinato.dts707 PIN_IN(gpa1-4, DOWN, LV1);
708 PIN_IN(gpa1-5, DOWN, LV1);
710 PIN_IN(gpc0-0, DOWN, LV1);
711 PIN_IN(gpc0-1, DOWN, LV1);
712 PIN_IN(gpc0-2, DOWN, LV1);
713 PIN_IN(gpc0-3, DOWN, LV1);
714 PIN_IN(gpc0-4, DOWN, LV1);
716 PIN_IN(gpd0-0, DOWN, LV1);
717 PIN_IN(gpd0-1, DOWN, LV1);
775 PIN_IN(gpe0-6, DOWN, LV1);
[all …]
H A Dexynos3250-monk.dts541 PIN_IN(gpk2-0, DOWN, LV1);
542 PIN_IN(gpk2-1, DOWN, LV1);
543 PIN_IN(gpk2-2, DOWN, LV1);
544 PIN_IN(gpk2-3, DOWN, LV1);
545 PIN_IN(gpk2-4, DOWN, LV1);
546 PIN_IN(gpk2-5, DOWN, LV1);
547 PIN_IN(gpk2-6, DOWN, LV1);
H A Dexynos3250-pinctrl.dtsi14 #define PIN_IN(_pin, _pull, _drv) \ macro
/openbmc/linux/sound/pci/hda/
H A Dpatch_conexant.c456 { "Off", PIN_IN },
526 update_mic_pin(codec, 0x1e, spec->recording ? PIN_IN : 0); in olpc_xo_update_mic_pins()
H A Dhda_generic.c2578 if (val & PIN_IN) in update_hp_mic()
2595 PIN_IN | (as_mic ? vref_val : 0)); in update_hp_mic()
2600 val |= PIN_IN; in update_hp_mic()
2958 } else if (val & PIN_IN) { in get_cur_hp_mic_jack_mode()
3004 val |= get_vref_idx(vref_caps, idx) | PIN_IN; in hp_mic_jack_mode_put()
3006 val = snd_hda_get_default_vref(codec, nid) | PIN_IN; in hp_mic_jack_mode_put()
3353 val = PIN_IN; in create_input_ctls()
4074 set_pin_target(codec, pin, PIN_IN, false); in parse_digital()
4402 if (oldval & PIN_IN) in do_automute()
H A Dhda_local.h382 #define PIN_IN (AC_PINCTL_IN_EN) macro
H A Dpatch_realtek.c11672 snd_hda_set_pin_ctl_cache(codec, 0x1a, PIN_IN | AC_PINCTL_VREF_100); in alc897_fixup_lenovo_headset_mic()