Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/pinctrl/
H A Dpinctrl-uclass.c134 static int pinconfig_post_bind(struct udevice *dev) in pinconfig_post_bind() function
170 .post_bind = pinconfig_post_bind,
185 static int pinconfig_post_bind(struct udevice *dev) in pinconfig_post_bind() function
331 return pinconfig_post_bind(dev); in pinctrl_post_bind()