Home
last modified time | relevance | path

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

/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()
/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()
/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()
/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/drivers/md/
H A Dmd-linear.c331 .error_handler = linear_error,
/linux/Documentation/sphinx/
H A Dkernel_include.py161error_handler=self.state.document.settings.input_encoding_error_handler)
/linux/drivers/scsi/libsas/
H A Dsas_ata.c564 .error_handler = ata_std_error_handler,
/linux/drivers/net/ethernet/intel/ice/virt/
H A Dvirtchnl.c2766 goto error_handler; in ice_vc_process_vf_msg()
2780 error_handler: in ice_vc_process_vf_msg()