Searched refs:err_cplt_cbk (Results 1 – 13 of 13) sorted by relevance
289 if (hperh->err_cplt_cbk) in ald_trng_irq_handler()290 hperh->err_cplt_cbk(hperh); in ald_trng_irq_handler()
513 if (hperh->err_cplt_cbk) in crc_dma_error()514 hperh->err_cplt_cbk(hperh); in crc_dma_error()
995 if (hperh->err_cplt_cbk) in crypt_dma_error()996 hperh->err_cplt_cbk(hperh); in crypt_dma_error()
291 if (hperh->err_cplt_cbk) in ald_trng_irq_handler()292 hperh->err_cplt_cbk(hperh); in ald_trng_irq_handler()
520 if (hperh->err_cplt_cbk) in crc_dma_error()521 hperh->err_cplt_cbk(hperh); in crc_dma_error()
1150 if (hperh->err_cplt_cbk) in crypt_dma_error()1151 hperh->err_cplt_cbk(hperh); in crypt_dma_error()
134 void (*err_cplt_cbk)(struct trng_handle_s *arg); /**< Trng error callback */ member
120 void (*err_cplt_cbk)(struct crc_handle_s *arg); /**< Calculate error callback */ member
206 void (*err_cplt_cbk)(struct crypt_handle_s *arg); /**< Crypt error callback */ member
132 void (*err_cplt_cbk)(struct trng_handle_s *arg); /**< Trng error callback */ member
118 void (*err_cplt_cbk)(struct crc_handle_s *arg); /**< Calculate error callback */ member
145 void (*err_cplt_cbk)(struct crypt_handle_s *arg); /**< Crypt error callback */ member
120 void (*err_cplt_cbk)(struct ald_crc_handle_s *arg); /**< Calculate error callback */ member
Completed in 27 milliseconds