Home
last modified time | relevance | path

Searched refs:Error (Results 1 – 25 of 342) sorted by relevance

12345678910>>...14

/Linux-v5.10/Documentation/ABI/testing/
Dsysfs-bus-pci-devices-aer_stats23 Receiver Error 2
29 Corrected Internal Error 0
46 Surprise Down Error 0
57 Uncorrectable Internal Error 0
60 TLP Prefix Blocked Error 0
76 Surprise Down Error 0
87 Uncorrectable Internal Error 0
90 TLP Prefix Blocked Error 0
Dsysfs-bus-fcoe58 Link Error Status Block (LESB) link failure count.
61 Link Error Status Block (LESB) virtual link
65 Link Error Status Block (LESB) missed FCoE
69 Link Error Status Block (LESB) symbolic error count.
72 Link Error Status Block (LESB) block error count.
75 Link Error Status Block (LESB) Fibre Channel
Dsysfs-class-fpga-manager31 * write init error = Error while preparing FPGA for programming
33 * write error = Error while programming
35 * write complete error = Error while doing post programming
/Linux-v5.10/drivers/acpi/apei/
DKconfig9 bool "ACPI Platform Error Interface (APEI)"
21 bool "APEI Generic Hardware Error Source"
27 Generic Hardware Error Source provides a way to report
56 tristate "APEI Error INJection (EINJ)"
64 tristate "APEI Error Record Serialization Table (ERST) Debug Support"
/Linux-v5.10/drivers/mtd/maps/
Dixp4xx.c195 goto Error; in ixp4xx_flash_probe()
221 goto Error; in ixp4xx_flash_probe()
228 goto Error; in ixp4xx_flash_probe()
239 goto Error; in ixp4xx_flash_probe()
244 Error: in ixp4xx_flash_probe()
/Linux-v5.10/drivers/pci/pcie/
DKconfig9 support for Native Hot-Plug, Advanced Error Reporting, Power
25 bool "PCI Express Advanced Error Reporting support"
29 This enables PCI Express Root Port Advanced Error Reporting
30 (AER) driver support. Error reporting messages sent to Root
38 This enables PCI Express Root Port Advanced Error Reporting
145 bool "PCI Express Error Disconnect Recover support"
148 This option adds Error Disconnect Recover support as specified
/Linux-v5.10/Documentation/driver-api/mei/
Dmei.rst104 Error returns:
110 EFAULT Fatal Error (e.g. Unable to access user input data)
141 Error returns:
147 EFAULT Fatal Error (e.g. Unable to access user input data)
169 Error returns:
175 EFAULT Fatal Error (e.g. Unable to access user input data)
196 Error returns:
200 EFAULT Fatal Error (e.g. Unable to access user input data)
/Linux-v5.10/Documentation/driver-api/
Dmtdnand.rst699 0x00 ECC byte 0 Error correction code byte 0
700 0x01 ECC byte 1 Error correction code byte 1
701 0x02 ECC byte 2 Error correction code byte 2
719 0x00 ECC byte 0 Error correction code byte 0 of the lower
721 0x01 ECC byte 1 Error correction code byte 1 of the lower
723 0x02 ECC byte 2 Error correction code byte 2 of the lower
725 0x03 ECC byte 3 Error correction code byte 0 of the upper
732 0x06 ECC byte 4 Error correction code byte 1 of the upper
734 0x07 ECC byte 5 Error correction code byte 2 of the upper
751 0x28 ECC byte 0 Error correction code byte 0 of the first
[all …]
Dpti_intel_mid.rst78 printf("Error on open(). errno: %d\n",errno);
84 printf("Error on ioctl(). errno: %d\n", errno);
90 printf("Error on ioctl(). errno: %d\n", errno);
/Linux-v5.10/Documentation/driver-api/serial/
Dserial-iso7816.rst49 /* Error handling. See errno. */
77 /* Error handling. See errno. */
84 /* Error handling. See errno. */
Dserial-rs485.rst60 /* Error handling. See errno. */
88 /* Error handling. See errno. */
95 /* Error handling. See errno. */
/Linux-v5.10/Documentation/ABI/removed/
Dsysfs-bus-nfit13 Uncorrectable Error Range Length Unit Size' (see: ACPI 6.2
16 need to perform read-modify-write cycles to maintain ECC (Error
/Linux-v5.10/tools/perf/util/c++/
Dclang.cpp133 std::string Error; in getBPFObjectFromModule() local
134 const Target* Target = TargetRegistry::lookupTarget(TargetTriple, Error); in getBPFObjectFromModule()
136 llvm::errs() << Error; in getBPFObjectFromModule()
/Linux-v5.10/Documentation/PCI/
Dpcieaer-howto.rst5 The PCI Express Advanced Error Reporting Driver Guide HOWTO
19 This guide describes the basics of the PCI Express Advanced Error
31 the Advanced Error Reporting capability. The baseline capability is
33 set of error reporting requirements. Advanced Error Reporting
38 Express Advanced Error Reporting capability. The PCI Express AER
80 …0000:50:00.0: PCIe Bus Error: severity=Uncorrected (Fatal), type=Transaction Layer, id=0500(Reques…
126 capability structure. Error information being logged includes storing
127 the error reporting agent's requestor ID into the Error Source
128 Identification Registers and setting the error bits of the Root Error
130 Error Command Register, the Root Port generates an interrupt if an
/Linux-v5.10/Documentation/devicetree/bindings/interrupt-controller/
Dmarvell,sei.txt1 Marvell SEI (System Error Interrupt) Controller
4 Marvell SEI (System Error Interrupt) controller is an interrupt
/Linux-v5.10/Documentation/usb/
Dgadget_printer.rst213 printf("Error %d opening %s\n", fd[0].fd, PRINTER_FILE);
234 printf("Error %d reading from %s\n",
263 printf("Error %d opening %s\n", fd[0].fd, PRINTER_FILE);
289 printf("Error %d writing to %s\n",
324 printf("Error %d opening %s\n", fd, PRINTER_FILE);
357 printf("Error %d opening %s\n", fd, PRINTER_FILE);
392 printf("Error %d opening %s\n", fd, PRINTER_FILE);
/Linux-v5.10/drivers/acpi/
Dnvs.c105 goto Error; in suspend_nvs_register()
117 Error: in suspend_nvs_register()
/Linux-v5.10/Documentation/driver-api/usb/
Derror-codes.rst3 USB Error codes
17 Error codes returned by :c:func:`usb_submit_urb`
77 Error codes returned by ``in urb->status`` or in ``iso_frame_desc[n].status`` (for ISO)
177 Error codes like ``-EPROTO``, ``-EILSEQ`` and ``-EOVERFLOW`` normally
190 Error codes returned by usbcore-functions
/Linux-v5.10/Documentation/crypto/
Dapi-samples.rst35 pr_err("Error allocating xts(aes) handle: %ld\n", PTR_ERR(tfm));
42 pr_err("Error setting key: %d\n", err);
80 pr_err("Error encrypting data: %d\n", err);
/Linux-v5.10/Documentation/devicetree/bindings/mtd/
Delm.txt1 Error location module
/Linux-v5.10/arch/arc/kernel/
Dentry-arcv2.S31 VECTOR instr_service ; Instrn Error
41 VECTOR EV_DCError ; Data Cache Error
118 ; Memory Error Exception Handler
/Linux-v5.10/Documentation/devicetree/bindings/arm/altera/
Dsocfpga-sdram-edac.txt1 Altera SOCFPGA SDRAM Error Detection & Correction [EDAC]
/Linux-v5.10/Documentation/userspace-api/media/dvb/
Dca-fclose.rst40 :ref:`Generic Error Codes <gen-errors>` chapter.
/Linux-v5.10/Documentation/devicetree/bindings/memory-controllers/fsl/
Dddr.txt9 - interrupts : Error interrupt of DDR controller
/Linux-v5.10/drivers/staging/gdm724x/
DTODO8 - Error handling in init_usb()

12345678910>>...14