Home
last modified time | relevance | path

Searched refs:error (Results 6326 - 6350 of 15624) sorted by relevance

1...<<251252253254255256257258259260>>...625

/kernel/linux/linux-5.10/drivers/media/usb/uvc/
H A Duvc_driver.c523 "interface %d FORMAT error\n", in uvc_parse_format()
587 "interface %d FORMAT error\n", in uvc_parse_format()
603 "interface %d FORMAT error\n", in uvc_parse_format()
676 "interface %d FRAME error\n", dev->udev->devnum, in uvc_parse_format()
759 "interface %d COLORFORMAT error\n", in uvc_parse_format()
842 goto error; in uvc_parse_streaming()
861 goto error; in uvc_parse_streaming()
871 goto error; in uvc_parse_streaming()
891 goto error; in uvc_parse_streaming()
948 goto error; in uvc_parse_streaming()
[all...]
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dmmci.c723 /* Stop any ongoing busy detection if an error occurs */ in ux500_busy_complete()
949 dev_err(mmc_dev(host->mmc), "error during DMA transfer!\n"); in mmci_dmae_error()
980 * contiguous buffers. On TX, we'll get a FIFO underrun error. in mmci_dmae_finalize()
984 if (!data->error) in mmci_dmae_finalize()
985 data->error = -EIO; in mmci_dmae_finalize()
1378 host->stop_abort.error = 0; in mmci_stop_command()
1422 data->error = -EILSEQ; in mmci_data_irq()
1424 data->error = -ETIMEDOUT; in mmci_data_irq()
1426 data->error = -ECOMM; in mmci_data_irq()
1428 data->error in mmci_data_irq()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Dsg.c314 * during error recovery. Tread carefully. */ in sg_open()
318 /* we are in error recovery for this device */ in sg_open()
367 sdp->exclude = false; /* undo if error */ in sg_open()
970 * return an error value. So returning '0' to keep compability in sg_ioctl_common()
1437 int error; in sg_alloc() local
1450 error = idr_alloc(&sg_index_idr, sdp, 0, SG_MAX_DEVS, GFP_NOWAIT); in sg_alloc()
1451 if (error < 0) { in sg_alloc()
1452 if (error == -ENOSPC) { in sg_alloc()
1456 error = -ENODEV; in sg_alloc()
1460 __func__, error); in sg_alloc()
1497 int error; sg_add_device() local
[all...]
/kernel/linux/linux-6.6/drivers/md/
H A Ddm.c880 * io->status is updated with error if requeue disallowed.
1041 static void dm_io_set_error(struct dm_io *io, blk_status_t error) in dm_io_set_error() argument
1049 io->status = error; in dm_io_set_error()
1054 static void dm_io_dec_pending(struct dm_io *io, blk_status_t error) in dm_io_dec_pending() argument
1056 if (unlikely(error)) in dm_io_dec_pending()
1057 dm_io_set_error(io, error); in dm_io_dec_pending()
1094 blk_status_t error = bio->bi_status; in clone_endio() local
1101 if (unlikely(error == BLK_STS_TARGET)) { in clone_endio()
1115 int r = endio(ti, bio, &error); in clone_endio()
1126 error in clone_endio()
1759 blk_status_t error = BLK_STS_OK; dm_split_and_process_bio() local
[all...]
/third_party/python/Lib/test/
H A Dtest_configparser.py549 error = configparser.ParsingError
552 error = configparser.MissingSectionHeaderError
556 e = self.parse_error(cf, error, f)
1598 error = configparser.DuplicateOptionError('section', 'option')
1599 self.assertEqual(error.section, 'section')
1600 self.assertEqual(error.option, 'option')
1601 self.assertEqual(error.source, None)
1602 self.assertEqual(error.lineno, None)
1603 self.assertEqual(error.args, ('section', 'option', None, None))
1604 self.assertEqual(str(error), "Optio
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DVirtualFileSystem.cpp1155 void error(yaml::Node *N, const Twine &Msg) { Stream.printError(N, Msg); } in error() function in llvm::vfs::RedirectingFileSystemParser
1157 // false on error
1163 error(N, "expected string"); in parseScalarString()
1170 // false on error
1187 error(N, "expected boolean value"); in parseScalarBool()
1200 // false on error
1204 error(KeyNode, "unknown key"); in checkDuplicateOrUnknownKey()
1209 error(KeyNode, Twine("duplicate key '") + Key + "'"); in checkDuplicateOrUnknownKey()
1216 // false on error
1220 error(Ob in checkMissingKeys()
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTextureMultisampleTests.cpp951 bool error = false;
972 error = true;
978 error = true;
983 if (error)
1579 bool error = false;
1593 error = true;
1596 if (error)
1770 glw::GLenum error;
1774 error = gl.glGetError();
1776 if (error !
[all...]
/kernel/linux/linux-5.10/arch/xtensa/include/asm/
H A Dspinlock_types.h6 # error "please don't include this file directly"
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Dcoldfire.h26 #error "Don't know what your ColdFire CPU clock frequency is??"
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dbreak.h13 #error "Error: Do not directly include <uapi/asm/break.h>"
/kernel/linux/linux-5.10/arch/arm64/lib/
H A Derror-inject.c3 #include <linux/error-injection.h>
/kernel/linux/linux-5.10/arch/csky/lib/
H A Derror-inject.c3 #include <linux/error-injection.h>
H A DMakefile3 obj-$(CONFIG_FUNCTION_ERROR_INJECTION) += error-inject.o
/kernel/linux/linux-5.10/arch/ia64/include/asm/
H A Dspinlock_types.h6 # error "please don't include this file directly"
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dspinlock_types.h6 # error "please don't include this file directly"
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/
H A Dbyteorder.h17 # error "MIPS, but neither __MIPSEB__, nor __MIPSEL__???"
H A Dbitfield.h27 #error "MIPS but neither __MIPSEL__ nor __MIPSEB__?"
/kernel/linux/linux-5.10/arch/x86/boot/compressed/
H A Derror.c3 * Callers outside of misc.c need access to the error reporting routines,
8 #include "error.h"
17 void error(char *m) in error() function
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dspinlock_types.h6 # error "please don't include this file directly"
/kernel/linux/linux-5.10/arch/sh/include/asm/
H A Dspinlock_types.h6 # error "please don't include this file directly"
H A Dspinlock.h16 #error "The configured cpu type does not support spinlocks"
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dspinlock_types.h9 # error "please don't include this file directly"
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dbreak.h13 #error "Error: Do not directly include <uapi/asm/break.h>"
/kernel/linux/linux-6.6/arch/mips/include/uapi/asm/
H A Dbitfield.h27 #error "MIPS but neither __MIPSEL__ nor __MIPSEB__?"
H A Dbyteorder.h17 # error "MIPS, but neither __MIPSEB__, nor __MIPSEL__???"

Completed in 34 milliseconds

1...<<251252253254255256257258259260>>...625