Home
last modified time | relevance | path

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

/linux/drivers/pinctrl/
H A Dpinconf-generic.c32 PCONFDUMP(PIN_CONFIG_BIAS_BUS_HOLD, "input bias bus hold", NULL, false),
33 PCONFDUMP(PIN_CONFIG_BIAS_DISABLE, "input bias disabled", NULL, false),
34 PCONFDUMP(PIN_CONFIG_BIAS_HIGH_IMPEDANCE, "input bias high impedance", NULL, false),
35 PCONFDUMP(PIN_CONFIG_BIAS_PULL_DOWN, "input bias pull down", "ohms", true),
36 PCONFDUMP(PIN_CONFIG_BIAS_PULL_PIN_DEFAULT,
38 PCONFDUMP(PIN_CONFIG_BIAS_PULL_UP, "input bias pull up", "ohms", true),
39 PCONFDUMP(PIN_CONFIG_DRIVE_OPEN_DRAIN, "output drive open drain", NULL, false),
40 PCONFDUMP(PIN_CONFIG_DRIVE_OPEN_SOURCE, "output drive open source", NULL, false),
41 PCONFDUMP(PIN_CONFIG_DRIVE_PUSH_PULL, "output drive push pull", NULL, false),
42 PCONFDUMP(PIN_CONFIG_DRIVE_STRENGTH, "output drive strength", "mA", true),
[all …]
H A Dpinctrl-zynq.c976 = { PCONFDUMP(PIN_CONFIG_IOSTANDARD, "IO-standard", NULL, true),
H A Dpinctrl-lpc18xx.c644 PCONFDUMP(PIN_CONFIG_GPIO_PIN_INT, "gpio pin int", NULL, true),
/linux/drivers/pinctrl/mediatek/
H A Dpinctrl-moore.c35 PCONFDUMP(MTK_PIN_CONFIG_TDSEL, "tdsel", NULL, true),
36 PCONFDUMP(MTK_PIN_CONFIG_RDSEL, "rdsel", NULL, true),
37 PCONFDUMP(MTK_PIN_CONFIG_PU_ADV, "pu-adv", NULL, true),
38 PCONFDUMP(MTK_PIN_CONFIG_PD_ADV, "pd-adv", NULL, true),
H A Dpinctrl-paris.c41 PCONFDUMP(MTK_PIN_CONFIG_TDSEL, "tdsel", NULL, true),
42 PCONFDUMP(MTK_PIN_CONFIG_RDSEL, "rdsel", NULL, true),
43 PCONFDUMP(MTK_PIN_CONFIG_PU_ADV, "pu-adv", NULL, true),
44 PCONFDUMP(MTK_PIN_CONFIG_PD_ADV, "pd-adv", NULL, true),
45 PCONFDUMP(MTK_PIN_CONFIG_DRV_ADV, "drive-strength-adv", NULL, true),
/linux/drivers/pinctrl/qcom/
H A Dpinctrl-ssbi-mpp.c144 PCONFDUMP(PM8XXX_CONFIG_AMUX, "analog mux", NULL, true),
145 PCONFDUMP(PM8XXX_CONFIG_ALEVEL, "analog level", NULL, true),
146 PCONFDUMP(PM8XXX_CONFIG_DTEST_SELECTOR, "dtest", NULL, true),
147 PCONFDUMP(PM8XXX_CONFIG_PAIRED, "paired", NULL, false),
H A Dpinctrl-spmi-gpio.c199 PCONFDUMP(PMIC_GPIO_CONF_PULL_UP, "pull up strength", NULL, true),
200 PCONFDUMP(PMIC_GPIO_CONF_STRENGTH, "drive-strength", NULL, true),
201 PCONFDUMP(PMIC_GPIO_CONF_ATEST, "atest", NULL, true),
202 PCONFDUMP(PMIC_GPIO_CONF_ANALOG_PASS, "analog-pass", NULL, true),
203 PCONFDUMP(PMIC_GPIO_CONF_DTEST_BUFFER, "dtest-buffer", NULL, true),
H A Dpinctrl-spmi-mpp.c158 PCONFDUMP(PMIC_MPP_CONF_AMUX_ROUTE, "analog mux", NULL, true),
159 PCONFDUMP(PMIC_MPP_CONF_ANALOG_LEVEL, "analog level", NULL, true),
160 PCONFDUMP(PMIC_MPP_CONF_DTEST_SELECTOR, "dtest", NULL, true),
161 PCONFDUMP(PMIC_MPP_CONF_PAIRED, "paired", NULL, false),
H A Dpinctrl-ssbi-gpio.c106 PCONFDUMP(PM8XXX_QCOM_DRIVE_STRENGH, "drive-strength", NULL, true),
107 PCONFDUMP(PM8XXX_QCOM_PULL_UP_STRENGTH, "pull up strength", NULL, true),
/linux/include/linux/pinctrl/
H A Dpinconf-generic.h197 #define PCONFDUMP(a, b, c, d) PCONFDUMP_WITH_VALUES(a, b, c, d, NULL, 0) macro
/linux/drivers/pinctrl/sprd/
H A Dpinctrl-sprd.c862 PCONFDUMP(SPRD_PIN_CONFIG_CONTROL, "global control", NULL, true),
863 PCONFDUMP(SPRD_PIN_CONFIG_SLEEP_MODE, "sleep mode", NULL, true),
/linux/drivers/rtc/
H A Drtc-omap.c594 PCONFDUMP(PIN_CONFIG_ACTIVE_HIGH, "input active high", NULL, false),
/linux/drivers/pinctrl/starfive/
H A Dpinctrl-starfive-jh7100.c727 PCONFDUMP(PIN_CONFIG_STARFIVE_STRONG_PULL_UP, "input bias strong pull-up", NULL, false),
/linux/drivers/pinctrl/renesas/
H A Dpinctrl-rzg2l.c186 PCONFDUMP(RENESAS_RZV2H_PIN_CONFIG_OUTPUT_IMPEDANCE, "output-impedance", "x", true),