Home
last modified time | relevance | path

Searched refs:hw_get_rsts (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/
H A Drk_crypto_v1.h21 .hw_get_rsts = rk_hw_crypto_v1_get_rsts,\
H A Drk_crypto_v3.h23 .hw_get_rsts = rk_hw_crypto_v3_get_rsts,\
H A Drk_crypto_v2.h23 .hw_get_rsts = rk_hw_crypto_v2_get_rsts,\
H A Drk_crypto_core.h118 const char * const *(*hw_get_rsts)(uint32_t *num); member
H A Drk_crypto_core.c755 rsts = soc_data->hw_get_rsts(&rst_num); in rk_crypto_probe()