Searched refs:PIN_CONFIG_LOW_POWER_MODE (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/pinctrl/ |
| H A D | pinconf-generic.c | 46 PCONFDUMP(PIN_CONFIG_LOW_POWER_MODE, "pin low power", "mode", true), 177 { "low-power-disable", PIN_CONFIG_LOW_POWER_MODE, 0 }, 178 { "low-power-enable", PIN_CONFIG_LOW_POWER_MODE, 1 },
|
| H A D | pinctrl-zynq.c | 1019 case PIN_CONFIG_LOW_POWER_MODE: in zynq_pinconf_cfg_get() 1090 case PIN_CONFIG_LOW_POWER_MODE: in zynq_pinconf_cfg_set()
|
| H A D | pinctrl-single.c | 536 case PIN_CONFIG_LOW_POWER_MODE: in pcs_pinconf_get() 574 case PIN_CONFIG_LOW_POWER_MODE: in pcs_pinconf_set() 923 { "pinctrl-single,low-power-mode", PIN_CONFIG_LOW_POWER_MODE, }, in pcs_parse_pinconf()
|
| H A D | pinctrl-lpc18xx.c | 649 case PIN_CONFIG_LOW_POWER_MODE: in lpc18xx_pconf_get_usb1() 907 case PIN_CONFIG_LOW_POWER_MODE: in lpc18xx_pconf_set_usb1()
|
| /OK3568_Linux_fs/kernel/include/linux/pinctrl/ |
| H A D | pinconf-generic.h | 127 PIN_CONFIG_LOW_POWER_MODE, enumerator
|
| /OK3568_Linux_fs/u-boot/include/dm/ |
| H A D | pinctrl.h | 229 #define PIN_CONFIG_LOW_POWER_MODE 16 macro
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/pxa/ |
| H A D | pinctrl-pxa2xx.c | 197 *config = val ? PIN_CONFIG_LOW_POWER_MODE : 0; in pxa2xx_pconf_group_get() 220 case PIN_CONFIG_LOW_POWER_MODE: in pxa2xx_pconf_group_set()
|
| /OK3568_Linux_fs/kernel/drivers/soc/tegra/ |
| H A D | pmc.c | 1796 case PIN_CONFIG_LOW_POWER_MODE: in tegra_io_pad_pinconf_get() 1833 case PIN_CONFIG_LOW_POWER_MODE: in tegra_io_pad_pinconf_set()
|