Home
last modified time | relevance | path

Searched refs:abort_done (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/spi/
Dspi-geni-qcom.c81 struct completion abort_done; member
140 reinit_completion(&mas->abort_done); in handle_fifo_timeout()
144 time_left = wait_for_completion_timeout(&mas->abort_done, HZ); in handle_fifo_timeout()
633 complete(&mas->abort_done); in geni_spi_isr()
714 init_completion(&mas->abort_done); in spi_geni_probe()
/Linux-v5.15/drivers/scsi/elx/efct/
Defct_hw.c334 io->abort_done = NULL; in efct_hw_init_free_io()
1882 if (io->abort_done) { in efct_hw_wq_process_abort()
1883 efct_hw_done_t done = io->abort_done; in efct_hw_wq_process_abort()
1885 io->abort_done = NULL; in efct_hw_wq_process_abort()
1994 io_to_abort->abort_done = cb; in efct_hw_io_abort()
Defct_hw.h234 efct_hw_done_t abort_done; member