Searched refs:PCONFDUMP (Results 1 – 13 of 13) sorted by relevance
/linux-5.19.10/drivers/pinctrl/ |
D | pinconf-generic.c | 30 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 …]
|
D | pinctrl-zynq.c | 976 = { PCONFDUMP(PIN_CONFIG_IOSTANDARD, "IO-standard", NULL, true),
|
D | pinctrl-starfive.c | 725 PCONFDUMP(PIN_CONFIG_STARFIVE_STRONG_PULL_UP, "input bias strong pull-up", NULL, false),
|
D | pinctrl-lpc18xx.c | 642 PCONFDUMP(PIN_CONFIG_GPIO_PIN_INT, "gpio pin int", NULL, true),
|
/linux-5.19.10/drivers/pinctrl/mediatek/ |
D | pinctrl-moore.c | 31 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),
|
D | pinctrl-paris.c | 36 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/ |
D | pinconf-generic.h | 172 #define PCONFDUMP(a, b, c, d) { \ macro
|
/linux-5.19.10/drivers/pinctrl/qcom/ |
D | pinctrl-spmi-mpp.c | 156 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),
|
D | pinctrl-ssbi-mpp.c | 142 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),
|
D | pinctrl-spmi-gpio.c | 189 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),
|
D | pinctrl-ssbi-gpio.c | 103 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/ |
D | pinctrl-sprd.c | 863 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/ |
D | rtc-omap.c | 593 PCONFDUMP(PIN_CONFIG_ACTIVE_HIGH, "input active high", NULL, false),
|