Lines Matching defs:error
124 int error = 0;
128 error = regmap_update_bits(phy->syscon, phy->usb_ctrl,
130 if (error)
142 int error;
144 error = clk_enable(phy->refclk);
145 if (error)
146 return error;
156 error = regmap_update_bits(phy->syscon, phy->usb_ctrl,
158 if (error) {
162 return error;
191 int error;
239 error = clk_prepare(phy->refclk);
240 if (error)
241 return error;
246 error = PTR_ERR(generic_phy);
255 error = PTR_ERR(phy_provider);
266 return error;