Searched refs:PIN_CONFIG_MODE_LOW_POWER (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/drivers/pinctrl/ |
| H A D | pinconf-generic.c | 49 PCONFDUMP(PIN_CONFIG_MODE_LOW_POWER, "pin low power", "mode", true), 182 { "low-power-disable", PIN_CONFIG_MODE_LOW_POWER, 0 }, 183 { "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-scmi.c | 253 case PIN_CONFIG_MODE_LOW_POWER: in pinctrl_scmi_map_pinconf_type()
|
| H A D | pinctrl-single.c | 535 case PIN_CONFIG_MODE_LOW_POWER: in pcs_pinconf_get() 583 case PIN_CONFIG_MODE_LOW_POWER: in pcs_pinconf_set() 930 { "pinctrl-single,low-power-mode", PIN_CONFIG_MODE_LOW_POWER, }, in pcs_parse_pinconf()
|
| H A D | pinctrl-zynqmp.c | 438 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 | 825 case PIN_CONFIG_MODE_LOW_POWER: in cy8c95x0_gpio_get_pincfg()
|
| /linux-6.15/include/linux/pinctrl/ |
| H A D | pinconf-generic.h | 138 PIN_CONFIG_MODE_LOW_POWER, enumerator
|
| /linux-6.15/drivers/pinctrl/pxa/ |
| H A D | pinctrl-pxa2xx.c | 195 *config = val ? PIN_CONFIG_MODE_LOW_POWER : 0; in pxa2xx_pconf_group_get() 218 case PIN_CONFIG_MODE_LOW_POWER: in pxa2xx_pconf_group_set()
|
| /linux-6.15/drivers/soc/tegra/ |
| H A D | pmc.c | 2062 case PIN_CONFIG_MODE_LOW_POWER: in tegra_io_pad_pinconf_get() 2099 case PIN_CONFIG_MODE_LOW_POWER: in tegra_io_pad_pinconf_set()
|