/openbmc/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()
|
H A D | mdp4_kms.h | 35 struct mdp_irq error_handler; member
|
/openbmc/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() 55 struct mdp_irq *error_handler = &mdp5_kms->error_handler; in mdp5_irq_postinstall() local 57 error_handler->irq = mdp5_irq_error_handler; in mdp5_irq_postinstall() 58 error_handler->irqmask = MDP5_IRQ_INTF0_UNDER_RUN | in mdp5_irq_postinstall() 64 mdp_irq_register(mdp_kms, error_handler); in mdp5_irq_postinstall()
|
H A D | mdp5_kms.h | 68 struct mdp_irq error_handler; member
|
/openbmc/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()
|
/openbmc/linux/Documentation/sphinx/ |
H A D | kernel_include.py | 109 error_handler=e_handler)
|
/openbmc/u-boot/Documentation/sphinx/ |
H A D | kernel_include.py | 107 error_handler=e_handler)
|
/openbmc/linux/drivers/s390/cio/ |
H A D | qdio.h | 243 qdio_handler_t (*error_handler);
|
H A D | qdio_setup.c | 365 irq_ptr->error_handler = init_data->input_handler; in qdio_setup_irq()
|
/openbmc/linux/drivers/md/ |
H A D | md-linear.c | 301 .error_handler = linear_error,
|
H A D | md-multipath.c | 449 .error_handler = multipath_error,
|
H A D | md.h | 638 void (*error_handler)(struct mddev *mddev, struct md_rdev *rdev); member
|
H A D | raid0.c | 815 .error_handler = raid0_error,
|
/openbmc/linux/drivers/ata/ |
H A D | sata_qstor.c | 128 .error_handler = qs_error_handler,
|
H A D | sata_via.c | 137 .error_handler = vt6421_error_handler,
|
H A D | libata-pmp.c | 21 .error_handler = sata_pmp_error_handler,
|
H A D | sata_inic162x.c | 734 .error_handler = inic_error_handler,
|
H A D | pata_arasan_cf.c | 789 .error_handler = arasan_cf_error_handler,
|
H A D | libata-sff.c | 39 .error_handler = ata_sff_error_handler, 2464 .error_handler = ata_bmdma_error_handler,
|
H A D | ahci_imx.c | 803 .error_handler = ahci_imx_error_handler,
|
H A D | sata_nv.c | 491 .error_handler = nv_adma_error_handler, 512 .error_handler = nv_swncq_error_handler,
|
H A D | sata_sil24.c | 401 .error_handler = sil24_error_handler,
|
H A D | sata_dwc_460ex.c | 1099 .error_handler = sata_dwc_error_handler,
|
/openbmc/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 517 :c:func:`error_handler` callback. 519 When the :c:func:`error_handler` callback is invoked it stops BMDMA and
|
/openbmc/linux/drivers/scsi/libsas/ |
H A D | sas_ata.c | 564 .error_handler = ata_std_error_handler,
|