Searched refs:handle_err (Results 1 – 9 of 9) sorted by relevance
734 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()
88 goto handle_err; in hns_ae_get_handle()133 handle_err: in hns_ae_get_handle()
497 host->handle_err = hisi_spi_handle_err; in hisi_spi_probe()
966 ctlr->handle_err = dw_spi_handle_err; in dw_spi_add_controller()
1369 ctlr->handle_err = bcm2835_spi_handle_err; in bcm2835_spi_probe()
1303 controller->handle_err = pxa2xx_spi_handle_err; in pxa2xx_spi_probe()
1893 host->handle_err = pl022_handle_err; in pl022_probe()
1697 if (msg->status && ctlr->handle_err) in spi_transfer_one_message()1698 ctlr->handle_err(ctlr, msg); in spi_transfer_one_message()
770 void (*handle_err)(struct spi_controller *ctlr, member