Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/pinctrl/
H A Dpinctrl-uclass.c119 static int pinconfig_post_bind(struct udevice *dev) in pinconfig_post_bind() function
159 .post_bind = pinconfig_post_bind,
170 static int pinconfig_post_bind(struct udevice *dev) in pinconfig_post_bind() function
422 return pinconfig_post_bind(dev); in pinctrl_post_bind()