Searched refs:_init (Results 1 – 6 of 6) sorted by relevance
| /rk3399_ARM-atf/include/drivers/auth/ |
| H A D | img_parser_mod.h | 54 #define REGISTER_IMG_PARSER_LIB(_type, _name, _init, _check_int, _get_param) \ argument 59 .init = _init, \
|
| H A D | crypto_mod.h | 141 #define REGISTER_CRYPTO_LIB(_name, _init, _verify_signature, _verify_hash, \ 145 .init = _init, \ 138 REGISTER_CRYPTO_LIB(_name,_init,_verify_signature,_verify_hash,_calc_hash,_auth_decrypt,_convert_pk,_finish) global() argument
|
| /rk3399_ARM-atf/include/services/ |
| H A D | el3_spmc_logical_sp.h | 35 #define DECLARE_LOGICAL_PARTITION(_name, _init, _sp_id, _uuid, _properties, \ argument 40 .init = (_init), \
|
| H A D | el3_spmd_logical_sp.h | 49 #define DECLARE_SPMD_LOGICAL_PARTITION(_name, _init, _sp_id, _uuid, _properties) \ argument 53 .init = (_init), \
|
| /rk3399_ARM-atf/include/lib/pmf/ |
| H A D | pmf_helpers.h | 130 _init, _getts) \ argument 132 _init, _getts) 139 _init, _getts) argument 226 _init, _getts_by_mpidr) \ argument 240 .init = _init, \
|
| /rk3399_ARM-atf/docs/design/ |
| H A D | auth-framework.rst | 275 _init, 285 The ``_init`` function is used to perform any initialization required for 482 REGISTER_IMG_PARSER_LIB(_type, _name, _init, _check_int, _get_param) 486 - ``_init``: initialization function pointer.
|