Lines Matching defs:error
115 int error = 0;
119 error = regmap_update_bits(phy->syscon, phy->usb_ctrl,
121 if (error)
133 int error;
135 error = clk_enable(phy->refclk);
136 if (error)
137 return error;
147 error = regmap_update_bits(phy->syscon, phy->usb_ctrl,
149 if (error) {
153 return error;
182 int error;
230 error = clk_prepare(phy->refclk);
231 if (error)
232 return error;
237 error = PTR_ERR(generic_phy);
246 error = PTR_ERR(phy_provider);
257 return error;