Home
last modified time | relevance | path

Searched refs:PCONFDUMP (Results 1 – 8 of 8) 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/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/qcom/
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),
/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),