Lines Matching refs:ret
586 int ret; in rk3036_clk_bind() local
592 ret = device_bind_driver(dev, "rockchip_sysreset", "sysreset", in rk3036_clk_bind()
594 if (ret) { in rk3036_clk_bind()
595 debug("Warning: No sysreset driver: ret=%d\n", ret); in rk3036_clk_bind()
605 ret = device_bind_driver_to_node(dev, "rockchip_reset", "reset", in rk3036_clk_bind()
607 if (ret) { in rk3036_clk_bind()
608 debug("Warning: No rockchip reset driver: ret=%d\n", ret); in rk3036_clk_bind()
651 int i, ret; in soc_clk_dump() local
653 ret = uclass_get_device_by_driver(UCLASS_CLK, in soc_clk_dump()
656 if (ret) { in soc_clk_dump()
658 return ret; in soc_clk_dump()
673 ret = clk_request(cru_dev, &clk); in soc_clk_dump()
674 if (ret < 0) in soc_clk_dump()
675 return ret; in soc_clk_dump()