Searched defs:failure (Results 1 - 5 of 5) sorted by relevance

/drivers/net/wireless/libertas_tf/
H A Dif_usb.c62 /* print the failure status number for debug */
63 pr_info("URB in failure status: %d\n", urb->status);
140 * Returns: 0 on success, error code on failure
288 /* If we got a CRC failure on the last block, back
686 u8 failure; local
690 failure = (tmp & 0xff00) >> 8;
691 lbtf_send_tx_feedback(priv, retrycnt, failure);
893 pr_info("FW download failure, time = %d ms\n", i * 100);
/drivers/media/video/omap3isp/
H A Disp.c582 * Return 0 on success or a negative error code on failure.
615 * Return 0 on success or a negative error code on failure.
653 * Return 0 on success or a negative error code on failure. Powering entities
654 * off is assumed to never fail. No failure can occur when the use parameter is
688 * Return 0 on success or a negative error code on failure. Powering entities
839 int failure = 0; local
882 failure = -ETIMEDOUT;
886 if (failure < 0)
889 return failure;
/drivers/net/ethernet/i825xx/
H A D3c505.h76 * locking up the whole machine in the case of failure or
198 } failure; member in struct:Selftest
/drivers/net/wireless/zd1211rw/
H A Dzd_mac.h155 u8 failure; member in struct:tx_status
/drivers/macintosh/
H A Dtherm_pm72.c525 unsigned char failure; local
536 rc = fan_read_reg(0xb, &failure, 1);
539 if ((failure & (1 << id)) != 0)
581 unsigned char failure; local
592 rc = fan_read_reg(0x2b, &failure, 1);
595 if ((failure & (1 << id)) != 0)
1951 DBG("failure creating control loops, disposing\n");

Completed in 136 milliseconds