Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/futex/
Dpi.c746 goto handle_err; in __fixup_pi_state_owner()
767 goto handle_err; in __fixup_pi_state_owner()
774 goto handle_err; in __fixup_pi_state_owner()
802 handle_err: in __fixup_pi_state_owner()
/linux-6.1.9/drivers/misc/cxl/
Dguest.c891 if (afu_guest->handle_err) in afu_handle_errstate()
998 afu->guest->handle_err = true; in cxl_guest_init_afu()
1031 afu->guest->handle_err = false; in cxl_guest_remove_afu()
Dcxl.h472 bool handle_err; member
/linux-6.1.9/drivers/spi/
Dspi-bcm2835aux.c504 master->handle_err = bcm2835aux_spi_handle_err; in bcm2835aux_spi_probe()
Dspi-hisi-kunpeng.c498 master->handle_err = hisi_spi_handle_err; in hisi_spi_probe()
Dspi-qcom-qspi.c529 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-uniphier.c710 master->handle_err = uniphier_spi_handle_err; in uniphier_spi_probe()
Dspi-dw-core.c933 master->handle_err = dw_spi_handle_err; in dw_spi_add_host()
Dspi-lantiq-ssc.c972 master->handle_err = lantiq_ssc_handle_err; in lantiq_ssc_probe()
Dspi-bcm2835.c1343 ctlr->handle_err = bcm2835_spi_handle_err; in bcm2835_spi_probe()
Dspi-rockchip.c881 ctlr->handle_err = rockchip_spi_handle_err; in rockchip_spi_probe()
Dspi-geni-qcom.c946 spi->handle_err = spi_geni_handle_err; in spi_geni_probe()
Dspi-pxa2xx.c1610 controller->handle_err = pxa2xx_spi_handle_err; in pxa2xx_spi_probe()
Dspi.c1586 if (msg->status && ctlr->handle_err) in spi_transfer_one_message()
1587 ctlr->handle_err(ctlr, msg); in spi_transfer_one_message()
/linux-6.1.9/drivers/net/ethernet/hisilicon/hns/
Dhns_ae_adapt.c89 goto handle_err; in hns_ae_get_handle()
134 handle_err: in hns_ae_get_handle()
/linux-6.1.9/include/linux/spi/
Dspi.h661 void (*handle_err)(struct spi_controller *ctlr, member