Home
last modified time | relevance | path

Searched refs:error_handler (Results 1 – 25 of 37) sorted by relevance

12

/linux/drivers/md/dm-vdo/
H A Dcompletion.h21 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 Dio-submitter.h28 bio_end_io_t callback, vdo_action_fn error_handler,
32 bio_end_io_t callback, vdo_action_fn error_handler, in vdo_submit_metadata_vio() argument
35 __submit_metadata_vio(vio, physical, callback, error_handler, in vdo_submit_metadata_vio()
40 vdo_action_fn error_handler) in vdo_submit_flush_vio() argument
43 __submit_metadata_vio(vio, 0, callback, error_handler, in vdo_submit_flush_vio()
H A Dtypes.h320 vdo_action_fn error_handler; member
H A Ddm-vdo-target.c1173 vdo_action_fn error_handler) in prepare_admin_completion() argument
1182 completion->error_handler = error_handler; in prepare_admin_completion()
1209 vdo_action_fn callback, vdo_action_fn error_handler, in perform_admin_operation() argument
1224 vdo_launch_completion(prepare_admin_completion(vdo, callback, error_handler)); in perform_admin_operation()
2264 completion->error_handler = NULL; in load_callback()
H A Dblock-map.h304 vdo_action_fn error_handler, bool requeue);
/linux/drivers/gpu/drm/msm/disp/mdp4/
H A Dmdp4_irq.c23 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()
H A Dmdp4_kms.h35 struct mdp_irq error_handler; member
/linux/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_irq.c25 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 Dmdp5_kms.h67 struct mdp_irq error_handler; member
/linux/tools/power/x86/intel-speed-select/
H A Dhfi-events.c70 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 Dkernel_include.py109 error_handler=e_handler)
/linux/drivers/s390/cio/
H A Dqdio.h243 qdio_handler_t (*error_handler);
H A Dqdio_setup.c365 irq_ptr->error_handler = init_data->input_handler; in qdio_setup_irq()
/linux/drivers/ata/
H A Dsata_qstor.c128 .error_handler = qs_error_handler,
H A Dsata_via.c137 .error_handler = vt6421_error_handler,
H A Dsata_inic162x.c734 .error_handler = inic_error_handler,
H A Dlibata-pmp.c21 .error_handler = sata_pmp_error_handler,
H A Dahci_imx.c655 .error_handler = ahci_imx_error_handler,
H A Dlibata-sff.c38 .error_handler = ata_sff_error_handler,
2461 .error_handler = ata_bmdma_error_handler,
H A Dsata_nv.c493 .error_handler = nv_adma_error_handler,
514 .error_handler = nv_swncq_error_handler,
H A Dsata_sil24.c401 .error_handler = sil24_error_handler,
/linux/drivers/md/
H A Dmd.h719 void (*error_handler)(struct mddev *mddev, struct md_rdev *rdev); member
H A Draid0.c824 .error_handler = raid0_error,
/linux/Documentation/driver-api/
H A Dlibata.rst281 void (*error_handler) (struct ata_port *ap);
284 ``->error_handler()`` is a driver's hook into probe, hotplug, and recovery
517 :c:func:`error_handler` callback.
519 When the :c:func:`error_handler` callback is invoked it stops BMDMA and
/linux/drivers/scsi/libsas/
H A Dsas_ata.c564 .error_handler = ata_std_error_handler,

12