Lines Matching defs:error
36 #define PS2_STATUS_ERROR_PARITY BIT(6) /* parity error */
37 #define PS2_STATUS_ERROR_FRAMING BIT(7) /* framing error */
169 int error;
171 error = platform_driver_register(&maceps2_driver);
172 if (error)
173 return error;
177 error = -ENOMEM;
186 error = platform_device_add(maceps2_device);
187 if (error)
196 return error;