Home
last modified time | relevance | path

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

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