Searched defs:last_error (Results 1 - 6 of 6) sorted by relevance

/drivers/isdn/hysdn/
H A Dhysdn_boot.c38 int last_error; /* last occurred error */ member in struct:boot_data
109 boot->last_error = EPOF_BAD_IMG_SIZE; /* invalid length */
110 return (boot->last_error);
131 if ((boot->last_error =
134 return (boot->last_error);
146 if ((boot->last_error = card->writebootseq(card, boot->buf.BootBuf, datlen)) < 0)
147 return (boot->last_error); /* error writing data */
180 if (boot->last_error < 0)
181 return (boot->last_error); /* repeated error */
192 boot->last_error
[all...]
/drivers/crypto/nx/
H A Dnx.h72 atomic_t last_error; member in struct:nx_stats
/drivers/atm/
H A Dzatm.c435 static int last_error = 0; local
437 if (error != last_error ||
442 last_error = error;
/drivers/i2c/busses/
H A Di2c-cadence.c585 unsigned int last_error, current_error; local
597 last_error = -1;
613 if (last_error > current_error) {
617 last_error = current_error;
/drivers/media/usb/usbvision/
H A Dusbvision.h214 ((udevice)->last_error == 0) && \
401 int last_error; /* What calamity struck us? */ member in struct:usb_usbvision
/drivers/scsi/
H A Dgdth.h382 u32 last_error; /* sense key or drive state */ member in struct:__anon5376

Completed in 143 milliseconds