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.c106 static int pinconfig_post_bind(struct udevice *dev) in pinconfig_post_bind() function
149 .post_bind = pinconfig_post_bind,
165 static int pinconfig_post_bind(struct udevice *dev) in pinconfig_post_bind() function
410 return pinconfig_post_bind(dev); in pinctrl_post_bind()