Searched refs:failure (Results 1 - 20 of 20) sorted by relevance

/drivers/net/can/sja1000/
H A Dkvaser_pci.c277 goto failure;
285 failure:
308 goto failure;
374 failure:
/drivers/usb/gadget/
H A DKconfig57 either create new failure modes or remove the one you're
71 either create new failure modes or remove the one you're
/drivers/macintosh/
H A Dwindfarm_fcu_controls.c172 unsigned char failure; local
176 rc = wf_fcu_read_reg(pv, 0xb, &failure, 1);
179 if ((failure & (1 << fan->id)) != 0)
228 unsigned char failure; local
233 rc = wf_fcu_read_reg(pv, 0x2b, &failure, 1);
236 if ((failure & (1 << fan->id)) != 0)
H A Dsmu.c756 DPRINTK("SMU: i2c failure, requeuing...\n");
788 DPRINTK("SMU: i2c failure, starting timer...\n");
799 /* If failure or stage 1, command is complete */
988 goto failure;
995 goto failure;
1000 goto failure;
1004 failure:
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");
/drivers/dma/
H A Dste_dma40.c3164 goto failure;
3170 goto failure;
3176 goto failure;
3180 goto failure;
3184 goto failure;
3196 goto failure;
3202 goto failure;
3216 goto failure;
3243 goto failure;
3292 goto failure;
[all...]
/drivers/net/ethernet/micrel/
H A Dks8695net.c738 dev_err(&ndev->dev, "failure to request IRQ %d\n", irq);
1386 goto failure;
1396 goto failure;
1404 goto failure;
1417 goto failure;
1427 goto failure;
1469 goto failure;
1526 /* Report the failure to register the net_device */
1528 goto failure;
1535 failure
[all...]
/drivers/target/iscsi/
H A Discsi_target_erl1.c1175 goto failure;
1182 goto failure;
1205 goto failure;
1210 goto failure;
1218 goto failure;
1226 failure:
/drivers/infiniband/ulp/iser/
H A Discsi_iser.c113 * this routine will signal iscsi layer of connection failure.
280 * Return: zero on success or escalates $error on failure.
759 goto failure;
768 goto failure;
771 failure:
H A Diser_verbs.c74 * returns 0 on success, -1 on failure
197 * returns 0 on success, or errno code on failure
351 * returns 0 on success, or errno code on failure
424 * returns 0 on success, -1 on failure
749 goto failure;
765 iser_err("failure connecting: %d\n", ret);
766 goto failure;
770 failure:
955 * returns: 0 on success, errno code on failure
1100 * returns 0 on success, -1 on failure
[all...]
/drivers/net/wireless/zd1211rw/
H A Dzd_mac.h154 u8 failure; member in struct:tx_status
H A Dzd_mac.c456 success = !tx_status->failure;
464 /* failure */
507 int success = !tx_status->failure;
524 /* if the hardware reports a failure and we had a 802.11 ACK
527 if (tx_status->failure && mac->ack_pending &&
/drivers/net/ethernet/xircom/
H A Dxirc2ps_cs.c706 goto failure;
729 goto failure;
735 goto failure;
761 goto failure;
923 failure:
/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/staging/media/omap4iss/
H A Diss.c415 * Return 0 on success or a negative error code on failure.
449 * Return 0 on success or a negative error code on failure.
487 * Return 0 on success or a negative error code on failure. Powering entities
488 * off is assumed to never fail. No failure can occur when the use parameter is
521 * Return 0 on success or a negative error code on failure. Powering entities
634 int failure = 0; local
660 failure = -ETIMEDOUT;
664 return failure;
/drivers/media/platform/omap3isp/
H A Disp.c696 * Return 0 on success or a negative error code on failure.
729 * Return 0 on success or a negative error code on failure.
767 * Return 0 on success or a negative error code on failure. Powering entities
768 * off is assumed to never fail. No failure can occur when the use parameter is
802 * Return 0 on success or a negative error code on failure. Powering entities
962 int failure = 0; local
1002 * usually just be restarted. Flag the stop failure nonetheless
1006 * The preview engine is a special case. A failure to stop can
1018 failure = -ETIMEDOUT;
1022 return failure;
[all...]
/drivers/net/ethernet/ibm/
H A Dibmveth.c244 goto failure;
266 goto failure;
277 failure:
516 * open it will fail. So if we get a failure we free the adapter and
/drivers/s390/char/
H A Draw3270.c1174 goto failure;
1182 failure:
/drivers/net/wireless/
H A Dmac80211_hwsim.c2549 goto failure;
2553 goto failure;
2557 failure:
/drivers/block/
H A DDAC960.c261 failure.
803 on failure.
827 on failure.
853 on failure.
881 and false on failure.
918 true on success and false on failure.
957 returns true on success and false on failure.
1000 returns true on success and false on failure.
1123 success and false on failure.
2158 UnitSerialNumber structure for the failure cas
[all...]

Completed in 729 milliseconds