Searched refs:PIN_CONFIG_MODE_LOW_POWER (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/pinctrl/ |
H A D | pinconf-generic.c | 46 PCONFDUMP(PIN_CONFIG_MODE_LOW_POWER, "pin low power", "mode", true), 178 { "low-power-disable", PIN_CONFIG_MODE_LOW_POWER, 0 }, 179 { "low-power-enable", PIN_CONFIG_MODE_LOW_POWER, 1 },
|
H A D | pinctrl-zynq.c | 1020 case PIN_CONFIG_MODE_LOW_POWER: in zynq_pinconf_cfg_get() 1093 case PIN_CONFIG_MODE_LOW_POWER: in zynq_pinconf_cfg_set()
|
H A D | pinctrl-single.c | 539 case PIN_CONFIG_MODE_LOW_POWER: in pcs_pinconf_get() 578 case PIN_CONFIG_MODE_LOW_POWER: in pcs_pinconf_set() 928 { "pinctrl-single,low-power-mode", PIN_CONFIG_MODE_LOW_POWER, }, in pcs_parse_pinconf()
|
H A D | pinctrl-zynqmp.c | 422 case PIN_CONFIG_MODE_LOW_POWER: in zynqmp_pinconf_cfg_set()
|
H A D | pinctrl-lpc18xx.c | 651 case PIN_CONFIG_MODE_LOW_POWER: in lpc18xx_pconf_get_usb1() 909 case PIN_CONFIG_MODE_LOW_POWER: in lpc18xx_pconf_set_usb1()
|
H A D | pinctrl-cy8c95x0.c | 700 case PIN_CONFIG_MODE_LOW_POWER: in cy8c95x0_gpio_get_pincfg()
|
/openbmc/linux/include/linux/pinctrl/ |
H A D | pinconf-generic.h | 135 PIN_CONFIG_MODE_LOW_POWER, enumerator
|
/openbmc/linux/drivers/pinctrl/pxa/ |
H A D | pinctrl-pxa2xx.c | 197 *config = val ? PIN_CONFIG_MODE_LOW_POWER : 0; in pxa2xx_pconf_group_get() 220 case PIN_CONFIG_MODE_LOW_POWER: in pxa2xx_pconf_group_set()
|
/openbmc/linux/drivers/soc/tegra/ |
H A D | pmc.c | 2096 case PIN_CONFIG_MODE_LOW_POWER: in tegra_io_pad_pinconf_get() 2133 case PIN_CONFIG_MODE_LOW_POWER: in tegra_io_pad_pinconf_set()
|