| /linux/drivers/md/dm-vdo/ |
| H A D | io-submitter.h | 29 bio_end_io_t callback, vdo_action_fn error_handler, 33 bio_end_io_t callback, vdo_action_fn error_handler, in vdo_submit_metadata_vio() argument 36 __submit_metadata_vio(vio, physical, callback, error_handler, in vdo_submit_metadata_vio() 43 vdo_action_fn error_handler, in vdo_submit_metadata_vio_with_size() argument 47 __submit_metadata_vio(vio, physical, callback, error_handler, in vdo_submit_metadata_vio_with_size() 52 vdo_action_fn error_handler) in vdo_submit_flush_vio() argument 55 __submit_metadata_vio(vio, 0, callback, error_handler, in vdo_submit_flush_vio()
|
| H A D | completion.h | 21 if ((completion->result != VDO_SUCCESS) && (completion->error_handler != NULL)) { in vdo_run_completion() 22 completion->error_handler(completion); in vdo_run_completion() 119 vdo_action_fn error_handler, in vdo_prepare_completion() argument 124 completion->error_handler = error_handler; in vdo_prepare_completion() 136 vdo_action_fn error_handler, in vdo_prepare_completion_for_requeue() argument 140 vdo_prepare_completion(completion, callback, error_handler, in vdo_prepare_completion_for_requeue()
|
| H A D | data-vio.c | 512 completion->error_handler = handle_data_vio_error; in launch_data_vio() 1321 completion->error_handler = NULL; in complete_data_vio() 1383 vdo_action_fn callback, vdo_action_fn error_handler) in data_vio_allocate_data_block() argument 1393 data_vio->vio.completion.error_handler = error_handler; in data_vio_allocate_data_block() 1621 completion->error_handler = handle_data_vio_error; in update_block_map() 1640 completion->error_handler = update_block_map; in decrement_reference_count() 1662 completion->error_handler = update_block_map; in increment_reference_count() 1952 completion->error_handler = handle_data_vio_error; in allocate_block() 1983 completion->error_handler = handle_data_vio_error; in handle_allocation_error()
|
| H A D | io-submitter.c | 343 bio_end_io_t callback, vdo_action_fn error_handler, in __submit_metadata_vio() argument 354 completion->error_handler = error_handler; in __submit_metadata_vio()
|
| H A D | packer.c | 291 completion->error_handler = handle_data_vio_error; in finish_compressed_write() 315 completion->error_handler = handle_data_vio_error; in handle_compressed_write_error() 462 agent->vio.completion.error_handler = handle_compressed_write_error; in write_bin()
|
| H A D | types.h | 320 vdo_action_fn error_handler; member
|
| H A D | dm-vdo-target.c | 1174 vdo_action_fn error_handler) in prepare_admin_completion() argument 1183 completion->error_handler = error_handler; in prepare_admin_completion() 1210 vdo_action_fn callback, vdo_action_fn error_handler, in perform_admin_operation() argument 1225 vdo_launch_completion(prepare_admin_completion(vdo, callback, error_handler)); in perform_admin_operation() 2265 completion->error_handler = NULL; in load_callback()
|
| H A D | block-map.h | 304 vdo_action_fn error_handler, bool requeue);
|
| H A D | vio.c | 444 vio->vio.completion.error_handler = NULL; in return_vio_to_pool()
|
| H A D | block-map.c | 1133 completion->error_handler = handle_page_write_error; in write_pages() 1226 vdo_action_fn error_handler, bool requeue) in vdo_get_page() argument 1243 vdo_prepare_completion(completion, callback, error_handler, in vdo_get_page() 1738 data_vio->vio.completion.error_handler = handle_data_vio_error; in finish_lookup()
|
| /linux/drivers/gpu/drm/msm/disp/mdp4/ |
| H A D | mdp4_irq.c | 23 struct mdp4_kms *mdp4_kms = container_of(irq, struct mdp4_kms, error_handler); in mdp4_irq_error_handler() 48 struct mdp_irq *error_handler = &mdp4_kms->error_handler; in mdp4_irq_postinstall() local 50 error_handler->irq = mdp4_irq_error_handler; in mdp4_irq_postinstall() 51 error_handler->irqmask = MDP4_IRQ_PRIMARY_INTF_UDERRUN | in mdp4_irq_postinstall() 54 mdp_irq_register(mdp_kms, error_handler); in mdp4_irq_postinstall()
|
| /linux/drivers/gpu/drm/msm/disp/mdp5/ |
| H A D | mdp5_irq.c | 25 struct mdp5_kms *mdp5_kms = container_of(irq, struct mdp5_kms, error_handler); in mdp5_irq_error_handler() 53 struct mdp_irq *error_handler = &mdp5_kms->error_handler; in mdp5_irq_postinstall() local 55 error_handler->irq = mdp5_irq_error_handler; in mdp5_irq_postinstall() 56 error_handler->irqmask = MDP5_IRQ_INTF0_UNDER_RUN | in mdp5_irq_postinstall() 62 mdp_irq_register(mdp_kms, error_handler); in mdp5_irq_postinstall()
|
| H A D | mdp5_kms.h | 67 struct mdp_irq error_handler; member
|
| /linux/tools/power/x86/intel-speed-select/ |
| H A D | hfi-events.c | 70 static int error_handler(struct sockaddr_nl *nla, struct nlmsgerr *err, in error_handler() function 101 nl_cb_err(cb, NL_CB_CUSTOM, error_handler, &err); in send_and_recv_msgs()
|
| /linux/Documentation/sphinx/ |
| H A D | kernel_include.py | 161 … error_handler=self.state.document.settings.input_encoding_error_handler)
|
| /linux/drivers/ata/ |
| H A D | sata_qstor.c | 128 .error_handler = qs_error_handler,
|
| H A D | sata_via.c | 138 .error_handler = vt6421_error_handler,
|
| H A D | sata_inic162x.c | 734 .error_handler = inic_error_handler,
|
| H A D | libata-pmp.c | 21 .error_handler = sata_pmp_error_handler,
|
| H A D | ahci_imx.c | 656 .error_handler = ahci_imx_error_handler,
|
| H A D | libata-sff.c | 38 .error_handler = ata_sff_error_handler, 2455 .error_handler = ata_bmdma_error_handler,
|
| H A D | sata_nv.c | 493 .error_handler = nv_adma_error_handler, 514 .error_handler = nv_swncq_error_handler,
|
| H A D | sata_sil24.c | 400 .error_handler = sil24_error_handler,
|
| /linux/Documentation/driver-api/ |
| H A D | libata.rst | 281 void (*error_handler) (struct ata_port *ap); 284 ``->error_handler()`` is a driver's hook into probe, hotplug, and recovery 524 :c:func:`error_handler` callback. 526 When the :c:func:`error_handler` callback is invoked it stops BMDMA and
|
| /linux/drivers/scsi/libsas/ |
| H A D | sas_ata.c | 564 .error_handler = ata_std_error_handler,
|