Lines Matching refs:error
241 int error;
275 error = i2c_for_each_dev(smbdev, psmouse_smbus_create_companion);
295 if (error < 0 || !leave_breadcrumbs) {
303 return error < 0 ? error : -EAGAIN;
308 int error;
314 error = bus_register_notifier(&i2c_bus_type, &psmouse_smbus_notifier);
315 if (error) {
316 pr_err("failed to register i2c bus notifier: %d\n", error);
318 return error;