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
290 /* If we got a CRC failure on the last block, back
688 u8 failure; local
692 failure = (tmp & 0xff00) >> 8;
693 lbtf_send_tx_feedback(priv, retrycnt, failure);
895 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.c526 unsigned char failure; local
537 rc = fan_read_reg(0xb, &failure, 1);
540 if ((failure & (1 << id)) != 0)
582 unsigned char failure; local
593 rc = fan_read_reg(0x2b, &failure, 1);
596 if ((failure & (1 << id)) != 0)
1952 DBG("failure creating control loops, disposing\n");

Completed in 152 milliseconds