Home
last modified time | relevance | path

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

/linux/kernel/futex/
H A Dpi.c734 goto handle_err; in __fixup_pi_state_owner()
755 goto handle_err; in __fixup_pi_state_owner()
762 goto handle_err; in __fixup_pi_state_owner()
790 handle_err: in __fixup_pi_state_owner()
/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhns_ae_adapt.c88 goto handle_err; in hns_ae_get_handle()
133 handle_err: in hns_ae_get_handle()
/linux/drivers/spi/
H A Dspi-hisi-kunpeng.c497 host->handle_err = hisi_spi_handle_err; in hisi_spi_probe()
H A Dspi-dw-core.c966 ctlr->handle_err = dw_spi_handle_err; in dw_spi_add_controller()
H A Dspi-bcm2835.c1369 ctlr->handle_err = bcm2835_spi_handle_err; in bcm2835_spi_probe()
H A Dspi-pxa2xx.c1303 controller->handle_err = pxa2xx_spi_handle_err; in pxa2xx_spi_probe()
H A Dspi-pl022.c1893 host->handle_err = pl022_handle_err; in pl022_probe()
H A Dspi.c1697 if (msg->status && ctlr->handle_err) in spi_transfer_one_message()
1698 ctlr->handle_err(ctlr, msg); in spi_transfer_one_message()
/linux/include/linux/spi/
H A Dspi.h770 void (*handle_err)(struct spi_controller *ctlr, member