Home
last modified time | relevance | path

Searched full:erroneous (Results 1 – 25 of 135) sorted by relevance

123456

/linux-6.12.1/tools/perf/tests/
Devent_groups.c83 int erroneous = ((((1 << i) | (1 << j) | (1 << k)) & 5) == 5); in run_test() local
93 return erroneous ? 0 : -1; in run_test()
100 return erroneous ? 0 : -1; in run_test()
106 return erroneous ? -1 : 0; in run_test()
/linux-6.12.1/net/caif/
Dcfveil.c49 pr_err("Packet is erroneous!\n"); in cfvei_receive()
87 pr_err("Packet is erroneous!\n"); in cfvei_transmit()
Dcfdgml.c50 pr_err("Packet is erroneous!\n"); in cfdgml_receive()
57 pr_err("Packet is erroneous!\n"); in cfdgml_receive()
Dcffrml.c123 pr_err("Packet is erroneous!\n"); in cffrml_receive()
156 pr_err("Packet is erroneous!\n"); in cffrml_transmit()
Dcfsrvl.c116 pr_err("Packet is erroneous!\n"); in cfservl_modemcmd()
137 pr_err("Packet is erroneous!\n"); in cfservl_modemcmd()
Dcfvidl.c40 pr_err("Packet is erroneous!\n"); in cfvidl_receive()
Dcfutill.c49 pr_err("Packet is erroneous!\n"); in cfutill_receive()
/linux-6.12.1/drivers/mtd/ubi/
Dwl.c39 * used eraseblocks are kept in @wl->used, @wl->erroneous, or @wl->scrub
66 * o the WL movement is disallowed (@wl->erroneous) because the PEB is
67 * erroneous - e.g., there was a read error;
662 int err, scrubbing = 0, torture = 0, protect = 0, erroneous = 0; local
869 * put this PEB to the @ubi->erroneous list to prevent
873 ubi_err(ubi, "too many erroneous eraseblocks (%d)",
878 erroneous = 1;
945 else if (erroneous) {
946 wl_tree_add(e1, &ubi->erroneous);
1323 } else if (in_wl_tree(e, &ubi->erroneous)) {
[all …]
Dubi.h494 * @erroneous: RB-tree of erroneous used physical eraseblocks
503 * @erroneous, @erroneous_peb_count, @fm_work_scheduled, @fm_pool,
528 * @erroneous_peb_count: count of erroneous physical eraseblocks in @erroneous
529 * @max_erroneous: maximum allowed amount of erroneous physical eraseblocks
607 struct rb_root erroneous; member
/linux-6.12.1/fs/nilfs2/
Dsufile.h110 * nilfs_sufile_set_error - mark a segment as erroneous
115 * @segnum as erroneous. The error segment will never be used again.
/linux-6.12.1/drivers/media/common/siano/
Dsmscoreapi.h726 u32 error_ts_packets; /* Number of erroneous
736 u32 ber_error_count; /* Number of erroneous SYNC bits. */
780 u32 error_ts_packets; /* Number of erroneous transport-stream packets */
953 u32 ber_error_count; /* Number of erroneous SYNC bits. */
962 u32 error_ts_packets; /* Number of erroneous
979 u32 ber_error_count; /* Number of erroneous SYNC bits. */
988 u32 error_ts_packets; /* Number of erroneous
Dsmsdvb.h86 u32 ber_error_count; /* Number of erroneous SYNC bits. */
/linux-6.12.1/tools/perf/Documentation/
Dmanpage-suppress-sp.xsl3 handles erroneous, inline .sp in manpage output of some
/linux-6.12.1/tools/lib/perf/Documentation/
Dmanpage-suppress-sp.xsl3 handles erroneous, inline .sp in manpage output of some
/linux-6.12.1/drivers/bus/
DKconfig49 not responding on timeout an IRQ is raised with an erroneous address
51 driver provides the interrupt handler to detect the erroneous
/linux-6.12.1/Documentation/input/devices/
Dntrig.rst44 erroneous disconnects, where the sensor may mistakenly not detect a finger that
77 obvious that these sensors were prone to erroneous events. Users reported
/linux-6.12.1/Documentation/devicetree/bindings/bus/
Dbaikal,bt1-apb.yaml18 device not responding on timeout an IRQ is raised with an erroneous address
/linux-6.12.1/Documentation/devicetree/bindings/display/panel/
Dsamsung,lms380kf01.yaml30 This can also be raised for other reasons like erroneous
Dsamsung,s6d27a1.yaml29 This can also be raised for other reasons like erroneous
/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-driver-hid-ntrig20 frames false erroneous disconnects can be tolerated, where the
/linux-6.12.1/arch/s390/kernel/
Dkexec_elf.c122 * in the loader. Any check here that fails would send the erroneous in s390_elf_probe()
/linux-6.12.1/Documentation/filesystems/
Docfs2-online-filecheck.rst29 reported as erroneous.
/linux-6.12.1/arch/arc/kernel/
Dtraps.c110 * -fno-isolate-erroneous-paths-dereference
/linux-6.12.1/arch/sh/drivers/pci/
Dfixups-se7751.c100 * catch erroneous assumption. in pci_fixup_pcic()
/linux-6.12.1/Documentation/devicetree/bindings/sound/
Dcirrus,cs42l42.yaml118 There may be erroneous button interrupts if this debounce time

123456