Searched refs:failure (Results 51 - 75 of 117) sorted by relevance

12345

/linux-master/drivers/gpu/drm/msm/hdmi/
H A Dhdmi_hdcp.c284 u32 reg_val, failure, nack0; local
289 failure = reg_val & HDMI_HDCP_DDC_STATUS_FAILED;
292 reg_val, failure, nack0);
294 if (failure) {
302 DBG("DDC failure detected");
/linux-master/drivers/macintosh/
H A Dsmu.c760 DPRINTK("SMU: i2c failure, requeuing...\n");
792 DPRINTK("SMU: i2c failure, starting timer...\n");
803 /* If failure or stage 1, command is complete */
994 goto failure;
1001 goto failure;
1006 goto failure;
1010 failure:
/linux-master/arch/loongarch/kernel/
H A Dlbt.S155 li.w a0, -EFAULT # failure
/linux-master/net/dccp/
H A Dipv4.c118 goto failure;
125 goto failure;
139 goto failure;
142 failure:
H A Dipv6.c911 goto failure;
934 goto failure;
942 goto failure;
976 failure:
/linux-master/net/netfilter/
H A Dnft_tunnel.c595 goto failure;
603 goto failure;
628 goto failure;
647 failure:
/linux-master/mm/
H A DMakefile105 obj-$(CONFIG_MEMORY_FAILURE) += memory-failure.o
/linux-master/fs/btrfs/
H A Dsysfs.c2096 goto failure;
2102 goto failure;
2107 goto failure;
2114 goto failure;
2119 goto failure;
2123 goto failure;
2127 goto failure;
2133 goto failure;
2138 goto failure;
2141 failure
[all...]
/linux-master/drivers/net/ethernet/xircom/
H A Dxirc2ps_cs.c708 goto failure;
731 goto failure;
737 goto failure;
761 goto failure;
921 failure:
/linux-master/drivers/net/can/peak_canfd/
H A Dpeak_pciefd_main.c586 goto failure;
617 "Rx dmam_alloc_coherent(%u) failure\n",
629 "Tx dmam_alloc_coherent(%u) failure\n",
689 failure:
839 * the probe() function must return a negative errno in case of failure
/linux-master/fs/sysv/
H A Ditree.c104 goto failure;
120 failure:
/linux-master/arch/sparc/kernel/
H A Detrap_32.S274 bne trap_setup_user_stack_is_bolixed ! failure
/linux-master/drivers/staging/ks7010/
H A Dks_wlan.h332 u16 failure; /* MIC Failure counter 0 or 1 or 2 */ member in struct:mic_failure
/linux-master/include/uapi/linux/
H A Daudit.h467 __u32 failure; /* Failure-to-log action */ member in struct:audit_status
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dkvm-remote.sh197 echo " ---" ssh failure to $1 checking for file $2, retry after $sleeptime seconds. `date` | tee -a "$oldrun/remote-log"
/linux-master/net/can/j1939/
H A Dsocket.c613 goto failure;
619 failure:
885 goto failure;
920 failure:
/linux-master/drivers/net/wireless/marvell/libertas_tf/
H A Dif_usb.c58 /* print the failure status number for debug */
59 pr_info("URB in failure status: %d\n", urb->status);
142 * Returns: 0 on success, error code on failure
280 /* If we got a CRC failure on the last block, back
677 u8 failure; local
681 failure = (tmp & 0xff00) >> 8;
682 lbtf_send_tx_feedback(priv, retrycnt, failure);
888 pr_info("FW download failure, time = %d ms\n", i * 100);
/linux-master/drivers/staging/media/omap4iss/
H A Diss.c389 int failure = 0; local
416 failure = -ETIMEDOUT;
420 return failure;
/linux-master/drivers/mtd/nand/
H A Decc-mxic.c526 bool failure = false; local
539 failure = true;
548 return failure ? -EBADMSG : max_bf;
/linux-master/drivers/infiniband/ulp/iser/
H A Diser_verbs.c59 * Return: 0 on success, -1 on failure
162 * Return: 0 on success, or errno code on failure
226 * Return: 0 on success, -1 on failure
589 goto failure;
606 iser_err("failure connecting: %d\n", ret);
607 goto failure;
611 failure:
855 * Return: 0 on success, -1 on failure
941 iser_err("%s failure: %s (%d) vend_err %#x\n", type,
949 iser_dbg("%s failure
[all...]
/linux-master/drivers/net/ethernet/intel/idpf/
H A Didpf_singleq_txrx.c1010 bool failure = false; local
1099 failure = idpf_rx_singleq_buf_hw_alloc_all(rx_q, cleaned_count);
1106 /* guarantee a trip back through this routine if there was a failure */
1107 return failure ? budget : (int)total_rx_pkts;
/linux-master/net/ipv4/
H A Dfib_semantics.c1456 goto failure;
1461 goto failure;
1501 goto failure;
1532 goto failure;
1551 goto failure;
1562 goto failure;
1626 failure:
/linux-master/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_mac.c442 success = !tx_status->failure;
450 /* failure */
493 int success = !tx_status->failure;
509 /* if the hardware reports a failure and we had a 802.11 ACK
512 if (tx_status->failure && mac->ack_pending &&
/linux-master/arch/powerpc/kernel/
H A Diommu.c493 /* Init first segment length for backout at failure */
520 /* Handle failure */
527 goto failure;
543 goto failure;
596 failure:
/linux-master/drivers/net/ethernet/freescale/fman/
H A Dfman_port.c1566 bool rx_port, failure = false; local
1601 failure = true;
1618 failure = true;
1621 if (failure)

Completed in 359 milliseconds

12345