Home
last modified time | relevance | path

Searched refs:pinconfig_post_bind (Results 1 – 1 of 1) sorted by relevance

/external/u-boot/drivers/pinctrl/
Dpinctrl-uclass.c112 static int pinconfig_post_bind(struct udevice *dev) in pinconfig_post_bind() function
148 .post_bind = pinconfig_post_bind,
163 static int pinconfig_post_bind(struct udevice *dev) in pinconfig_post_bind() function
275 return pinconfig_post_bind(dev); in pinctrl_post_bind()