Searched refs:PIN_IN (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/arch/arm/boot/dts/ |
D | exynos3250-rinato.dts | 658 PIN_IN(gpa1-4, DOWN, LV1); 659 PIN_IN(gpa1-5, DOWN, LV1); 661 PIN_IN(gpc0-0, DOWN, LV1); 662 PIN_IN(gpc0-1, DOWN, LV1); 663 PIN_IN(gpc0-2, DOWN, LV1); 664 PIN_IN(gpc0-3, DOWN, LV1); 665 PIN_IN(gpc0-4, DOWN, LV1); 667 PIN_IN(gpd0-0, DOWN, LV1); 668 PIN_IN(gpd0-1, DOWN, LV1); 726 PIN_IN(gpe0-6, DOWN, LV1); [all …]
|
D | exynos3250-monk.dts | 535 PIN_IN(gpk2-0, DOWN, LV1); 536 PIN_IN(gpk2-1, DOWN, LV1); 537 PIN_IN(gpk2-2, DOWN, LV1); 538 PIN_IN(gpk2-3, DOWN, LV1); 539 PIN_IN(gpk2-4, DOWN, LV1); 540 PIN_IN(gpk2-5, DOWN, LV1); 541 PIN_IN(gpk2-6, DOWN, LV1);
|
D | exynos3250-pinctrl.dtsi | 14 #define PIN_IN(_pin, _pull, _drv) \ macro
|
/Linux-v5.4/sound/pci/hda/ |
D | patch_conexant.c | 326 { "Off", PIN_IN }, 396 update_mic_pin(codec, 0x1e, spec->recording ? PIN_IN : 0); in olpc_xo_update_mic_pins()
|
D | hda_generic.c | 2555 if (val & PIN_IN) in update_hp_mic() 2572 PIN_IN | (as_mic ? vref_val : 0)); in update_hp_mic() 2577 val |= PIN_IN; in update_hp_mic() 2935 } else if (val & PIN_IN) { in get_cur_hp_mic_jack_mode() 2981 val |= get_vref_idx(vref_caps, idx) | PIN_IN; in hp_mic_jack_mode_put() 2983 val = snd_hda_get_default_vref(codec, nid) | PIN_IN; in hp_mic_jack_mode_put() 3330 val = PIN_IN; in create_input_ctls() 4108 set_pin_target(codec, pin, PIN_IN, false); in parse_digital() 4436 if (oldval & PIN_IN) in do_automute()
|
D | hda_local.h | 388 #define PIN_IN (AC_PINCTL_IN_EN) macro
|