Home
last modified time | relevance | path

Searched refs:_init (Results 1 – 6 of 6) sorted by relevance

/rk3399_ARM-atf/include/drivers/auth/
H A Dimg_parser_mod.h54 #define REGISTER_IMG_PARSER_LIB(_type, _name, _init, _check_int, _get_param) \ argument
59 .init = _init, \
H A Dcrypto_mod.h141 #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 Del3_spmc_logical_sp.h35 #define DECLARE_LOGICAL_PARTITION(_name, _init, _sp_id, _uuid, _properties, \ argument
40 .init = (_init), \
H A Del3_spmd_logical_sp.h49 #define DECLARE_SPMD_LOGICAL_PARTITION(_name, _init, _sp_id, _uuid, _properties) \ argument
53 .init = (_init), \
/rk3399_ARM-atf/include/lib/pmf/
H A Dpmf_helpers.h130 _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 Dauth-framework.rst275 _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.