Lines Matching full:pinconf
10 * PINCONF such as bias pull up/down, and drive strength are also supported
28 #include <linux/pinctrl/pinconf.h>
29 #include <linux/pinctrl/pinconf-generic.h>
49 /* pinconf for CCM GPIO */
53 /* pinconf for CRMU(aon) GPIO and CCM GPIO*/
87 * has the PINCONF support implemented outside of the GPIO block
93 * @pinconf_disable: contains a list of PINCONF parameters that need to be
95 * @nr_pinconf_disable: total number of PINCONF parameters that need to be
123 * Mapping from PINCONF pins to GPIO pins is 1-to-1
394 * Mapping of the iProc PINCONF parameters to the generic pin configuration
425 /* figure out total number of PINCONF parameters to disable */ in iproc_pinconf_disable_map_create()
433 * Allocate an array to store PINCONF parameters that need to be in iproc_pinconf_disable_map_create()
459 * GPIO specific PINCONF configurations
730 * Iproc GPIO controller supports some PINCONF related configurations such as
794 /* Stingray does not support pinconf in this controller */ in iproc_gpio_probe()
888 dev_err(dev, "unable to register pinconf\n"); in iproc_gpio_probe()
897 "unable to create pinconf disable map\n"); in iproc_gpio_probe()