Home
last modified time | relevance | path

Searched refs:request_cb_func (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/include/rockchip/
H A Drkce_core.h320 typedef int (*request_cb_func)(int result, uint32_t td_id, void *td_virt); typedef
332 int rkce_irq_callback_set(void *rkce_hw, enum rkce_td_type td_type, request_cb_func cb_func);
/rk3399_rockchip-uboot/drivers/crypto/rockchip/
H A Drkce_core.c26 request_cb_func cb_func;
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()