Home
last modified time | relevance | path

Searched refs:error (Results 5676 - 5700 of 15992) sorted by relevance

1...<<221222223224225226227228229230>>...640

/kernel/linux/linux-5.10/drivers/pci/hotplug/
H A Dibmphp_pci.c63 * TO DO: The error case with Multifunction device or multi function bridge,
64 * if there is an error, will need to go through all previous functions and
140 goto error; in ibmphp_configure_card()
153 goto error; in ibmphp_configure_card()
185 goto error; in ibmphp_configure_card()
213 goto error; in ibmphp_configure_card()
254 goto error; in ibmphp_configure_card()
286 goto error; in ibmphp_configure_card()
309 error: in ibmphp_configure_card()
328 * Output: configured PCI, 0, or error
[all...]
/kernel/linux/linux-6.6/drivers/acpi/
H A Dacpi_video.c597 * should we return an error or ignore this failure? in acpi_video_device_lcd_get_level_current()
1278 * < 0 : error
1857 int error; in acpi_video_bus_unregister_backlight() local
1862 error = unregister_pm_notifier(&video->pm_nb); in acpi_video_bus_unregister_backlight()
1871 return error; in acpi_video_bus_unregister_backlight()
1891 int error; in acpi_video_bus_add_notify_handler() local
1895 error = -ENOMEM; in acpi_video_bus_add_notify_handler()
1899 error = acpi_video_bus_start_devices(video); in acpi_video_bus_add_notify_handler()
1900 if (error) in acpi_video_bus_add_notify_handler()
1921 error in acpi_video_bus_add_notify_handler()
1984 int error; acpi_video_bus_add() local
[all...]
/kernel/linux/linux-6.6/fs/proc/
H A Dproc_sysctl.c562 ssize_t error; in proc_sys_call_handler() local
571 error = -EPERM; in proc_sys_call_handler()
576 error = -EINVAL; in proc_sys_call_handler()
581 error = -ENOMEM; in proc_sys_call_handler()
589 error = -EFAULT; in proc_sys_call_handler()
595 error = BPF_CGROUP_RUN_PROG_SYSCTL(head, table, write, &kbuf, &count, in proc_sys_call_handler()
597 if (error) in proc_sys_call_handler()
601 error = table->proc_handler(table, write, kbuf, &count, &iocb->ki_pos); in proc_sys_call_handler()
602 if (error) in proc_sys_call_handler()
606 error in proc_sys_call_handler()
807 int error; proc_sys_permission() local
831 int error; proc_sys_setattr() local
[all...]
/kernel/linux/linux-6.6/drivers/pci/hotplug/
H A Dibmphp_pci.c63 * TO DO: The error case with Multifunction device or multi function bridge,
64 * if there is an error, will need to go through all previous functions and
140 goto error; in ibmphp_configure_card()
153 goto error; in ibmphp_configure_card()
185 goto error; in ibmphp_configure_card()
213 goto error; in ibmphp_configure_card()
254 goto error; in ibmphp_configure_card()
286 goto error; in ibmphp_configure_card()
308 error: in ibmphp_configure_card()
327 * Output: configured PCI, 0, or error
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/
H A Dsil-sii8620.c73 int error; member
139 int ret = ctx->error; in sii8620_clear_error()
141 ctx->error = 0; in sii8620_clear_error()
166 if (ctx->error) in sii8620_read_buf()
175 ctx->error = ret < 0 ? ret : -EIO; in sii8620_read_buf()
200 if (ctx->error) in sii8620_write_buf()
206 ctx->error = -ENOMEM; in sii8620_write_buf()
223 ctx->error = ret ?: -EIO; in sii8620_write_buf()
282 if (ctx->error) in sii8620_mt_work()
390 ctx->error in sii8620_mt_msg_new()
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_decorations.cpp772 if (auto error = CheckBuiltInVariable(interface, vstate))
773 return error;
775 if (auto error = CheckBuiltInVariable(interface, vstate))
776 return error;
1487 if (auto error =
1489 return error;
1701 if (auto error = CheckImportedVariableInitialization(vstate)) return error;
1702 if (auto error = CheckDecorationsOfEntryPoints(vstate)) return error;
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A Dutilities.cpp522 return error(GL_INVALID_ENUM, false); in ValidateCopyFormats()
527 return error(GL_INVALID_OPERATION, false); in ValidateCopyFormats()
532 return error(GL_INVALID_OPERATION, false); in ValidateCopyFormats()
547 return error(GL_INVALID_OPERATION, false); in ValidateCopyFormats()
555 return error(GL_INVALID_OPERATION, false); in ValidateCopyFormats()
566 return error(GL_INVALID_OPERATION, false); in ValidateCopyFormats()
575 return error(GL_INVALID_OPERATION, false); in ValidateCopyFormats()
583 return error(GL_INVALID_OPERATION, false); in ValidateCopyFormats()
588 return error(GL_INVALID_OPERATION, false); in ValidateCopyFormats()
591 return error(GL_INVALID_ENU in ValidateCopyFormats()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_decorations.cpp772 if (auto error = CheckBuiltInVariable(interface, vstate))
773 return error;
775 if (auto error = CheckBuiltInVariable(interface, vstate))
776 return error;
1487 if (auto error =
1489 return error;
1701 if (auto error = CheckImportedVariableInitialization(vstate)) return error;
1702 if (auto error = CheckDecorationsOfEntryPoints(vstate)) return error;
[all...]
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dpsintrp.c67 FT_Error* error ) in cf2_hintmask_init()
71 hintmask->error = error; in cf2_hintmask_init()
114 CF2_SET_ERROR( hintmask->error, Invalid_Glyph_Format ); in cf2_hintmask_setCounts()
163 /* error */ in cf2_hintmask_read()
167 *hintmask->error ); in cf2_hintmask_read()
323 cf2_arrstack_push( stemHintArray, &stemhint ); /* defer error check */ in cf2_doStems()
455 * `error' is a shared error code used by many objects in this
456 * routine. Before the code continues from an error, i
486 FT_Error* error = &font->error; cf2_interpT2CharString() local
[all...]
/third_party/python/Modules/_io/
H A Dbufferedio.c621 /* Sets the current error to BlockingIOError */
635 raised, NULL otherwise. The error is always re-raised. */
745 clears the error indicator), 0 otherwise.
772 /* This silences any error set by PyObject_RichCompareBool() */ in _PyIO_trap_eintr()
1209 /* Do some error checking instead of trusting OS 'seek()' in _io__Buffered_seek_impl()
1210 ** error detection, just in case. in _io__Buffered_seek_impl()
1633 goto error; in _bufferedreader_read_generic()
1647 goto error; in _bufferedreader_read_generic()
1659 goto error; in _bufferedreader_read_generic()
1664 goto error; in _bufferedreader_read_generic()
[all...]
/third_party/python/Lib/test/
H A Dtest_sys_settrace.py1264 except ZeroDivisionError as error:
1582 return error
1761 # this should raise an error
1850 # This is the exception we wanted; make sure the error message
1870 def run_test(self, func, jumpFrom, jumpTo, expected, error=None,
1875 if error is None:
1878 with self.assertRaisesRegex(*error):
1883 def run_async_test(self, func, jumpFrom, jumpTo, expected, error=None,
1888 if error is None:
1891 with self.assertRaisesRegex(*error)
[all...]
/third_party/spirv-tools/source/val/
H A Dvalidate_decorations.cpp832 if (auto error = CheckBuiltInVariable(interface, vstate))
833 return error;
835 if (auto error = CheckBuiltInVariable(interface, vstate))
836 return error;
1633 if (auto error =
1635 return error;
1899 if (auto error = CheckImportedVariableInitialization(vstate)) return error;
1900 if (auto error = CheckDecorationsOfEntryPoints(vstate)) return error;
[all...]
/kernel/linux/linux-5.10/drivers/dma/xilinx/
H A Dxilinx_dpdma.c195 * @error: an error has been detected with this descriptor
201 bool error; member
218 * @err_task: error IRQ bottom half handler
655 tx_desc->error = false; in xilinx_dpdma_chan_alloc_tx_desc()
958 * Return: 0 on success. On failure, -ETIMEOUT for time out, or the error code
1116 * xilinx_dpdma_chan_err - Detect any channel error
1121 * Return: true if any channel error occurs, or false otherwise.
1138 * xilinx_dpdma_chan_handle_err - DPDMA channel error handling
1141 * This function is called when any channel error o
1504 u32 error; xilinx_dpdma_irq_handler() local
[all...]
/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dtifm_sd.c45 #define TIFM_MMCSD_DCRC 0x0040 /* data crc error */
47 #define TIFM_MMCSD_CCRC 0x0100 /* command crc error */
52 #define TIFM_MMCSD_CERR 0x4000 /* card status error */
407 if (cmd->error) in tifm_sd_check_status()
414 if (cmd->data->error) { in tifm_sd_check_status()
530 cmd->data->error = -ETIMEDOUT; in tifm_sd_card_event()
532 cmd->data->error = -EILSEQ; in tifm_sd_card_event()
541 host->req->stop->error = cmd_error; in tifm_sd_card_event()
544 cmd->error = cmd_error; in tifm_sd_card_event()
550 cmd->error in tifm_sd_card_event()
[all...]
/kernel/linux/linux-5.10/drivers/tty/
H A Damiserial.c992 * OK, past this point, all the error checking has been done. in set_serial_info()
1178 ret = -EIO; /* no change => error */ in rs_ioctl()
1539 int error; in amiga_serial_probe() local
1573 error = tty_register_driver(serial_driver); in amiga_serial_probe()
1574 if (error) in amiga_serial_probe()
1585 error = request_irq(IRQ_AMIGA_TBE, ser_tx_int, 0, "serial TX", state); in amiga_serial_probe()
1586 if (error) in amiga_serial_probe()
1589 error = request_irq(IRQ_AMIGA_RBF, ser_rx_int, 0, in amiga_serial_probe()
1591 if (error) in amiga_serial_probe()
1624 return error; in amiga_serial_probe()
1629 int error; amiga_serial_remove() local
[all...]
/kernel/linux/linux-5.10/fs/configfs/
H A Ddir.c286 int error; in configfs_create_dir() local
293 error = configfs_dirent_exists(p->d_fsdata, dentry->d_name.name); in configfs_create_dir()
294 if (unlikely(error)) in configfs_create_dir()
295 return error; in configfs_create_dir()
297 error = configfs_make_dirent(p->d_fsdata, dentry, item, mode, in configfs_create_dir()
300 if (unlikely(error)) in configfs_create_dir()
301 return error; in configfs_create_dir()
515 * If there is an error, the caller will reset the flags via
611 int error = 0; in populate_attrs() local
618 if ((error in populate_attrs()
[all...]
/kernel/linux/linux-5.10/drivers/media/rc/
H A Dene_ir.c213 goto error; in ene_rx_setup_hw_buffer()
217 goto error; in ene_rx_setup_hw_buffer()
221 goto error; in ene_rx_setup_hw_buffer()
224 goto error; in ene_rx_setup_hw_buffer()
228 error: in ene_rx_setup_hw_buffer()
994 int error = -ENOMEM; in ene_probe() local
1005 error = -ENODEV; in ene_probe()
1032 error = ene_hw_detect(dev); in ene_probe()
1033 if (error) in ene_probe()
1074 error in ene_probe()
[all...]
/kernel/linux/linux-5.10/drivers/message/fusion/
H A Dmptfc.c1177 int error=0; in mptfc_probe() local
1194 error = -ENODEV; in mptfc_probe()
1201 error = -ENODEV; in mptfc_probe()
1227 error = -1; in mptfc_probe()
1294 error = -ENOMEM; in mptfc_probe()
1305 error = scsi_add_host (sh, &ioc->pcidev->dev); in mptfc_probe()
1306 if(error) { in mptfc_probe()
1320 error = -ENOMEM; in mptfc_probe()
1349 return error; in mptfc_probe()
1455 int error; in mptfc_init() local
[all...]
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/
H A Datomisp_fops.c793 goto error; in atomisp_open()
798 goto error; in atomisp_open()
817 goto error; in atomisp_open()
831 goto error; in atomisp_open()
843 goto error; in atomisp_open()
889 error: in atomisp_open()
1210 goto error; in atomisp_mmap()
1216 goto error; in atomisp_mmap()
1223 goto error; in atomisp_mmap()
1231 goto error; in atomisp_mmap()
[all...]
/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-qup.c140 int error; member
597 int error = 0; in spi_qup_qup_irq() local
616 error = -EIO; in spi_qup_qup_irq()
625 error = -EIO; in spi_qup_qup_irq()
629 if (!controller->error) in spi_qup_qup_irq()
630 controller->error = error; in spi_qup_qup_irq()
646 if (error) in spi_qup_qup_irq()
703 controller->error = 0; in spi_qup_io_config()
866 controller->error in spi_qup_transfer_one()
[all...]
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dtifm_sd.c45 #define TIFM_MMCSD_DCRC 0x0040 /* data crc error */
47 #define TIFM_MMCSD_CCRC 0x0100 /* command crc error */
52 #define TIFM_MMCSD_CERR 0x4000 /* card status error */
402 if (cmd->error) in tifm_sd_check_status()
409 if (cmd->data->error) { in tifm_sd_check_status()
524 cmd->data->error = -ETIMEDOUT; in tifm_sd_card_event()
526 cmd->data->error = -EILSEQ; in tifm_sd_card_event()
535 host->req->stop->error = cmd_error; in tifm_sd_card_event()
538 cmd->error = cmd_error; in tifm_sd_card_event()
544 cmd->error in tifm_sd_card_event()
[all...]
/kernel/linux/linux-6.6/drivers/media/rc/
H A Dene_ir.c213 goto error; in ene_rx_setup_hw_buffer()
217 goto error; in ene_rx_setup_hw_buffer()
221 goto error; in ene_rx_setup_hw_buffer()
224 goto error; in ene_rx_setup_hw_buffer()
228 error: in ene_rx_setup_hw_buffer()
994 int error = -ENOMEM; in ene_probe() local
1005 error = -ENODEV; in ene_probe()
1032 error = ene_hw_detect(dev); in ene_probe()
1033 if (error) in ene_probe()
1074 error in ene_probe()
[all...]
/kernel/linux/linux-6.6/drivers/message/fusion/
H A Dmptfc.c1178 int error=0; in mptfc_probe() local
1195 error = -ENODEV; in mptfc_probe()
1202 error = -ENODEV; in mptfc_probe()
1228 error = -1; in mptfc_probe()
1295 error = -ENOMEM; in mptfc_probe()
1306 error = scsi_add_host (sh, &ioc->pcidev->dev); in mptfc_probe()
1307 if(error) { in mptfc_probe()
1321 error = -ENOMEM; in mptfc_probe()
1350 return error; in mptfc_probe()
1456 int error; in mptfc_init() local
[all...]
/kernel/linux/linux-6.6/fs/configfs/
H A Ddir.c285 int error; in configfs_create_dir() local
292 error = configfs_dirent_exists(p->d_fsdata, dentry->d_name.name); in configfs_create_dir()
293 if (unlikely(error)) in configfs_create_dir()
294 return error; in configfs_create_dir()
296 error = configfs_make_dirent(p->d_fsdata, dentry, item, mode, in configfs_create_dir()
299 if (unlikely(error)) in configfs_create_dir()
300 return error; in configfs_create_dir()
489 * If there is an error, the caller will reset the flags via
585 int error = 0; in populate_attrs() local
592 if ((error in populate_attrs()
[all...]
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-qup.c139 int error; member
595 int error = 0; in spi_qup_qup_irq() local
614 error = -EIO; in spi_qup_qup_irq()
623 error = -EIO; in spi_qup_qup_irq()
627 if (!controller->error) in spi_qup_qup_irq()
628 controller->error = error; in spi_qup_qup_irq()
644 if (error) in spi_qup_qup_irq()
701 controller->error = 0; in spi_qup_io_config()
864 controller->error in spi_qup_transfer_one()
[all...]

Completed in 47 milliseconds

1...<<221222223224225226227228229230>>...640