Home
last modified time | relevance | path

Searched refs:handle_err (Results 1 – 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/drivers/misc/cxl/
Dguest.c885 if (afu_guest->handle_err) in afu_handle_errstate()
992 afu->guest->handle_err = true; in cxl_guest_init_afu()
1025 afu->guest->handle_err = false; in cxl_guest_remove_afu()
Dcxl.h470 bool handle_err; member
/kernel/linux/linux-5.10/drivers/spi/
Dspi-bcm2835aux.c518 master->handle_err = bcm2835aux_spi_handle_err; in bcm2835aux_spi_probe()
Dspi-qcom-qspi.c531 master->handle_err = qcom_qspi_handle_err; in qcom_qspi_probe()
Dspi-img-spfi.c612 master->handle_err = img_spfi_handle_err; in img_spfi_probe()
Dspi-rockchip.c766 ctlr->handle_err = rockchip_spi_handle_err; in rockchip_spi_probe()
Dspi-uniphier.c710 master->handle_err = uniphier_spi_handle_err; in uniphier_spi_probe()
Dspi-geni-qcom.c706 spi->handle_err = handle_fifo_timeout; in spi_geni_probe()
Dspi-dw-core.c877 master->handle_err = dw_spi_handle_err; in dw_spi_add_host()
Dspi-lantiq-ssc.c978 master->handle_err = lantiq_ssc_handle_err; in lantiq_ssc_probe()
Dspi-bcm2835.c1305 ctlr->handle_err = bcm2835_spi_handle_err; in bcm2835_spi_probe()
Dspi.c1351 if (msg->status && ctlr->handle_err) in spi_transfer_one_message()
1352 ctlr->handle_err(ctlr, msg); in spi_transfer_one_message()
Dspi-pxa2xx.c1722 controller->handle_err = pxa2xx_spi_handle_err; in pxa2xx_spi_probe()
/kernel/linux/linux-5.10/kernel/futex/
Dcore.c2397 goto handle_err; in __fixup_pi_state_owner()
2418 goto handle_err; in __fixup_pi_state_owner()
2425 goto handle_err; in __fixup_pi_state_owner()
2453 handle_err: in __fixup_pi_state_owner()
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns/
Dhns_ae_adapt.c89 goto handle_err; in hns_ae_get_handle()
135 handle_err: in hns_ae_get_handle()
/kernel/linux/linux-5.10/include/linux/spi/
Dspi.h634 void (*handle_err)(struct spi_controller *ctlr, member