Lines Matching defs:error
1096 * is specified or an error occurs. The timeout places a limit on when to
1101 * last h_cop_op call or it will be 0 if an error not involving the h_call
1240 int error = -ENODEV;
1243 return error;
1249 error = vio_cmo_bus_probe(viodev);
1250 if (error)
1251 return error;
1253 error = viodrv->probe(viodev, id);
1254 if (error && firmware_has_feature(FW_FEATURE_CMO))
1258 return error;