Home
last modified time | relevance | path

Searched refs:PCONFDUMP (Results 1 – 13 of 13) sorted by relevance

/linux-5.19.10/drivers/pinctrl/
Dpinconf-generic.c30 PCONFDUMP(PIN_CONFIG_BIAS_BUS_HOLD, "input bias bus hold", NULL, false),
31 PCONFDUMP(PIN_CONFIG_BIAS_DISABLE, "input bias disabled", NULL, false),
32 PCONFDUMP(PIN_CONFIG_BIAS_HIGH_IMPEDANCE, "input bias high impedance", NULL, false),
33 PCONFDUMP(PIN_CONFIG_BIAS_PULL_DOWN, "input bias pull down", "ohms", true),
34 PCONFDUMP(PIN_CONFIG_BIAS_PULL_PIN_DEFAULT,
36 PCONFDUMP(PIN_CONFIG_BIAS_PULL_UP, "input bias pull up", "ohms", true),
37 PCONFDUMP(PIN_CONFIG_DRIVE_OPEN_DRAIN, "output drive open drain", NULL, false),
38 PCONFDUMP(PIN_CONFIG_DRIVE_OPEN_SOURCE, "output drive open source", NULL, false),
39 PCONFDUMP(PIN_CONFIG_DRIVE_PUSH_PULL, "output drive push pull", NULL, false),
40 PCONFDUMP(PIN_CONFIG_DRIVE_STRENGTH, "output drive strength", "mA", true),
[all …]
Dpinctrl-zynq.c976 = { PCONFDUMP(PIN_CONFIG_IOSTANDARD, "IO-standard", NULL, true),
Dpinctrl-starfive.c725 PCONFDUMP(PIN_CONFIG_STARFIVE_STRONG_PULL_UP, "input bias strong pull-up", NULL, false),
Dpinctrl-lpc18xx.c642 PCONFDUMP(PIN_CONFIG_GPIO_PIN_INT, "gpio pin int", NULL, true),
/linux-5.19.10/drivers/pinctrl/mediatek/
Dpinctrl-moore.c31 PCONFDUMP(MTK_PIN_CONFIG_TDSEL, "tdsel", NULL, true),
32 PCONFDUMP(MTK_PIN_CONFIG_RDSEL, "rdsel", NULL, true),
33 PCONFDUMP(MTK_PIN_CONFIG_PU_ADV, "pu-adv", NULL, true),
34 PCONFDUMP(MTK_PIN_CONFIG_PD_ADV, "pd-adv", NULL, true),
Dpinctrl-paris.c36 PCONFDUMP(MTK_PIN_CONFIG_TDSEL, "tdsel", NULL, true),
37 PCONFDUMP(MTK_PIN_CONFIG_RDSEL, "rdsel", NULL, true),
38 PCONFDUMP(MTK_PIN_CONFIG_PU_ADV, "pu-adv", NULL, true),
39 PCONFDUMP(MTK_PIN_CONFIG_PD_ADV, "pd-adv", NULL, true),
40 PCONFDUMP(MTK_PIN_CONFIG_DRV_ADV, "drive-strength-adv", NULL, true),
/linux-5.19.10/include/linux/pinctrl/
Dpinconf-generic.h172 #define PCONFDUMP(a, b, c, d) { \ macro
/linux-5.19.10/drivers/pinctrl/qcom/
Dpinctrl-spmi-mpp.c156 PCONFDUMP(PMIC_MPP_CONF_AMUX_ROUTE, "analog mux", NULL, true),
157 PCONFDUMP(PMIC_MPP_CONF_ANALOG_LEVEL, "analog level", NULL, true),
158 PCONFDUMP(PMIC_MPP_CONF_DTEST_SELECTOR, "dtest", NULL, true),
159 PCONFDUMP(PMIC_MPP_CONF_PAIRED, "paired", NULL, false),
Dpinctrl-ssbi-mpp.c142 PCONFDUMP(PM8XXX_CONFIG_AMUX, "analog mux", NULL, true),
143 PCONFDUMP(PM8XXX_CONFIG_ALEVEL, "analog level", NULL, true),
144 PCONFDUMP(PM8XXX_CONFIG_DTEST_SELECTOR, "dtest", NULL, true),
145 PCONFDUMP(PM8XXX_CONFIG_PAIRED, "paired", NULL, false),
Dpinctrl-spmi-gpio.c189 PCONFDUMP(PMIC_GPIO_CONF_PULL_UP, "pull up strength", NULL, true),
190 PCONFDUMP(PMIC_GPIO_CONF_STRENGTH, "drive-strength", NULL, true),
191 PCONFDUMP(PMIC_GPIO_CONF_ATEST, "atest", NULL, true),
192 PCONFDUMP(PMIC_GPIO_CONF_ANALOG_PASS, "analog-pass", NULL, true),
193 PCONFDUMP(PMIC_GPIO_CONF_DTEST_BUFFER, "dtest-buffer", NULL, true),
Dpinctrl-ssbi-gpio.c103 PCONFDUMP(PM8XXX_QCOM_DRIVE_STRENGH, "drive-strength", NULL, true),
104 PCONFDUMP(PM8XXX_QCOM_PULL_UP_STRENGTH, "pull up strength", NULL, true),
/linux-5.19.10/drivers/pinctrl/sprd/
Dpinctrl-sprd.c863 PCONFDUMP(SPRD_PIN_CONFIG_CONTROL, "global control", NULL, true),
864 PCONFDUMP(SPRD_PIN_CONFIG_SLEEP_MODE, "sleep mode", NULL, true),
/linux-5.19.10/drivers/rtc/
Drtc-omap.c593 PCONFDUMP(PIN_CONFIG_ACTIVE_HIGH, "input active high", NULL, false),