Lines Matching full:pinconf
10 * PINCONF such as bias pull up/down, and drive strength are also supported
30 #include <linux/pinctrl/pinconf-generic.h>
31 #include <linux/pinctrl/pinconf.h>
52 /* pinconf for CCM GPIO */
56 /* pinconf for CRMU(aon) GPIO and CCM GPIO*/
90 * has the PINCONF support implemented outside of the GPIO block
96 * @pinconf_disable: contains a list of PINCONF parameters that need to be
98 * @nr_pinconf_disable: total number of PINCONF parameters that need to be
125 * Mapping from PINCONF pins to GPIO pins is 1-to-1
416 * Mapping of the iProc PINCONF parameters to the generic pin configuration
447 /* figure out total number of PINCONF parameters to disable */ in iproc_pinconf_disable_map_create()
455 * Allocate an array to store PINCONF parameters that need to be in iproc_pinconf_disable_map_create()
481 * GPIO specific PINCONF configurations
752 * Iproc GPIO controller supports some PINCONF related configurations such as
816 /* Stingray does not support pinconf in this controller */ in iproc_gpio_probe()
898 dev_err(dev, "unable to register pinconf\n"); in iproc_gpio_probe()
907 "unable to create pinconf disable map\n"); in iproc_gpio_probe()