Searched refs:PIN_CONFIG_INPUT_ENABLE (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/pinctrl/ |
D | pinconf-generic.c | 42 PCONFDUMP(PIN_CONFIG_INPUT_ENABLE, "input enabled", NULL, false), 163 { "input-enable", PIN_CONFIG_INPUT_ENABLE, 1 }, 164 { "input-disable", PIN_CONFIG_INPUT_ENABLE, 0 },
|
/linux-4.1.27/include/linux/pinctrl/ |
D | pinconf-generic.h | 107 PIN_CONFIG_INPUT_ENABLE, enumerator
|
/linux-4.1.27/drivers/pinctrl/qcom/ |
D | pinctrl-spmi-gpio.c | 317 case PIN_CONFIG_INPUT_ENABLE: in pmic_gpio_config_get() 386 case PIN_CONFIG_INPUT_ENABLE: in pmic_gpio_config_set() 501 config = pinconf_to_config_packed(PIN_CONFIG_INPUT_ENABLE, 1); in pmic_gpio_direction_input()
|
D | pinctrl-spmi-mpp.c | 430 case PIN_CONFIG_INPUT_ENABLE: in pmic_mpp_config_get() 493 case PIN_CONFIG_INPUT_ENABLE: in pmic_mpp_config_set() 607 config = pinconf_to_config_packed(PIN_CONFIG_INPUT_ENABLE, 1); in pmic_mpp_direction_input()
|
D | pinctrl-msm.c | 196 case PIN_CONFIG_INPUT_ENABLE: in msm_config_reg() 264 case PIN_CONFIG_INPUT_ENABLE: in msm_config_group_get() 340 case PIN_CONFIG_INPUT_ENABLE: in msm_config_group_set()
|
/linux-4.1.27/drivers/pinctrl/bcm/ |
D | pinctrl-bcm281xx.c | 1162 case PIN_CONFIG_INPUT_ENABLE: in bcm281xx_std_pin_update() 1264 case PIN_CONFIG_INPUT_ENABLE: in bcm281xx_i2c_pin_update() 1309 case PIN_CONFIG_INPUT_ENABLE: in bcm281xx_hdmi_pin_update()
|
/linux-4.1.27/drivers/pinctrl/mediatek/ |
D | pinctrl-mtk-common.c | 131 if (param == PIN_CONFIG_INPUT_ENABLE) in mtk_pconf_set_ies_smt() 250 case PIN_CONFIG_INPUT_ENABLE: in mtk_pconf_parse_conf()
|