Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/pinctrl/
Dpinconf-generic.c31 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_BUS_HOLD, "input bias bus hold", NULL, false),
34 PCONFDUMP(PIN_CONFIG_BIAS_PULL_UP, "input bias pull up", NULL, false),
35 PCONFDUMP(PIN_CONFIG_BIAS_PULL_DOWN, "input bias pull down", NULL, false),
36 PCONFDUMP(PIN_CONFIG_BIAS_PULL_PIN_DEFAULT,
38 PCONFDUMP(PIN_CONFIG_DRIVE_PUSH_PULL, "output drive push pull", NULL, false),
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_STRENGTH, "output drive strength", "mA", true),
[all …]
Dpinctrl-zynq.c930 PCONFDUMP(PIN_CONFIG_IOSTANDARD, "IO-standard", NULL, true),
/linux-4.1.27/include/linux/pinctrl/
Dpinconf-generic.h119 #define PCONFDUMP(a, b, c, d) { .param = a, .display = b, .format = c, \ macro
/linux-4.1.27/drivers/pinctrl/qcom/
Dpinctrl-spmi-gpio.c141 PCONFDUMP(PMIC_GPIO_CONF_PULL_UP, "pull up strength", NULL, true),
142 PCONFDUMP(PMIC_GPIO_CONF_STRENGTH, "drive-strength", NULL, true),