Home
last modified time | relevance | path

Searched refs:cb_func (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/drivers/crypto/rockchip/
H A Drkce_core.c26 request_cb_func cb_func; member
535 int rkce_irq_callback_set(void *rkce_hw, enum rkce_td_type td_type, request_cb_func cb_func) in rkce_irq_callback_set() argument
541 if (!cb_func) in rkce_irq_callback_set()
545 hardware->chn[RKCE_TD_TYPE_SYMM].cb_func = cb_func; in rkce_irq_callback_set()
547 hardware->chn[RKCE_TD_TYPE_HASH].cb_func = cb_func; in rkce_irq_callback_set()
606 if (cur_chn->int_st == 0 || !(cur_chn->cb_func)) in rkce_irq_thread()
612 if (cur_chn->cb_func && cur_chn->td_virt) in rkce_irq_thread()
613 cur_chn->cb_func(cur_chn->result, cur_chn->td_id, cur_chn->td_virt); in rkce_irq_thread()
/rk3399_rockchip-uboot/fs/cramfs/
H A Duncompress.c65 stream.outcb = (cb_func) WATCHDOG_RESET; in cramfs_uncompress_init()
/rk3399_rockchip-uboot/include/u-boot/
H A Dzlib.h416 typedef void (*cb_func) OF((Bytef *buf, uInt len));
434 cb_func outcb; /* called regularly just before blocks of output */
/rk3399_rockchip-uboot/include/rockchip/
H A Drkce_core.h332 int rkce_irq_callback_set(void *rkce_hw, enum rkce_td_type td_type, request_cb_func cb_func);