Lines Matching refs:retval
273 int retval = 0;
284 retval = -EIO;
291 return retval;
349 int retval;
355 retval = __i8042_command(param, command);
358 return retval;
369 int retval = 0;
373 if (!(retval = i8042_wait_write())) {
380 return retval;
807 int retval = -1;
826 retval = i8042_command(¶m, I8042_CMD_AUX_LOOP);
827 if (retval || param != 0x5a) {
845 if (!retval)
881 retval = 0;
900 retval = __i8042_command(¶m, I8042_CMD_AUX_LOOP & 0xf0ff);
904 if (retval)
915 retval = -1;
928 retval = -1;
933 return retval;